Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
ruby IDE's
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Garry Freemyer, post: 4644561"] [Note: parts of this message were removed to make it a legal post.] Hmm, I've in the past shied away from vi, emacs because the key commands were so far different than what I was used to, but so many recommend these two and then I saw this tutorial on emacs just now in response to your recommendation and the neat things it can do, I figured, I better bite the bullet. I got aquamacs emacs and its nice and easy to read with my poor vision and its highlighting of this ruby controller file indicates it understands ruby. It also understands these erb files without being told to interpret it as html. Thanks! I think you got me started, on something I probably should have started using ages ago. ________________________________ From: Phil Romero <pdromero@gmail.com> To: ruby-talk ML <ruby-talk@ruby-lang.org> Sent: Tuesday, July 21, 2009 9:46:59 PM Subject: Re: ruby IDE's Well, I think I'll try and inject some help into this mounting flame war. It's sometimes best to go to the source to figure this stuff out. In this case, since Sun doesn't release sdks for Macs, you'll need to do a little research (but not too much). Previously, to get a jdk compatible with 1.6 proper on mac os X 10.5, you'd have to do some hacking around. Here are some helpful links: Historical: [URL]http://blog.adsdevshop.com/2008/02/26/installing-the-jdk-16-on-mac-os-x/[/URL] Recent information: [URL]http://support.apple.com/downloads/Java_for_Mac_OS_X_10_5_Update_4[/URL] And to add my two cents to this IDE discussion, I think a person new to the Ruby language should consider using a text editor like emacs/vi at first and then see what other things are out there. Personally, I prefer using Eclipse or Netbeans on *nix and have used some really nice commercial plug-ins with Visual Studio on widows that are also pretty great, taking full advantage of intellisense. It's important to use something like emacs or vi at first because it gives you an idea of what could be improved upon (and emacs is super customizable; there are some great tutorials on setting it up for Ruby developmen,t totally worth researching). As you become more proficient and become involved in software development projects that encompass many developers, you might see more IDEs or more powerful editors in use (depending on the company you're working for). There are lots of reasons for this many of which have to do with adding unit test coverage, supporting development environments, etc. that you can obviously do very easily in many different tools (which is great about software development in general), but IDEs can make this a one stop shop where you can do all these things which is very appealing to developers when working on a large software project. p.s. regarding java versioning, you should look at this link: [URL]http://en.wikipedia.org/wiki/Java_version_history[/URL] Good luck! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
ruby IDE's
Top