example/rails2/config/environment.rb in rest-graph-1.6.0 vs example/rails2/config/environment.rb in rest-graph-1.7.0

- old
+ new

@@ -1,9 +1,9 @@ # Be sure to restart your server when you modify this file # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.9' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.10' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') Rails::Initializer.run do |config| @@ -17,10 +17,10 @@ # Specify gems that this application depends on and have them installed with rake gems:install # config.gem "bj" # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" # config.gem "sqlite3-ruby", :lib => "sqlite3" # config.gem "aws-s3", :lib => "aws/s3" - config.gem 'rest-graph', :lib => 'rest-graph/auto_load' + config.gem 'rest-graph', :lib => 'rest-graph/autoload' # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named # config.plugins = [ :exception_notification, :ssl_requirement, :all ]