No commit activity in last 3 years
No release in over 3 years
Ease your transition from Rails 3 to Rails 4 by defining before/around/after_action in Rails 3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2.0
~> 1.11
~> 10.0
~> 3.0
 Project Readme

Rails3::BeforeAction

Ease your transition from Rails 3 to Rails 4 by defining before/around/after_action in Rails 3.

Usage

  • Add this gem to your gemfile.
  • Call require 'rails3/before_action' before initializing your Rails application.
  • Replace all the _filter with _action.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pschambacher/rails3-before_action.