Created
May 26, 2011 04:28
-
-
Save knewter/992553 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
@site_bar_backend | |
Scenario: Logged in as a Refinery user # /home/jadams/rails/refinerycms/core/features/site_bar.feature:17 | |
Given I am a logged in refinery user # authentication/features/step_definitions/user_steps.rb:8 | |
When I go to the home page # testing/features/step_definitions/web_steps.rb:23 | |
SQLite3::SQLException: no such column: page_id: SELECT COUNT(DISTINCT "refinery_pages"."id") FROM "refinery_pages" LEFT OUTER JOIN "refinery_pages" "children_refinery_pages" ON "children_refinery_pages"."parent_id" = "refinery_pages"."id" LEFT OUTER JOIN "slugs" ON "slugs"."sluggable_id" = "refinery_pages"."id" AND "slugs"."sluggable_type" = 'Refinery::Page' WHERE "refinery_pages"."parent_id" IS NULL AND "refinery_pages"."draft" = 'f' AND "refinery_pages"."show_in_menu" = 't' AND "refinery_pages"."id" IN (SELECT page_id AS id FROM "refinery_page_translations" WHERE "refinery_page_translations"."locale" = 'en') (ActionView::Template::Error) | |
/home/jadams/.rvm/gems/ruby-1.9.2-p180@refienrycms/gems/sqlite3-1.3.3/lib/sqlite3/database.rb:91:in `initialize' | |
/home/jadams/.rvm/gems/ruby-1.9.2-p180@refienrycms/gems/sqlite3-1.3.3/lib/sqlite3/database.rb:91:in `new' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment