Skip to content

Instantly share code, notes, and snippets.

@stevecastaneda
Forked from ryanb/favorite_gems.md
Created March 4, 2011 18:35
Show Gist options
  • Select an option

  • Save stevecastaneda/855457 to your computer and use it in GitHub Desktop.

Select an option

Save stevecastaneda/855457 to your computer and use it in GitHub Desktop.

Revisions

  1. Steve Castaneda revised this gist Mar 4, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion favorite_gems.md
    Original 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:
    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)
  2. @ryanb ryanb revised this gist Mar 4, 2011. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion favorite_gems.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    There are some of my (Ryan Bates) favorite gems to use for various tasks:
    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/)
  3. @ryanb ryanb revised this gist Mar 4, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions favorite_gems.md
    Original 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/)
  4. @ryanb ryanb created this gist Mar 4, 2011.
    11 changes: 11 additions & 0 deletions favorite_gems.md
    Original 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)