Skip to content

Instantly share code, notes, and snippets.

@stephanpavlovic
Created October 26, 2010 10:44
Show Gist options
  • Save stephanpavlovic/646683 to your computer and use it in GitHub Desktop.
Save stephanpavlovic/646683 to your computer and use it in GitHub Desktop.
Started GET "/users/sign_in?fancy=true" for 127.0.0.1 at Tue Oct 26 12:42:58 +0200 2010
Processing by Devise::SessionsController#new as JS
Parameters: {"fancy"=>"true"}
SQL (37.1ms) describe `profiles_ownerships`
Completed in 650ms
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"):
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)
Started GET "/users/sign_in?fancy=true" for 127.0.0.1 at Tue Oct 26 12:43:13 +0200 2010
Processing by Devise::SessionsController#new as JS
Parameters: {"fancy"=>"true"}
SQL (1.4ms) describe `profiles_ownerships`
DEPRECATION WARNING: - style block helpers are deprecated. Please use =. (called from /Users/stephanpavlovic/code/eightpitch/app/views/devise/sessions/new.html.haml:4)
Rendered devise/sessions/new.html.haml within layouts/xhr (12.7ms)
Completed 200 OK in 355ms (Views: 64.4ms | ActiveRecord: 1.4ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment