trevorturk / flash_cookie_session

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

Update for Rails 4 #16

Closed dougal closed 11 years ago

dougal commented 11 years ago

Currently this Gem will not work with Rails 4 beta as it requires Rails 3 in the gemspec.

dougal commented 11 years ago

@lloydk already has a commit which fixes this:

https://github.com/lloydk/flash_cookie_session/commit/b4609bdc8301d72bd08086192cc7139ba5692250

trevorturk commented 11 years ago

Mind working up a pull request and doesn't remove the line, but instead allows for Rails 3 and 4?