trevorturk / flash_cookie_session

Rails 3 cookie sessions can cooperate with Flash
79 stars 16 forks source link

Config missing error #3

Closed rbreve closed 13 years ago

rbreve commented 13 years ago

I am getting this error when trying to start the server

Exiting /opt/local/lib/ruby/gems/1.8/gems/flash_cookie_session-1.1.0/lib/flash_cookie_session/railtie.rb:18: FlashCookieSession config missing (RuntimeError)

I am using Rails 3.0.3

trevorturk commented 13 years ago

Just out of curiosity, does this work correctly if you switch to using Rails 3.0.1? I wonder if they changed something -- I've been bitten by some stuff in 3.0.3 and I'm waiting to upgrade.

rbreve commented 13 years ago

Yes it works fine on Rails 3.0.1

trevorturk commented 13 years ago

WTF!?

Sorry, but I don't have time to track this down at the moment. If you want, please feel free to fork and try to fix... I'd appreciate the help. If not, I'll fix it when I run into the problem myself (probably within a week or two).

trevorturk commented 13 years ago

This is working fine for me in later versions of Rails, so I'm closing.