ruby on rails server wont start missing devise files

user3015195

Hi I am having a problem using devise with the ruby on rails server. My server was running fine until I ran a rake routes and realized the server is missing some devise files. Currently the ruby on rails server wont even start. I do remember moving my devise folder but cant remember where it should be for the server to come back online.

This is the error message I get in the console. Can someone please help? Thanks.

C:\Users\rich\treebook>rails server
C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/devise-3.2.1/lib/devise.rb:266:in `<m
odule:Devise>': cannot load such file -- devise/controllers/helpers (LoadError)
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/devise-3.2.1/lib/devise.
rb:8:in `<top (required)>'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundle
r/runtime.rb:72:in `require'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundle
r/runtime.rb:72:in `block (2 levels) in require'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundle
r/runtime.rb:70:in `each'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundle
r/runtime.rb:70:in `block in require'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundle
r/runtime.rb:59:in `each'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundle
r/runtime.rb:59:in `require'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.4/lib/bundle
r.rb:132:in `require'
        from C:/Users/Sam/treebook/config/application.rb:7:in `<top (required)>'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railties-3.2.13/lib/rail
s/commands.rb:53:in `require'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railties-3.2.13/lib/rail
s/commands.rb:53:in `block in <top (required)>'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railties-3.2.13/lib/rail
s/commands.rb:50:in `tap'
        from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railties-3.2.13/lib/rail
s/commands.rb:50:in `<top (required)>'
        from script/rails:6:in `require'
        from script/rails:6:in `<main>'
BWStearns

Have you done rails generate devise:install?

Also I agree with Zippie that uninstalling and reinstalling may be the way to go.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Register with a username using Ruby on Rails Devise Gem

From Dev

Ruby on Rails 4 authentication, devise vs bcrypt

From Dev

Ruby on Rails Devise Edit Registration Routing Error

From Dev

Google AppEngine Server wont start on netbeans 7.4

From Dev

Ruby on Rails 4, Devise, and profile pages

From Dev

Ruby on rails wont change to mysql

From Dev

Mysql on XAMPP server wont start.

From Dev

Unable to start the Webrick server with Ruby on Rails

From Dev

Facebook OAuth with Devise in Ruby on Rails

From Dev

Ruby on Rails Devise - Cannot Log Out

From Dev

Create session with Devise in web API on ruby on rails

From Dev

Ruby on Rails Devise Confirmation Token is nil

From Dev

Edit other user as admin in devise, ruby on rails

From Dev

Using ldap to connect to ad with devise ruby on rails

From Dev

Ruby on Rails Devise Error: no secure_key

From Dev

Installed plex media server, and it wont start

From Dev

Ruby on Rails devise return role of user

From Dev

Google AppEngine Server wont start on netbeans 7.4

From Dev

Ruby on rails wont change to mysql

From Dev

Ruby error, can't start the rails server

From Dev

Ruby on Rails: Getting a route with Devise

From Dev

Ruby on Rails Devise - Cannot Log Out

From Dev

Ruby on Rails - Postgres error when trying to start Rails Server

From Dev

Using ldap to connect to ad with devise ruby on rails

From Dev

ruby on rails/Template is missing

From Dev

Ruby on Rails devise password override

From Dev

Equivalent of Devise (Ruby on Rails) in Spring MVC?

From Dev

Ruby Rails: wont save as decimal in postgresql

From Dev

Ruby On Rails Devise gem conflict error

Related Related

HotTag

Archive