Created
May 26, 2011 04:46
-
-
Save knewter/992567 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: ambiguous column name: lft: SELECT "refinery_pages"."id" AS t0_r0, "refinery_pages"."parent_id" AS t0_r1, "refinery_pages"."position" AS t0_r2, "refinery_pages"."path" AS t0_r3, "refinery_pages"."created_at" AS t0_r4, "refinery_pages"."updated_at" AS t0_r5, "refinery_pages"."show_in_menu" AS t0_r6, "refinery_pages"."link_url" AS t0_r7, "refinery_pages"."menu_match" AS t0_r8, "refinery_pages"."deletable" AS t0_r9, "refinery_pages"."custom_title_type" AS t0_r10, "refinery_pages"."draft" AS t0_r11, "refinery_pages"."skip_to_first_child" AS t0_r12, "refinery_pages"."lft" AS t0_r13, "refinery_pages"."rgt" AS t0_r14, "refinery_pages"."depth" AS t0_r15, "children_refinery_pages"."id" AS t1_r0, "children_refinery_pages"."parent_id" AS t1_r1, "children_refinery_pages"."position" AS t1_r2, "children_refinery_pages"."path" AS t1_r3, "children_refinery_pages"."created_at" AS t1_r4, "children_refinery_pages"."updated_at" AS t1_r5, "children_refinery_pages"."show_in_menu" AS t1_r6, "children_refinery_pages"."link_url" AS t1_r7, "children_refinery_pages"."menu_match" AS t1_r8, "children_refinery_pages"."deletable" AS t1_r9, "children_refinery_pages"."custom_title_type" AS t1_r10, "children_refinery_pages"."draft" AS t1_r11, "children_refinery_pages"."skip_to_first_child" AS t1_r12, "children_refinery_pages"."lft" AS t1_r13, "children_refinery_pages"."rgt" AS t1_r14, "children_refinery_pages"."depth" AS t1_r15, "slugs"."id" AS t2_r0, "slugs"."name" AS t2_r1, "slugs"."sluggable_id" AS t2_r2, "slugs"."sequence" AS t2_r3, "slugs"."sluggable_type" AS t2_r4, "slugs"."scope" AS t2_r5, "slugs"."created_at" AS t2_r6, "slugs"."locale" AS t2_r7 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 refinery_page_id AS id FROM "refinery_page_translations" WHERE "refinery_page_translations"."locale" = 'en') ORDER BY "lft" (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' | |
/home/jadams/.rvm/gems/ruby-1.9.2-p180@refienrycms/gems/sqlite3-1.3.3/lib/sqlite3/database.rb:91:in `prepare' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment