You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
Even when visiting a non-cms related page, I still see a call to pages.
Started GET "/nl/t/categories/dresses" for 127.0.0.1 at 2012-06-04 15:59:04 +0200
Processing by Spree::TaxonsController#show as HTML
Parameters: {"id"=>"categories/dresses", "locale"=>"nl"}
Spree::Page Load (0.5ms) SELECT `spree_pages`.* FROM `spree_pages` WHERE `spree_pages`.`path` = '/t/categories/dresses' ORDER BY position LIMIT 1
Spree::Page Load (0.9ms) SELECT `spree_pages`.* FROM `spree_pages` WHERE `spree_pages`.`accessible` = 1 AND `spree_pages`.`visible` = 1 ORDER BY position
Spree::Taxon::Translation Load (0.2ms) SELECT DISTINCT locale FROM `spree_taxon_translations` (...etc...)
I would suggest a /pages/ prefix, it's not as nice, but fixes the assets routing problem as well.
Started GET "/spree/products/3603/small/Jill.jpg" for 127.0.0.1 at 2012-06-04 16:12:09 +0200
Spree::Page Load (0.4ms) SELECT `spree_pages`.* FROM `spree_pages` WHERE `spree_pages`.`accessible` = 1 AND `spree_pages`.`path` = '/spree/products/3603/small/Jill.jpg' ORDER BY position LIMIT 1
ActionController::RoutingError (No route matches [GET] "/spree/products/3603/small/Jill.jpg"):
Is this an idea?
PS: If I'm the only one with this issue, my Gemfile looks like this:
I have battled with this issue several times before both on the CMS and on the blog. We absolutely need to keep the ability to have dynamic pages with top-level paths.
...somewhere next week. First, I'm migrating spree_multi_currency to our version of Spree.
PS (unrelated): integrating multiple languages in the cms/blog was a breeze, it followed the same steps as spree_multi_lingual. Some migrations and a few overrides and it worked. Really cool. Hopefully I'll have time to publish some of this somewhere next month.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Even when visiting a non-cms related page, I still see a call to pages.
I would suggest a /pages/ prefix, it's not as nice, but fixes the assets routing problem as well.
Is this an idea?
PS: If I'm the only one with this issue, my Gemfile looks like this:
The text was updated successfully, but these errors were encountered: