"You are being redirected" when switching controllers

I solved this problem by downgrading my rails version to 2.3.5.

To downgrade run command gem install -v=2.3.5 rails

I Hope soon it will be fixed in 2.3.8 version.

Iain wrote:

Nominerdene Purevjav wrote:

I solved this problem by downgrading my rails version to 2.3.5.

To downgrade run command gem install -v=2.3.5 rails

I Hope soon it will be fixed in 2.3.8 version.

Iain wrote:

Hey folks

I've got a couple of Actions that call methods in different controllers. So for example I rewrite the URI from

Same problem (but with v. 2.3.8) and same solution (downgrade to 2.3.5).

(With glesys.se VPS, Ubuntu 8.04, monit+mongrel)

Thanks a lot!

Iwan

Iwan Buetti wrote:

Same problem (but with v. 2.3.8) and same solution (downgrade to 2.3.5).

(With glesys.se VPS, Ubuntu 8.04, monit+mongrel)

Thanks a lot!

Iwan

Got same problem on Rails 2.3.8, running FreeBSD 7.0, Mongrel 1.1.5 (using clusters). Downgrading to Rails 2.3.5 solved this problem. I believe it's a combination with mongrel since the same code works flawlessly on passenger.

I also got errors (ActionController::InvalidAuthenticityToken). I tried clearing cache, restarting server, ... but nothing seemed to work. Downgrading to 2.3.5 solved this issue as well.

Lenart