Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Forked from jookyboi/rails_resources.md
Last active September 10, 2015 09:47

Revisions

  1. jookyboi revised this gist Oct 19, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,7 @@
    - [Sass](https://github.com/rails/sass-rails) - This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.
    - [ActiveAdmin](http://www.activeadmin.info/) - Ruby on Rails plugin for generating administration style interfaces
    - [Delayed::Job](https://github.com/collectiveidea/delayed_job) - Database based asynchronous priority queue system -- Extracted from Shopify
    - [Resque](https://github.com/resque/resque) - Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.

    ## Tools and Services
    - [Heroku](https://www.heroku.com/) - Hosting provider for Ruby, Node.js, Clojure, Java, Python and Scala
  2. jookyboi revised this gist Oct 19, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,7 @@
    - [factory_girl](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.
    - [Sass](https://github.com/rails/sass-rails) - This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.
    - [ActiveAdmin](http://www.activeadmin.info/) - Ruby on Rails plugin for generating administration style interfaces
    - [Delayed::Job](https://github.com/collectiveidea/delayed_job) - Database based asynchronous priority queue system -- Extracted from Shopify

    ## Tools and Services
    - [Heroku](https://www.heroku.com/) - Hosting provider for Ruby, Node.js, Clojure, Java, Python and Scala
  3. jookyboi revised this gist Oct 19, 2013. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -12,4 +12,10 @@
    ## Tools and Services
    - [Heroku](https://www.heroku.com/) - Hosting provider for Ruby, Node.js, Clojure, Java, Python and Scala
    - [Forward](https://forwardhq.com/) - Forward your localhost to a publicly-accessible url
    - [Mandrill](https://mandrillapp.com/) - Transactional email based on MailChimp infrastructure
    - [Mandrill](https://mandrillapp.com/) - Transactional email based on MailChimp infrastructure
    - [Jenkins](http://jenkins-ci.org/) - Open source continuous integration server


    ## Guides
    - [Ruby on Rails Guides](http://guides.rubyonrails.org/) - These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.
    - [Better Specs](http://betterspecs.org/) - Collection of "best practices" that other developers learn through years of experience.
  4. jookyboi revised this gist Oct 19, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,5 @@

    ## Tools and Services
    - [Heroku](https://www.heroku.com/) - Hosting provider for Ruby, Node.js, Clojure, Java, Python and Scala
    - [Forward](https://forwardhq.com/) - Forward your localhost to a publicly-accessible url
    - [Forward](https://forwardhq.com/) - Forward your localhost to a publicly-accessible url
    - [Mandrill](https://mandrillapp.com/) - Transactional email based on MailChimp infrastructure
  5. jookyboi revised this gist Oct 19, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,8 @@
    - [Zeus](https://github.com/burke/zeus) - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
    - [factory_girl](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.
    - [Sass](https://github.com/rails/sass-rails) - This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.
    - [ActiveAdmin](http://www.activeadmin.info/) - Ruby on Rails plugin for generating administration style interfaces

    ## Tools and Services
    - [Heroku](https://www.heroku.com/) - Hosting provider for Ruby, Node.js, Clojure, Java, Python and Scala
    - [Forward](https://forwardhq.com/) - Forward your localhost to a publicly-accessible url
  6. jookyboi revised this gist Oct 19, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -2,9 +2,11 @@
    - [Bundler](http://bundler.io/) - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
    - [rabl](https://github.com/nesquena/rabl) - General ruby templating with json, bson, xml, plist and msgpack support
    - [Thin](http://code.macournoyer.com/thin/) - Very fast and lightweight Ruby web server
    - [Unicorn](https://github.com/defunkt/unicorn) - Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
    - [SimpleCov](https://github.com/colszowka/simplecov) - SimpleCov is a code coverage analysis tool for Ruby 1.9.
    - [Zeus](https://github.com/burke/zeus) - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
    - [factory_girl](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.
    - [Sass](https://github.com/rails/sass-rails) - This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.

    ## Tools and Services
    - [Forward](https://forwardhq.com/) - Forward your localhost to a publicly-accessible url
  7. jookyboi revised this gist Oct 19, 2013. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,7 @@
    - [Thin](http://code.macournoyer.com/thin/) - Very fast and lightweight Ruby web server
    - [SimpleCov](https://github.com/colszowka/simplecov) - SimpleCov is a code coverage analysis tool for Ruby 1.9.
    - [Zeus](https://github.com/burke/zeus) - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
    - [factory_girl](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.
    - [factory_girl](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.

    ## Tools and Services
    - [Forward](https://forwardhq.com/) - Forward your localhost to a publicly-accessible url
  8. jookyboi revised this gist Oct 19, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@
    - [Thin](http://code.macournoyer.com/thin/) - Very fast and lightweight Ruby web server
    - [SimpleCov](https://github.com/colszowka/simplecov) - SimpleCov is a code coverage analysis tool for Ruby 1.9.
    - [Zeus](https://github.com/burke/zeus) - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
    - [factory_gir](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.
    - [factory_girl](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.
  9. jookyboi revised this gist Oct 19, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -4,3 +4,4 @@
    - [Thin](http://code.macournoyer.com/thin/) - Very fast and lightweight Ruby web server
    - [SimpleCov](https://github.com/colszowka/simplecov) - SimpleCov is a code coverage analysis tool for Ruby 1.9.
    - [Zeus](https://github.com/burke/zeus) - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
    - [factory_gir](https://github.com/thoughtbot/factory_girl) - factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.
  10. jookyboi revised this gist Oct 19, 2013. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -3,5 +3,4 @@
    - [rabl](https://github.com/nesquena/rabl) - General ruby templating with json, bson, xml, plist and msgpack support
    - [Thin](http://code.macournoyer.com/thin/) - Very fast and lightweight Ruby web server
    - [SimpleCov](https://github.com/colszowka/simplecov) - SimpleCov is a code coverage analysis tool for Ruby 1.9.


    - [Zeus](https://github.com/burke/zeus) - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
  11. jookyboi revised this gist Oct 19, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,6 @@
    - [Bundler](http://bundler.io/) - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
    - [rabl](https://github.com/nesquena/rabl) - General ruby templating with json, bson, xml, plist and msgpack support
    - [Thin](http://code.macournoyer.com/thin/) - Very fast and lightweight Ruby web server
    - [SimpleCov](https://github.com/colszowka/simplecov) - SimpleCov is a code coverage analysis tool for Ruby 1.9.


  12. jookyboi revised this gist Oct 19, 2013. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,6 @@
    _
    ## Gems
    - [Bundler](http://bundler.io/) - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
    - [rabl](https://github.com/nesquena/rabl) - General ruby templating with json, bson, xml, plist and msgpack support
    - [Thin](http://code.macournoyer.com/thin/) - Very fast and lightweight Ruby web server


  13. jookyboi created this gist Oct 19, 2013.
    1 change: 1 addition & 0 deletions rails_resources.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    _