Talk:Installation/Debian/Buster: Difference between revisions
(and the fix) |
No edit summary |
||
Line 1: | Line 1: | ||
== createdb error == | == createdb error == | ||
RAILS_ENV=production DB=postgres bin/rake db:create db:schema:load | RAILS_ENV=production DB=postgres bin/rake db:create db:schema:load | ||
Could not find gem 'rails-assets-jasmine-ajax (= 3.1.0) ruby' in rubygems repository https://rails-assets.org/. | Could not find gem 'rails-assets-jasmine-ajax (= 3.1.0) ruby' in rubygems repository https://rails-assets.org/. | ||
Source does not contain any versions of 'rails-assets-jasmine-ajax (= 3.1.0) ruby' | Source does not contain any versions of 'rails-assets-jasmine-ajax (= 3.1.0) ruby' | ||
Run `bundle install` to install missing gems. | Run `bundle install` to install missing gems. | ||
: fixed by ''gem update bundler'' | --[[User:Grin]] | ||
: fixed by ''gem update bundler'' --[[User:Grin]] | |||
:: Please sign your talk page entries. I just setup a clean jessie chroot and followed the instructions to the letter, no issues. The <tt>gem install bundler</tt> installed the most recent bundler version as expected. --[[User:Jhass|Jhass]] ([[User talk:Jhass|talk]]) 19:45, 12 May 2015 (UTC) |
Revision as of 19:45, 12 May 2015
createdb error
RAILS_ENV=production DB=postgres bin/rake db:create db:schema:load Could not find gem 'rails-assets-jasmine-ajax (= 3.1.0) ruby' in rubygems repository https://rails-assets.org/. Source does not contain any versions of 'rails-assets-jasmine-ajax (= 3.1.0) ruby' Run `bundle install` to install missing gems.