Skip to content

Instantly share code, notes, and snippets.

View proton's full-sized avatar
🤍💙🤍

Petr Savichev proton

🤍💙🤍
View GitHub Profile
/home/proton/projects/webra/bundle/ruby/1.9.1/gems/railties-3.1.0/lib/rails/commands/plugin.rb:277:in `<top (required)>': Commands is not a module (TypeError)
from /home/proton/projects/webra/bundle/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require'
from /home/proton/projects/webra/bundle/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `block in require'
from /home/proton/projects/webra/bundle/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:223:in `block in load_dependency'
from /home/proton/projects/webra/bundle/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:640:in `new_constants_in'
from /home/proton/projects/webra/bundle/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:223:in `load_dependency'
from /home/proton/projects/webra/bundle/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require'
Started GET "/sign_out" for 127.0.0.1 at Tue Nov 16 19:09:15 +0300 2010
ActionController::RoutingError (No route matches "/sign_out"):
Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
@proton
proton / gist:702054
Created November 16, 2010 16:48
rake routes
(in /home/proton/projects/web)
root /(.:format) {:action=>"index", :controller=>"home"}
passwords POST /passwords(.:format) {:action=>"create", :controller=>"clearance/passwords"}
new_password GET /passwords/new(.:format) {:action=>"new", :controller=>"clearance/passwords"}
session POST /session(.:format) {:action=>"create", :controller=>"clearance/sessions"}
new_session GET /session/new(.:format) {:action=>"new", :controller=>"clearance/sessions"}
session DELETE /session(.:format) {:action=>"destroy", :controller=>"clearance/sessions"}
user_password POST /users/:user_id/password(.:format) {:action=>"create", :controller=>"clearance/passwords"}
edit_user_password GET /users/:user_id/password/edit(.:format) {:action=>"edit", :controller=>"clearance/passwor