Skip to content

Instantly share code, notes, and snippets.

@barbuza
Created June 11, 2012 14:33
Show Gist options
  • Save barbuza/2910353 to your computer and use it in GitHub Desktop.
Save barbuza/2910353 to your computer and use it in GitHub Desktop.
Started GET "/phrases/show/1" for 202.152.201.168 at 2012-06-11 18:32:16 +0400
Processing by PhrasesController#show as HTML
Parameters: {"id"=>"1"}
Completed 500 Internal Server Error in 1ms
ActiveRecord::StatementInvalid (PG::Error: ERROR: prepared statement "a4" already exists
: SELECT "phrases".* FROM "phrases" WHERE "phrases"."id" = $1 LIMIT 1):
app/controllers/phrases_controller.rb:26:in `show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment