Re: [Rails] Re: IDE
Hello,
I have used RubyMine and IntelliJ as IDE's in the past.
As a former Mac user, I used to use TextMate.
I am currently using Emacs - it is not an IDE - but it does everything I need to.
1. Tag completion using Etags - this is the fancy autocomplete offered by many IDE's
2. Good navigation using Rinari - Quickly shift to the Model, View or Controller in question.
3. Ability to run tests etc and a 'link' back to the console - i.e, - if you see a line in a trace and you can click on it and emacs will open it directly
4. eshell - the shell built in with emacs - it also has the 'link integration' - for the lack of a better term.
5. Rake and RVM integration.
6. Git integration ( though Git is the de-facto SCM , Emacs has plugins for every major SCM out there )
7. Ability to run inside a terminal or as a GUI application
Downsides
1. Emacs has a decent learning curve
2. You might not find the shortcuts intuitive
If you are interested in Emacs, you can use my configuration from https://github.com/manishchaks/Emacs-Configuration - it builds on the Emacs Starter Kit and has good defaults.
Thanks,
Manish
On Fri, Oct 5, 2012 at 5:20 PM, Avi <aavinash.behera@gmail.com> wrote:
Well, I got the settings which I wanted.
I have set the default shortcut keys to eclipse shortcut keys in Rubymine & it works fine.
Rubymine has an option which you can set the shortcut keys with respect to different IDE's & can create your own also.,
Now its easy to use.To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/abCruXq4KP8J.
On Wednesday, October 3, 2012 11:03:30 PM UTC+5:30, Avi wrote:Hello,--What is the best IDE for ROR with JRuby,Currently I am using Aptana Studio. I am trying to use Rubymine.Which IDE would give better support to debugging ?Any Suggestions?
Is there any problem to keep both JRuby & ruby versions ?Thanks.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
Best,
Manish Chakravarty
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home