thuss/standalone-migrations

LoadError: cannot load such file -- standalone_migrations

Closed this issue · 6 comments

I executed the following:

ENVIRONMENT=development bundle exec gem install standalone_migrations
ENVIRONMENT=development bundle exec rake db:new_migration name=foo_bar_migration

I get a Load Error:

LoadError: cannot load such file -- standalone_migrations

Hi @angelacode
Did you run bundle install before? I got that error too because the standalone_migration gem was not installed.

Installed via RubyGems, added require, seems to work fine. Rails projects may need it in the Gemfile as well.

Issue is quite old. Close?

thuss commented

Good call, going to close this issue due to age. If it's still a problem let me know and I can re-open it.

@thuss I think it is still a problem, check #144

I'm having the same issue as well. Just curious @ruanltbg do you have a .bundle/config? I'm using mine to install to vendor/bundle with

---
BUNDLE_PATH: "vendor/bundle"

@WA9ACE no I do not have this config

I have migrated successfully to otr-activerecord gem.
https://github.com/jhollinger/otr-activerecord