Remove the config.gem lines from the environment files

When using Bundler to resolve your gem dependencies, you do not need
these lines in the environment files.
This commit is contained in:
Matt Rogers 2011-08-31 22:26:38 -05:00
parent 5cbc0b26c8
commit f13e4d5b85
4 changed files with 0 additions and 30 deletions

View file

@ -21,16 +21,6 @@ Rails::Initializer.run do |config|
# config.frameworks -= [ :action_web_service, :action_mailer ]
config.autoload_paths += %W( #{RAILS_ROOT}/app/apis )
config.gem "highline"
config.gem "RedCloth", :lib => 'redcloth', :version => '4.2.3'
config.gem "soap4r", :lib => false
config.gem 'actionwebservice'
config.gem 'sanitize', :version => '~> 1.2.1'
config.gem 'rack', :version => '1.1.0'
config.gem 'will_paginate', :version => '~> 2.3.15'
config.gem 'has_many_polymorphs'
config.gem 'aasm', :version => '2.2.0'
config.action_controller.use_accept_header = true
# Use the database for sessions instead of the file system
@ -71,11 +61,6 @@ Rails::Initializer.run do |config|
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de
# See Rails::Configuration for more options
if ( SITE_CONFIG['authentication_schemes'].include? 'cas')
#requires rubycas-client gem to be installed
config.gem "rubycas-client", :lib => 'casclient'
end
end
# Add new inflection rules using the following format