-
-
Save stevecastaneda/855457 to your computer and use it in GitHub Desktop.
Revisions
-
Steve Castaneda revised this gist
Mar 4, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ These are some of Ryan Bates's favorite gems to use for various tasks: * JavaScript: [jQuery](http://jquery.com/) with [jquery-rails](https://github.com/indirect/jquery-rails) * Pagination: [Kaminari](https://github.com/amatsuda/kaminari) -
ryanb revised this gist
Mar 4, 2011 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ These are some of my (Ryan Bates) favorite gems to use for various tasks: * JavaScript: [jQuery](http://jquery.com/) with [jquery-rails](https://github.com/indirect/jquery-rails) * Pagination: [Kaminari](https://github.com/amatsuda/kaminari) @@ -10,3 +10,4 @@ There are some of my (Ryan Bates) favorite gems to use for various tasks: * HTML/XML Parsing: [Nokogiri](http://github.com/tenderlove/nokogiri) * Scheduling: [Whenever](http://github.com/javan/whenever) * Monitoring: [God](http://ruby-toolbox.com/categories/server_monitoring.html) * Server: [Passenger](http://www.modrails.com/) -
ryanb revised this gist
Mar 4, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ There are some of my (Ryan Bates) favorite gems to use for various tasks: * JavaScript: [jQuery](http://jquery.com/) with [jquery-rails](https://github.com/indirect/jquery-rails) * Pagination: [Kaminari](https://github.com/amatsuda/kaminari) * Testing: [RSpec](http://relishapp.com/rspec) and [Cucumber](http://cukes.info/) -
ryanb created this gist
Mar 4, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ There are some of my (Ryan Bates) favorite gems to use for various tasks: * JavaScript: [jQuery](http://jquery.com/) with [jquery-rails](https://github.com/indirect/jquery-rails) * Pagination: [Kaminari](https://github.com/amatsuda/kaminari) * Testing: [RSpec](http://relishapp.com/rspec) and [Cucumber](http://cukes.info/) * Factories: [Factory Girl](https://github.com/thoughtbot/factory_girl) * Authentication: [Nifty Generators](https://github.com/ryanb/nifty-generators) and [Omniauth](https://github.com/intridea/omniauth) * Authorization: [CanCan](https://github.com/ryanb/cancan) * File Attachments: [Carrierwave](https://github.com/jnicklas/carrierwave) * HTML/XML Parsing: [Nokogiri](http://github.com/tenderlove/nokogiri) * Scheduling: [Whenever](http://github.com/javan/whenever) * Monitoring: [God](http://ruby-toolbox.com/categories/server_monitoring.html)