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

Ruby

Ruby on Rails Application Help! - moved devise folder and cant load server

So i dont know what I did last night but it seems that I might have moved the devise folder into the wrong directory its currently in treebook/config -> devise. Should it be somewhere else? I tried to run a rake routes and I couldnt even get that going, now my rails server wont even start up. This is what it says in the console. C:\Users\Sam\treebook>rails server C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/devise-3.2.1/lib/devise.rb:266:in `<module:Devise>': cannot load such file -- devise/controllers/helpers (LoadError)

1 Answer

Nevermind I figured it out, I moved the file away from where the other gem files were installed, and then I did a gems reinstall in the console.