Re: [Rails] Re: Best IDEs for Ruby on Rails

2015-06-19 Thread Cody Skidmore
+1 for RubyMine. It's an excellent, affordable ($50 for a personal license) IDE. I use scripts a lot, but for code editing and debugging it's a great tool. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group

Re: [Rails] Re: Best IDEs for Ruby on Rails

2015-06-19 Thread Stewart Mckinney
I'm in the vim camp, and while that vim loadout looks very impressive, I find you don't need too much, if that is not your style. Ones I would absolutely get for rails though: rails.vim ( rails commands ), fugitive.vim( git commands ), matchit.vim ( better bounds / fold matching ), and FastFolds

Re: [Rails] Re: Best IDEs for Ruby on Rails

2015-06-16 Thread Mauro Locatelli
One Vim to rule them all There is a world behind Vim+plugins Here my plugin list v-ide http://crivotz.github.io/v-ide/ However Vim has a long learning curve, so if you do not have time Rubymine may be the solution Thanks, Mauro 2015-06-16 13:47 GMT+02:00 Arch Albert li...@ruby-forum.com:

Re: [Rails] Re: Best IDEs for Ruby on Rails

2015-06-16 Thread Paul Makepeace
My RubyMine currently has four projects open for several days and is sitting at around 600MB RAM (160MB compressed) according to Activity Monitor. In 2015, I wouldn't consider that heavy (my browsers are using far more). It's a very responsive app, in my experience. It's full of well thought out

[Rails] Re: Best IDEs for Ruby on Rails

2015-06-16 Thread Arch Albert
All the replies are very helpful. Thanks for sharing. http://www.cryptextechnologies.com/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails

Re: [Rails] Re: Best IDEs for Ruby on Rails

2014-02-24 Thread Ricardo do Valle
Vim + a lot of configs and plugins: https://github.com/skwp/dotfiles Rubymine is very good to start, but it is heavy. On Sun, Feb 23, 2014 at 11:18 PM, Filipe Chagas froccha...@gmail.comwrote: Tmux + Vim + Some plugins - It's better than any IDE. Em sexta-feira, 21 de fevereiro de 2014

[Rails] Re: Best IDEs for Ruby on Rails

2014-02-24 Thread Yin Wang
That's true. I used RubyMine to develop the Ruby part in my project and it was much more helpful than editors and command line. I developed program analysis tools for languages, so I know how much more advanced are IDEs compared to text editors. They are qualitatively different. JetBrains does

[Rails] Re: Best IDEs for Ruby on Rails

2014-02-24 Thread Yin Wang
We are developing tools for ruby and rails and released a plugin for sublime for searching symbols: https://github.com/sourcegraph/sourcegraph-sublime It's based on a global index we are building for open source ruby code so that you can accurately search for examples of a particular class,

Re: [Rails] Re: Best IDEs for Ruby on Rails

2014-02-23 Thread Filipe Chagas
Tmux + Vim + Some plugins - It's better than any IDE. Em sexta-feira, 21 de fevereiro de 2014 13h24min52s UTC-3, Phil Dobbin escreveu: On 21/02/2014 11:17, Ganesh Ranganathan wrote: On Fri, Feb 21, 2014 at 4:43 PM, Dat Nguyen li...@ruby-forum.comjavascript:

[Rails] Re: Best IDEs for Ruby on Rails

2014-02-21 Thread Dat Nguyen
arca0 wrote in post #1133269: Sublime Text is quite impressive, but I could not switch to it after having used emacs for a while. I'm aware emacs is rather difficult to grasp, at least at the beginning, but it's so customizable and great for productivity I sincerely doubt I'll ever use

Re: [Rails] Re: Best IDEs for Ruby on Rails

2014-02-21 Thread Ganesh Ranganathan
On Fri, Feb 21, 2014 at 4:43 PM, Dat Nguyen li...@ruby-forum.com wrote: Sublime Text is impressive coding editor. I use it for PHP development. But for Ruby on Rails I don't think it is a good choice. Instead, I use RubyMine (of course, it's not free): I use tmux+vim and it as good as any

Re: [Rails] Re: Best IDEs for Ruby on Rails

2014-02-21 Thread Phil Dobbin
On 21/02/2014 11:17, Ganesh Ranganathan wrote: On Fri, Feb 21, 2014 at 4:43 PM, Dat Nguyen li...@ruby-forum.com mailto:li...@ruby-forum.com wrote: Sublime Text is impressive coding editor. I use it for PHP development. But for Ruby on Rails I don't think it is a good choice.

