Ask A Question

Notifications

You’re not receiving notifications from this thread.

gem_group in application template

dk asked in Rails

Is there a a way to use

gem_group :development do 
      ... 
end
gem_group :development, :test do 
      ... 
end

in application template file without duplicating those groups in Gemfile after generating a new rails app?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.