Skip to content

Instantly share code, notes, and snippets.

@gregnowicki
Created April 27, 2014 19:16
Show Gist options
  • Save gregnowicki/11353342 to your computer and use it in GitHub Desktop.
Save gregnowicki/11353342 to your computer and use it in GitHub Desktop.
rails generate devise:install ERROR
Greg-Nowickis-MacBook-Pro:radiusapp Greg_Nowicki$ rvm gemset list
gemsets for ruby-2.1.1 (found in /Users/Greg_Nowicki/.rvm/gems/ruby-2.1.1)
(default)
global
=> radiusapp
wikiful
Greg-Nowickis-MacBook-Pro:radiusapp Greg_Nowicki$ bundle install
Using rake (10.3.1)
Using i18n (0.6.9)
Using json (1.8.1)
Using minitest (5.3.3)
Using thread_safe (0.3.3)
Using tzinfo (1.1.0)
Using activesupport (4.1.0)
Using builder (3.2.2)
Using erubis (2.7.0)
Using actionview (4.1.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.1.0)
Using mime-types (1.25.1)
Using polyglot (0.3.4)
Using treetop (1.4.15)
Using mail (2.5.4)
Using actionmailer (4.1.0)
Using activemodel (4.1.0)
Using arel (5.0.1.20140414130214)
Using activerecord (4.1.0)
Using bcrypt (3.1.7)
Using coffee-script-source (1.7.0)
Using execjs (2.0.2)
Using coffee-script (2.2.0)
Using thor (0.19.1)
Using railties (4.1.0)
Using coffee-rails (4.0.1)
Using orm_adapter (0.5.0)
Using warden (1.2.3)
Using devise (3.2.4)
Using hike (1.2.3)
Using multi_json (1.9.2)
Using jbuilder (2.0.6)
Using jquery-rails (3.1.0)
Using bundler (1.5.3)
Using tilt (1.4.1)
Using sprockets (2.11.0)
Using sprockets-rails (2.1.3)
Using rails (4.1.0)
Using rdoc (4.1.1)
Using sass (3.2.19)
Using sass-rails (4.0.3)
Using sdoc (0.4.0)
Using spring (1.1.2)
Using sqlite3 (1.3.9)
Using turbolinks (2.2.2)
Using uglifier (2.5.0)
Your bundle is complete!
Gems in the group production were not installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
Greg-Nowickis-MacBook-Pro:radiusapp Greg_Nowicki$ rails generate devise:install
Could not find orm_adapter-0.5.0 in any of the sources
Run `bundle install` to install missing gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment