refinery / refinerycms-page-images

Adds an images tab to your pages so you can format a group of images really nicely on the frontend
104 stars 120 forks source link

Cannot reorder pages #95

Closed olhor closed 8 years ago

olhor commented 10 years ago

I'm getting an error while trying to reorder pages from refinery backend:

SystemStackError (stack level too deep):
  actionpack (3.2.16) lib/action_dispatch/middleware/reloader.rb:70

I'm using refinery 2.1.1 with 'refinerycms-page-images (2.1.0)'. I tested this behaviour on sqlite and postgresql databases with rails 3.2.16 and ruby 1.9.3.

It can be easily reproduced:

  1. Add gem 'refinerycms-page-images', '~> 2.1.0' to Gemfile
  2. run bundle
  3. Open 'Pages' tab in the backend
  4. Try to reorder the pages
bricesanchez commented 8 years ago

If this issue happens in the Images tab of pages i can't reproduce it, so it's fixed for me. Thanks.