
merb_datamapper can't load migration_runner from dm-migrations 0.10
Reported by Ashley Moran | September 18th, 2009 @ 03:59 AM | in 0.10.1
Running rake db:reset
was giving me the following
error:
~ Connecting to database...
~ Parent pid: 720
~ Compiling routes...
~ Skipped adding slice merb_auth_slice_password to router...
rake aborted!
no such file to load -- migration_runner
The fix was to change line 29 of merbtasks.rb from this:
require 'migration_runner'
to this:
require 'dm-migrations/migration_runner'
Comments and changes to this ticket
-
Martin Gamsjaeger (snusnu) September 18th, 2009 @ 05:14 AM
- State changed from new to accepted
- Assigned user set to Martin Gamsjaeger (snusnu)
Ashley,
I fixed this in my merb fork, thx for pointing it out. I will try to bug wycats to get this into merb master too (btw, my fork got pulled into master day before yesterday).
-
Martin Gamsjaeger (snusnu) September 18th, 2009 @ 02:27 PM
- Tag set to merb_datamapper
Pull request sent to wycats
-
Martin Gamsjaeger (snusnu) September 24th, 2009 @ 04:24 PM
- State changed from accepted to resolved
- Milestone set to 0.10.1
This is fixed in both wycats/merb/1.0.x and wycats/merb/master.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »