Created
September 23, 2008 17:30
-
-
Save nitsujw/12353 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
justin@justin-sl:~/merb/entitea$ merb | |
~ Registered slice 'MerbAuth' located at /usr/lib/ruby/gems/1.8/gems/merb-auth-0.1.0 | |
~ Loaded DEVELOPMENT Environment... | |
~ loading gem 'merb_datamapper' ... | |
~ loading gem 'merb-haml' ... | |
~ loading gem 'dm-core' ... | |
~ Connecting to database... | |
~ WARNING: Merb.orm_generator_scope is deprecated | |
~ Loaded slice 'MerbAuth' ... | |
~ Compiling routes... | |
~ Mounting slice MerbAuth at / | |
~ Adding custom routes | |
~ Loading MerbAuth Plugin - forgotten_password | |
~ Adding custom routes | |
~ Initializing slice 'MerbAuth' ... | |
/usr/lib/ruby/gems/1.8/gems/merb-haml-0.9.8/lib/merb-haml.rb:8: undefined method `[]' for nil:NilClass (NoMethodError) | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:611:in `call' | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:611:in `run' | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:611:in `each' | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:611:in `run' | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/bootloader.rb:69:in `run' | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core/server.rb:57:in `start' | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/lib/merb-core.rb:108:in `start' | |
from /usr/lib/ruby/gems/1.8/gems/merb-core-0.9.8/bin/merb:11 | |
from /usr/bin/merb:19:in `load' | |
from /usr/bin/merb:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment