Created
June 11, 2012 14:33
-
-
Save barbuza/2910353 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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