Created
February 22, 2010 19:08
-
-
Save jpzwarte/311361 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
rails g devise_install | |
/opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler/resolver.rb:97:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement | |
/Users/jeroen/.bundle/ruby/1.9.1/bundler/gems/devise-d498cf3a4e1a3fef3f4f071d4feec6a489efe480-master/lib/devise.rb:71:in `<module:Devise>': undefined method `mattr_accessor' for Devise:Module (NoMethodError) | |
from /Users/jeroen/.bundle/ruby/1.9.1/bundler/gems/devise-d498cf3a4e1a3fef3f4f071d4feec6a489efe480-master/lib/devise.rb:1:in `<top (required)>' | |
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler/runtime.rb:41:in `require' | |
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler/runtime.rb:41:in `block (2 levels) in require' | |
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler/runtime.rb:36:in `each' | |
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler/runtime.rb:36:in `block in require' | |
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler/runtime.rb:35:in `each' | |
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler/runtime.rb:35:in `require' | |
from /opt/local/lib/ruby1.9/gems/1.9.1/gems/bundler-0.9.7/lib/bundler.rb:71:in `require' | |
from /Users/jeroen/Projects/toggle/config/boot.rb:20:in `<top (required)>' | |
from /Users/jeroen/Projects/toggle/script/rails:9:in `require' | |
from /Users/jeroen/Projects/toggle/script/rails:9:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment