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 trial
Osgaldor Storm
1,119 PointsTreebook broken
I'm working through the treebook series and got to the part on installing devise and now my app is so broken it won't even let the webrick server start. This is the error I get:
C:\Ruby200\apps\mhs88book>rs
C:/Ruby200/apps/mhs88book/config/application.rb:23:in <module:Mhs88book>': unde
fined local variable or methodconfig' for Mhs88book:Module (NameError)
from C:/Ruby200/apps/mhs88book/config/application.rb:9:in <top (require
d)>'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/comman
ds.rb:76:inrequire'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/comman
ds.rb:76:in block in <top (required)>'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/comman
ds.rb:73:intap'
from C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.0/lib/rails/comman
ds.rb:73:in <top (required)>'
from bin/rails:4:inrequire'
from bin/rails:4:in `<main>'
C:\Ruby200\apps\mhs88book>