No commit activity in last 3 years
No release in over 3 years
Session inter-operability for Rails 3.0 and 3.1+ apps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2
~> 10

Runtime

 Project Readme

Flash Patch for Rails¶ ↑

This library monkey patches Rails sessions so that flash messages can inter-operate between Rails 3.0 apps and Rails 3.1+ apps.

Installation¶ ↑

Add to your Gemfile:

gem 'rails-flash_patch', :require => 'flash_patch'

Testing¶ ↑

To run the test for a Rails 3.0 session, cd to one of the Rails 3.2.* apps and then run:

rails runner ../flash_patch_test_3_0_session.rb

To run the test for a Rails 3.1+ session, cd to the Rails 3.0.17 app and then run:

rails runner ../flash_patch_test_3_2_session.rb

TODO¶ ↑

  1. Use a testing package for the test described above instead of relying on rails runner and console output