Created
August 2, 2011 20:48
-
-
Save guilherme/1121188 to your computer and use it in GitHub Desktop.
Encoding problem.
This file contains hidden or 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
Encoding::CompatibilityError: incompatible character encodings: UTF-8 and ASCII-8BIT | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:69:in `join' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:69:in `visit_Arel_Nodes_Values' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/visitor.rb:15:in `visit' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:59:in `visit_Arel_Nodes_InsertStatement' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/visitor.rb:15:in `visit' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/visitor.rb:5:in `accept' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:18:in `block in accept' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:111:in `with_connection' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/visitors/to_sql.rb:16:in `accept' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/tree_manager.rb:20:in `to_sql' | |
[GEM_ROOT]/gems/arel-2.0.10/lib/arel/select_manager.rb:217:in `insert' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/relation.rb:14:in `insert' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/persistence.rb:274:in `create' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/timestamp.rb:47:in `create' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/callbacks.rb:277:in `block in create' | |
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:414:in `_run_create_callbacks' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/callbacks.rb:277:in `create' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/persistence.rb:250:in `create_or_update' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/callbacks.rb:273:in `block in create_or_update' | |
[GEM_ROOT]/gems/activesupport-3.0.9/lib/active_support/callbacks.rb:444:in `_run_save_callbacks' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/callbacks.rb:273:in `create_or_update' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/persistence.rb:40:in `save' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/validations.rb:43:in `save' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/attribute_methods/dirty.rb:21:in `save' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:240:in `block (2 levels) in save' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:292:in `block in with_transaction_returning_status' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/connection_adapters/abstract/database_statements.rb:139:in `transaction' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:207:in `transaction' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:290:in `with_transaction_returning_status' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:240:in `block in save' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:251:in `rollback_active_record_state!' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:239:in `save' | |
app/controllers/my_controller_controller.rb:266:in `block in create' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/connection_adapters/abstract/database_statements.rb:139:in `transaction' | |
[GEM_ROOT]/gems/activerecord-3.0.9/lib/active_record/transactions.rb:207:in `transaction' | |
app/controllers/my_controller_controller.rb:251:in `create' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment