Method: Rails::Configuration#gems

Defined in:
lib/initializer.rb

#gemsObject

An array of gems that this rails application depends on. Rails will automatically load these gems during installation, and allow you to install any missing gems with:

rake gems:install

You can add gems with the #gem method.



642
643
644
# File 'lib/initializer.rb', line 642

def gems
  @gems
end