Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDomnick Knowlton
Courses Plus Student 3,177 PointsWhy won't the Rails console open?
I am using a cloud IDE online called c9.io. I type in rails console and rails c but I just keep getting this.
/usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now
/usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in require': cannot load such file -- test/unit/testcase (LoadError)
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in
block in require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:236:in load_dependency'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in
require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/test_case.rb:1:in <top (required)>'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in
require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in block in require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:236:in
load_dependency'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/railties-3.2.18/lib/rails/console/app.rb:2:in
<top (required)>'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in
block in require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:236:in load_dependency'
from /usr/local/rvm/gems/ruby-2.3.0/gems/activesupport-3.2.18/lib/active_support/dependencies.rb:251:in
require'
from /usr/local/rvm/gems/ruby-2.3.0/gems/railties-3.2.18/lib/rails/application.rb:312:in initialize_console'
from /usr/local/rvm/gems/ruby-2.3.0/gems/railties-3.2.18/lib/rails/application.rb:152:in
load_console'
from /usr/local/rvm/gems/ruby-2.3.0/gems/railties-3.2.18/lib/rails/commands/console.rb:27:in start'
from /usr/local/rvm/gems/ruby-2.3.0/gems/railties-3.2.18/lib/rails/commands/console.rb:8:in
start'
from /usr/local/rvm/gems/ruby-2.3.0/gems/railties-3.2.18/lib/rails/commands.rb:41:in <top (required)>'
from script/rails:6:in
require'
from script/rails:6:in `<main>'
Please help! I've come so far and learned so much! I don't want the updated version.
Domnick Knowlton
Courses Plus Student 3,177 PointsDomnick Knowlton
Courses Plus Student 3,177 PointsSomeone going to help?