Help! Made "search&replace" in whole app, nothing works anym

Well it can't load your session. Maybe you searched and replaced inside the session files too ? I'd try clearing your your sessions.

Fred

Frederick Cheung wrote:

Well it can't load your session. Maybe you searched and replaced inside the session files too ? I'd try clearing your your sessions.

Fred

Hrm I use ActiveRecord sessions...? Shouldn't be a problem, could it? Anyway, how can I clear the sessions?

In that case no but If you've got model objects in your session it's
still worth a go. Just delete everything from the sessions table.

Fred

The best way to clear your sessions (if you are using AR session) is to go to your app root and run rake db:sessions:clear

This should do the trick