If you’re an IDE type there is no comparison, RubyMine is much better IMO. You don’t need a lot of IDE for Rails development, but a good editor with real code completion and intelligent templating huge.
Neither of them provide a decent interface to running rake tasks and rails scripts – it ends up being more a PITA than the command line. 3rdRail got that one right, they have a command line in the IDE with command completion – it’s about $99 now too.
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to
rubyonrails-ta...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
If you still have not made your mind: here are 2 quite good
screencasts about BDD, RSpec and Cucumber in RubyMine
http://www.jetbrains.com/ruby/demos/rubymine_bdd_rspec.html
http://www.jetbrains.com/ruby/demos/rubymine_cucumber_testing.html
They should speak for themselves.
Hope it helps,
-Eugene