Created
January 15, 2013 23:50
-
-
Save whilp/4543292 to your computer and use it in GitHub Desktop.
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
| Processing WelcomeController#index (for 10.0.2.2 at 2013-01-14 22:13:27) [GET] | |
| Parameters: {"controller"=>"welcome", "action"=>"index"} | |
| ActiveRecord::StatementInvalid (PG::Error: ERROR: relation "settings" does not exist | |
| LINE 4: WHERE a.attrelid = '"settings"'::regclass | |
| ^ | |
| : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"settings"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| ): | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `rescue in log' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/connection_adapters/abstract_adapter.rb:204:in `log' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/connection_adapters/postgresql_adapter.rb:507:in `query' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/connection_adapters/postgresql_adapter.rb:1063:in `column_definitions' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/connection_adapters/postgresql_adapter.rb:675:in `columns' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/base.rb:1305:in `columns' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/calculations.rb:300:in `column_for' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/calculations.rb:129:in `calculate' | |
| vendor/bundle/ruby/1.9.1/gems/activerecord-2.3.15/lib/active_record/calculations.rb:75:in `maximum' | |
| app/models/setting.rb:195:in `cache_key' | |
| app/models/setting.rb:101:in `[]' | |
| app/models/setting.rb:137:in `rest_api_enabled?' | |
| app/controllers/application_controller.rb:86:in `find_current_user' | |
| app/controllers/application_controller.rb:69:in `user_setup' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment