Created
April 15, 2011 06:13
-
-
Save kracekumar/921222 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
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