What Tools do all you ruby on rails developers use? Also do you use JQuery, Git, Rspec, IDEs etc?
What should i stay away from i.e RJS, Prototype, scriptaculous, Sinatra?
Any Tips/Tricks/advice greatly appreciated.
Thank you in advance ;-)
What Tools do all you ruby on rails developers use? Also do you use JQuery, Git, Rspec, IDEs etc?
What should i stay away from i.e RJS, Prototype, scriptaculous, Sinatra?
Any Tips/Tricks/advice greatly appreciated.
Thank you in advance ;-)
I suppose it depends on what platform you're working on. In terms of IDE - on Mac I would recommend TextMate and on Windows I would recommend e-TextEditor.
Tools like jQuery and Git will mostly depend on your application.
You need:
Git and GitX (mac only)
Textmate on Mac or Aptana on Windows (IDEs) and the zen-coding bundles
Sequel Pro to manage your database
A good shell (the default one is good on any unix system, on windows you might want something better)
For libraries, gems, plugins:
Rspec, cucumber
jQuery is a must have for me, but prototype is fine in some cases
paperclip if you start managing files
More generally speaking:
Firefox, IE6,7,8, Opera, Chrome, Safari...
Photoshop
Firebug
For Ruby/Rails code development I use Netbeans. It has great support for Rails + RSpec/Test Unit. Moreover it works the same on Windows and Linux which is a big deal for me.
Take a look at its features.
SCM:
IDE/editor:
Javascript:
I see JQuery + JQuery-UI vs. Prototype + Script.aculo.us as grounds for a holy war. It all boils down to preference. This blog post details the differences between them as of the start of this year. I learnt Prototype first, and haven't spent enough time with jQuery to form a proper impression.
I'm actually a fan of RJS. So I'll use it frequently. Why do you think it should be avoided? There are plugins available to allow RJS to generate jQuery.
Database:
Testing:
Plugins/Gems:
Full text Search:
Plenty of options here:
So far I've only had experience with thinking_sphinx but xapit looks promising.
Others: