Both run fine. bundle check brings back "The Gemfile's dependencies are satisfied". bundle install comes through as complete, and reports "Using active_scaffold 3.3.0" and "Using active_scaffold_sortable 3.2.12"
The longer I dig for an answer here, the more nervous I am that it will be some simple thing I overlooked... On Tuesday, December 22, 2015 at 9:41:33 AM UTC-6, Sergio Cambra wrote: > > What about bundle check or bundle install? > > El Martes, 22 de diciembre de 2015 07:22:04 Sean M escribió: > > Both rails s and rails c fail, with a nearly-identical stack track to > the > > one that shows up in a web browser (pasted in below). > > > > ------------------------------------ > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/bundler-1.11.0 > > > /lib/bundler/runtime.rb:80:in `rescue in block (2 levels) in require': > There > > was an error while trying to load the gem 'active_scaffold_sortable'. > > (Bundler::GemRequireError) from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/bundler-1.11.0 > > > /lib/bundler/runtime.rb:76:in `block (2 levels) in require' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/bundler-1.11.0 > > > /lib/bundler/runtime.rb:72:in `each' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/bundler-1.11.0 > > > /lib/bundler/runtime.rb:72:in `block in require' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/bundler-1.11.0 > > > /lib/bundler/runtime.rb:61:in `each' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/bundler-1.11.0 > > > /lib/bundler/runtime.rb:61:in `require' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/bundler-1.11.0 > > > /lib/bundler.rb:99:in `require' > > from /home/mcmullin/rails/residents/config/application.rb:7:in > > `<top (required)>' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/railties-3.2.2 > > > 2/lib/rails/commands.rb:53:in `require' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/railties-3.2.2 > > > 2/lib/rails/commands.rb:53:in `block in <top (required)>' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/railties-3.2.2 > > > 2/lib/rails/commands.rb:50:in `tap' > > from > > > /home/mcmullin/.rbenv/versions/2.1.7/lib/ruby/gems/2.1.0/gems/railties-3.2.2 > > > 2/lib/rails/commands.rb:50:in `<top (required)>' > > from script/rails:6:in `require' > > from script/rails:6:in `<main>' > > > > On Tuesday, December 22, 2015 at 8:36:43 AM UTC-6, Sergio Cambra wrote: > > > I have tried with bundle 1.11.0 and it works here. Do you get error > > > running > > > bundle exec rails s? only rails s? Or rails s works well but loading > > > localhost:3000 fails? Doesn rails console work? > > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
