trevorturk / flash_cookie_session

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

Fixes for Issue #8 #9

Closed iwasrobbed closed 13 years ago

iwasrobbed commented 13 years ago

Updated to ensure it uses the Rails cookie session ID, added optional "remember me" token support for apps that use remember cookies for authentication, bumped version to 1.1.1, and updated Readme

This is for Issue #8 found at: https://github.com/trevorturk/flash_cookie_session/issues/8

trevorturk commented 13 years ago

Merged and released a new gem. FWIW, I think it's bad practice to update the version like you did, and it would have been nice to have separate issues/pull requests since there were separate issues. Anyway, no biggie -- thanks so much!

iwasrobbed commented 13 years ago

Thanks for the advice about the version and separate issues, Trevor! I'm new to working with others on GitHub so I apologize and will keep that in mind in the future!

trevorturk commented 13 years ago

Now worries -- thanks again for your work!