Skip to content

Instantly share code, notes, and snippets.

@sher
Forked from kracekumar/environment.rb
Created April 15, 2011 06:19
Show Gist options
  • Save sher/921232 to your computer and use it in GitHub Desktop.
Save sher/921232 to your computer and use it in GitHub Desktop.
equire File.join(File.dirname(__FILE__), 'boot')
RAILS_GEM_VERSION = '2.3.9' unless defined? RAILS_GEM_VERSION
Rails::Initializer.run do |config|
config.time_zone = 'UTC'
config.gem 'declarative_authorization', :source => 'http://gemcutter.org'
config.gem 'searchlogic'
config.gem 'prawn', :version=> '0.6.3'
config.autoload_once_paths += %W( #{RAILS_ROOT}/lib )
config.load_paths += Dir["#{RAILS_ROOT}/app/models/*"].find_all { |f| File.stat(f).directory? }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment