RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
445 stars 144 forks source link

Readable and a cleaner Gemfile #26

Closed ktkaushik closed 12 years ago

ktkaushik commented 12 years ago

grouped the gems in a systematic way.

DanielKehoe commented 12 years ago

Nice work. However, I will not be accepting the pull request. The RailsApps examples are generated with application templates created by the "Rails Apps Composer Gem":https://github.com/RailsApps/rails_apps_composer. For that reason, groups such as @:development@ or @:test@ are specified inline. The RailsApps examples are popular partly because I keep them updated often. Using the Rails Apps Composer Gem helps me maintain them easily but the consequence is that the gemfiles have inline groups. It's easy for any developer to clean them up so it's a small price to pay to keep up the project update velocity.