Guest User

Untitled

a guest
Jun 19th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Started GET "/users/sign_in?fancy=true" for 127.0.0.1 at Tue Oct 26 12:42:58 +0200 2010
  2. Processing by Devise::SessionsController#new as JS
  3. Parameters: {"fancy"=>"true"}
  4. SQL (37.1ms) describe `profiles_ownerships`
  5. Completed in 650ms
  6.  
  7. ActionView::MissingTemplate (Missing template devise/sessions/new with {:formats=>[:js, :"*/*"], :locale=>[:en, :en], :handlers=>[:erb, :builder, :rjs, :rhtml, :haml, :rxml]} in view paths "/Users/stephanpavlovic/code/eightpitch/app/views", "/Users/stephanpavlovic/code/eightpitch/vendor/plugins/paypal/app/views", "/Users/stephanpavlovic/code/eightpitch/vendor/plugins/make_permalink/app/views", "/Users/stephanpavlovic/code/eightpitch/vendor/plugins/localized_country_select/app/views", "/Users/stephanpavlovic/code/eightpitch/vendor/plugins/has_uuid/app/views", "/Users/stephanpavlovic/code/eightpitch/vendor/plugins/haml/app/views", "/Users/stephanpavlovic/code/eightpitch/vendor/plugins/event_calendar/app/views", "/Users/stephanpavlovic/.rvm/gems/ruby-1.8.7-p249/gems/high_voltage-0.9.1/app/views", "/Users/stephanpavlovic/.rvm/gems/ruby-1.8.7-p249/gems/devise-1.1.2/app/views"):
  8.  
  9.  
  10. Rendered /Users/stephanpavlovic/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/gems/1.8/gems/actionpack-3.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms)
  11.  
  12.  
  13. Started GET "/users/sign_in?fancy=true" for 127.0.0.1 at Tue Oct 26 12:43:13 +0200 2010
  14. Processing by Devise::SessionsController#new as JS
  15. Parameters: {"fancy"=>"true"}
  16. SQL (1.4ms) describe `profiles_ownerships`
  17. DEPRECATION WARNING: - style block helpers are deprecated. Please use =. (called from /Users/stephanpavlovic/code/eightpitch/app/views/devise/sessions/new.html.haml:4)
  18. Rendered devise/sessions/new.html.haml within layouts/xhr (12.7ms)
  19. Completed 200 OK in 355ms (Views: 64.4ms | ActiveRecord: 1.4ms)
Add Comment
Please, Sign In to add comment