Revisions
-
jookyboi revised this gist
Oct 19, 2013 . 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 @@ -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 -
jookyboi revised this gist
Oct 19, 2013 . 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 @@ -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 -
jookyboi revised this gist
Oct 19, 2013 . 1 changed file with 7 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 @@ -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 - [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. -
jookyboi revised this gist
Oct 19, 2013 . 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 @@ -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 - [Mandrill](https://mandrillapp.com/) - Transactional email based on MailChimp infrastructure -
jookyboi revised this gist
Oct 19, 2013 . 1 changed file with 2 additions 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 @@ -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 -
jookyboi revised this gist
Oct 19, 2013 . 1 changed file with 2 additions 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 @@ -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 -
jookyboi revised this gist
Oct 19, 2013 . 1 changed file with 4 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 @@ -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. ## Tools and Services - [Forward](https://forwardhq.com/) - Forward your localhost to a publicly-accessible url -
jookyboi revised this gist
Oct 19, 2013 . 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 @@ -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_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. -
jookyboi revised this gist
Oct 19, 2013 . 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 @@ -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. -
jookyboi revised this gist
Oct 19, 2013 . 1 changed file with 1 addition and 2 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 @@ -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. -
jookyboi revised this gist
Oct 19, 2013 . 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 @@ -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. -
jookyboi revised this gist
Oct 19, 2013 . 1 changed file with 6 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 +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 -
jookyboi created this gist
Oct 19, 2013 .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 @@ _