Created
July 13, 2014 15:11
-
-
Save eugenio-oliveira/a16a5d3133b4646e9ec0 to your computer and use it in GitHub Desktop.
full trace
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
NoMethodError: undefined method `without_prepared_statement?' for #<ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter:0x000000045a5330>: SELECT "SCHEMA_MIGRATIONS".* FROM "SCHEMA_MIGRATIONS" | |
Rails.root: /var/www/rails_apps/oracleapp | |
Application Trace | Framework Trace | Full Trace | |
activerecord-oracle_enhanced-adapter (1.5.5) lib/active_record/connection_adapters/oracle_enhanced_adapter.rb:755:in `block in exec_query' | |
activerecord (4.0.0) lib/active_record/connection_adapters/abstract_adapter.rb:425:in `block in log' | |
activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
activerecord (4.0.0) lib/active_record/connection_adapters/abstract_adapter.rb:420:in `log' | |
activerecord-oracle_enhanced-adapter (1.5.5) lib/active_record/connection_adapters/oracle_enhanced_adapter.rb:1510:in `log' | |
activerecord-oracle_enhanced-adapter (1.5.5) lib/active_record/connection_adapters/oracle_enhanced_adapter.rb:752:in `exec_query' | |
activerecord-oracle_enhanced-adapter (1.5.5) lib/active_record/connection_adapters/oracle_enhanced_adapter.rb:1464:in `select' | |
activerecord (4.0.0) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all' | |
activerecord (4.0.0) lib/active_record/connection_adapters/abstract/query_cache.rb:63:in `select_all' | |
activerecord (4.0.0) lib/active_record/querying.rb:36:in `find_by_sql' | |
activerecord (4.0.0) lib/active_record/relation.rb:585:in `exec_queries' | |
activerecord (4.0.0) lib/active_record/relation.rb:471:in `load' | |
activerecord (4.0.0) lib/active_record/relation.rb:220:in `to_a' | |
activerecord (4.0.0) lib/active_record/relation/delegation.rb:12:in `map' | |
activerecord (4.0.0) lib/active_record/migration.rb:787:in `get_all_versions' | |
activerecord (4.0.0) lib/active_record/migration.rb:793:in `current_version' | |
activerecord (4.0.0) lib/active_record/migration.rb:800:in `needs_migration?' | |
activerecord (4.0.0) lib/active_record/migration.rb:379:in `check_pending!' | |
activerecord (4.0.0) lib/active_record/migration.rb:366:in `call' | |
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' | |
activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3093087431911098897__call__callbacks' | |
activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' | |
actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' | |
actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' | |
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' | |
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | |
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' | |
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' | |
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' | |
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' | |
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' | |
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' | |
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' | |
rack (1.5.2) lib/rack/runtime.rb:17:in `call' | |
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' | |
rack (1.5.2) lib/rack/lock.rb:17:in `call' | |
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' | |
railties (4.0.0) lib/rails/engine.rb:511:in `call' | |
railties (4.0.0) lib/rails/application.rb:97:in `call' | |
rack (1.5.2) lib/rack/lock.rb:17:in `call' | |
rack (1.5.2) lib/rack/content_length.rb:14:in `call' | |
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' | |
/home/eugenio/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' | |
/home/eugenio/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' | |
/home/eugenio/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' | |
Request | |
Parameters: | |
None | |
Toggle session dump | |
Toggle env dump | |
Response | |
Headers: | |
None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment