Skip to content

Instantly share code, notes, and snippets.

@mvexel
Created August 14, 2014 22:19
Show Gist options
  • Save mvexel/4a9067ee3d8ef1d91eda to your computer and use it in GitHub Desktop.
Save mvexel/4a9067ee3d8ef1d91eda to your computer and use it in GitHub Desktop.
osm web site error
I, [2014-08-14T16:17:14.875359 #21851] INFO -- : Started POST "/user/new" for 10.224.14.53 at 2014-08-14 16:17:14 -0600
I, [2014-08-14T16:17:14.877546 #21851] INFO -- : Processing by UserController#create as HTML
I, [2014-08-14T16:17:14.877678 #21851] INFO -- : Parameters: {"utf8"=>"✓", "authenticity_token"=>"waa4d3Ns/ocFogDa5ybjGoRA+9a9LClOLj3XJ8hBj/o=", "user"=>{"email"=>"[email protected]", "email_confirmation"=>"[email protected]", "display_name"=>"Administrator", "pass_crypt"=>"[FILTERED]", "pass_crypt_confirmation"=>"[FILTERED]"}, "commit"=>"Sign Up"}
I, [2014-08-14T16:17:14.881408 #21851] INFO -- : Completed 500 Internal Server Error in 4ms
F, [2014-08-14T16:17:14.883848 #21851] FATAL -- :
NoMethodError (undefined method `description_format=' for #<User:0x0000000772e550>):
app/models/user.rb:242:in `set_defaults'
app/controllers/user_controller.rb:248:in `create'
config/initializers/cors.rb:9:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment