Fail to load 'merb-auth_password_slice'
Reported by ck | October 2nd, 2008 @ 09:36 PM
Adding merb_auth dependencies in config/init.rb
dependency "merb_auth-core"
dependency "merb_auth-more"
dependency "merb_auth_password_slice"
and running rake will result in
$ rake -T
(in /hello_world)
rake aborted!
no such file to load -- merb_auth_password_slice
/hello_world/rakefile:15
(See full trace by running task with --trace)
Looking at source I believe you missed following file during renaming effort:
merb-plugins/merb_auth/slices/merb_auth_password_slice/lib/merb-auth_password_slice.rb
It should be
merb-plugins/merb_auth/slices/merb_auth_password_slice/lib/merb_auth_password_slice.rb
to adhere to naming.
Comments and changes to this ticket
-

Daniel Neighman (hassox) October 3rd, 2008 @ 02:04 AM
- → State changed from new to resolved
Fixed in eeb44bb412183772afcd3f52415ddb0df2f20b65:"http://github.com/wycats/merb-plugins/commit/eeb44bb412183772afcd3f52415ddb0df2f20b65 . Thanx :)
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