[Rails] Re: Best IDEs for Ruby on Rails

2014-01-15 Thread arca0
Sublime Text is quite impressive, but I could not switch to it after having used emacs for a while. I'm aware emacs is rather difficult to grasp, at least at the beginning, but it's so customizable and great for productivity I sincerely doubt I'll ever use anything else for any programming

[Rails] Re: Best IDEs for Ruby on Rails

2014-01-14 Thread Adrien Siami
Sublime is very cool, particularly with some neat features such as symbol lookup, and plugins (rspec, haml / slim, coffeescript, etc) I have tried many editors / IDEs and I always fall back to sublime text. On Saturday, March 16, 2013 5:40:37 AM UTC+1, Jason Hsu, Rubyist wrote: What are your

[Rails] Re: Best IDEs for Ruby on Rails

2014-01-13 Thread Thompson Edolo
I use sublime. I think it's very cool. On Saturday, March 16, 2013 5:40:37 AM UTC+1, Jason Hsu, Rubyist wrote: What are your favorite IDEs for Ruby on Rails? Are there any good IDEs that IMMEDIATELY flag problems the way Eclipse does in Android development? Given the importance of

[Rails] Re: Best IDEs for Ruby on Rails

2014-01-07 Thread Sean L.
unknown wrote in post #1102265: RubyMine 5.0.2 Fabulous IDE, excellent value for money, superb debugging with code coverage and VCS integration, stack analysis, object tree view, model diagrams, db integration and lots more. I think the obsession with the command line just overwhelms you

Re: [Rails] Re: Best IDEs for Ruby on Rails

2014-01-07 Thread James Turley
This might help? http://docs.sublimetext.info/en/latest/reference/build_systems.html#file-format When I was using an IDE for this, it was Aptana, which has a shell built in (and most of the other standard extra IDE gubbins, which if you're otherwise happy with ST, you probably don't want). Code

[Rails] Re: Best IDEs for Ruby on Rails

2013-03-19 Thread tonypm
Redcar completely suits me as a free highlighting editor with a good file browser and multiple display tabs and side by side editing. On Saturday, 16 March 2013 04:40:37 UTC, Jason Hsu, Android developer wrote: What are your favorite IDEs for Ruby on Rails? Are there any good IDEs that

[Rails] Re: Best IDEs for Ruby on Rails

2013-03-19 Thread PanPan
i use RubyMine, it's cool! it support rails3 and coffeescript, and many feature~ -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Re: Best IDEs for Ruby on Rails

2013-03-19 Thread jleake
RubyMine 5.0.2 Fabulous IDE, excellent value for money, superb debugging with code coverage and VCS integration, stack analysis, object tree view, model diagrams, db integration and lots more. I think the obsession with the command line just overwhelms you with detail, a bit like looking at

[Rails] Re: Best IDEs for Ruby on Rails

2013-03-17 Thread Dave Williams
I'm using RubyMine and it's great. Here is a video posted by a friend of Michael Hartl who compares RubyMine to Sublime Text if you're interested... http://www.youtube.com/watch?v=buQhf2OTTNklist=PLHmxSFWkKI5Y1ZJoxUyXW_95TtGeqTlv9index=7 On Saturday, March 16, 2013 12:40:37 AM UTC-4, Jason Hsu,

[Rails] Re: Best IDEs for Ruby on Rails

2013-03-16 Thread Nikolay
I've bought RubyMine. It has very convinient tools for working with code but better work with RM on fast computer. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an

[Rails] Re: Best IDEs for Ruby on Rails

2013-03-16 Thread Max
We are using RubyMine. if i need something lightweight I use Vim or TextMate. RM has the ability to run the server, to debug and step through code, git integration - lots of great features. It's a memory hog (I boosted my Mac up to 16G RAM) but the newer versions have been better than the older

Re: [Rails] Re: Best IDEs for Ruby on Rails

2013-03-16 Thread Gerardo Argiz
Take a look to Aptana (http://www.aptana.com/) and Komodo ( http://www.activestate.com/komodo-ide) On Sat, Mar 16, 2013 at 11:09 AM, Max aa...@xmission.com wrote: We are using RubyMine. if i need something lightweight I use Vim or TextMate. RM has the ability to run the server, to debug and