Skip to content

Instantly share code, notes, and snippets.

@marcamillion
Created August 24, 2011 22:29
Show Gist options
  • Save marcamillion/1169457 to your computer and use it in GitHub Desktop.
Save marcamillion/1169457 to your computer and use it in GitHub Desktop.
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
MyApp::Application.initialize!
DEPRECATION WARNING: config.action_view.debug_rjs will be removed in 3.1, from 3.1 onwards you will need to install prototype-rails to continue to use RJS templates . (called from <top (required)> at /myapp/config/environment.rb:5)
DEPRECATION WARNING: Use toplevel init.rb; rails/init.rb is deprecated: /myapp/vendor/plugins/paperclip/rails/init.rb. (called from <top (required)> at /myapp/config/environment.rb:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment