refinery / refinerycms-news

News Plugin for Refinery CMS
http://www.refinerycms.com
MIT License
121 stars 120 forks source link

Redirect Loop in minimal installation #115

Closed craic closed 12 years ago

craic commented 12 years ago

Just did a minimal installation of refinerycms-news into a minimal refinery site

I'm using refinerycms 2.0.8 and Rails 3.2.8

I followed the readme :

gem "refinerycms-news", '~> 2.0.0'
bundle install
rails generate refinery:news
rake db:migrate
rake db:seed

no overriding of anything....

Now there is a News page in the Pages view and a link on the homepage of my site But clicking on the News link on my site gets me:

Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
ugisozols commented 12 years ago

I can't reproduce this with the same gem versions. Do you have other gems besides Rails and Refinery CMS ones?

craic commented 12 years ago

Weird - I was just trying it again and now I don't see the problem either... the only difference I can see was restarting the server.

The only difference from a fully default installation was using thin instead of webrick

Sorry for wasting cycles...

--Rob