Skip to content

Instantly share code, notes, and snippets.

@anlek
Created June 17, 2010 03:35
Show Gist options
  • Save anlek/441647 to your computer and use it in GitHub Desktop.
Save anlek/441647 to your computer and use it in GitHub Desktop.
~/rails_apps/example.com% rails g scaffold -h
DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called from <class:Railtie> at /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/will_paginate-3.0.pre/lib/will_paginate/railtie.rb:6)
/Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails.rb:44:in `configuration': undefined method `config' for nil:NilClass (NoMethodError)
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/newrelic_rpm-2.12.3/lib/newrelic_rpm.rb:25:in `<top (required)>'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bundler-1.0.0.beta.1/lib/bundler/runtime.rb:48:in `require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bundler-1.0.0.beta.1/lib/bundler/runtime.rb:48:in `block (2 levels) in require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bundler-1.0.0.beta.1/lib/bundler/runtime.rb:47:in `each'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bundler-1.0.0.beta.1/lib/bundler/runtime.rb:47:in `block in require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bundler-1.0.0.beta.1/lib/bundler/runtime.rb:38:in `each'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bundler-1.0.0.beta.1/lib/bundler/runtime.rb:38:in `require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bundler-1.0.0.beta.1/lib/bundler.rb:112:in `require'
from /Users/andrew/rails_apps/example.com/config/application.rb:12:in `<top (required)>'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/commands.rb:15:in `require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/commands.rb:15:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment