-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoadError cannot load such file -- standalone_migrations #144
Comments
With RubyGems installed giving the |
I'm facing the same issue in Ubuntu 18.04
|
I can say that in my local development I have the same problem running the commands inside a bundler context. On my servers Ubuntu 14.04 I can't run in any context. |
My issue was that CI was installing a really old version of the gem 1.0.13 - September 26, 2012 (14 KB) when I used
It worked like a charm, thanks for this project 🙏 . |
add gem 'standalone_migrations', '~> 5.2', '>= 5.2.7' your Gemfile and run bundle update in your console. It's work for me |
I am facing a similar issue to this, however, I can't seem to install the package using Error (A rather long one, so apologies for the length):
Not sure how to go about solving this. I would appreciate any help on this matter. |
@jeiman You should post this question on StackOverflow, it's failing to install nokogiri (common Rails dependency not related to this project). Blurb where it fails:
Nokogiri uses C extensions so it needs a compiler, it depends on your local environment but you will likely need build-essential, some expected version of libxml and the correct permissions, for example if you happen to have run a command as root and now you are trying to create files in that directory as a regular user you may face permissions issues. |
same problem here |
Hi !
I am also getting same issue;
Added following lines in Rakefile after installing the gem
it gives the following error:
'LoadError: cannot load such file -- standalone_migrations
/home/hshahid/Projects/claims-proxy/Rakefile:16:in
require' /home/hshahid/Projects/claims-proxy/Rakefile:16:in
<top (required)>'/home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/rake_module.rb:29:in
load' /home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/rake_module.rb:29:in
load_rakefile'/home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/application.rb:703:in
raw_load_rakefile' /home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/application.rb:104:in
block in load_rakefile'/home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/application.rb:186:in
standard_exception_handling' /home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/application.rb:103:in
load_rakefile'/home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/application.rb:82:in
block in run' /home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/application.rb:186:in
standard_exception_handling'/home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/lib/rake/application.rb:80:in
run' /home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/gems/rake-12.3.1/exe/rake:27:in
<top (required)>'/home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/bin/rake:23:in
load' /home/hshahid/.rvm/gems/jruby-9.1.7.0@claims-proxy/bin/rake:23:in
The text was updated successfully, but these errors were encountered: