No commit activity in last 3 years
No release in over 3 years
This is a wrapper that enables you to write your generator using the Rails 3 syntax but still support Rails 2.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

This is a wrapper that enables you to write your generator using the Rails 3 syntax but still support Rails 2.

Usage

Just add it as a gem dependency and require "acts_as_rails3_generator" in your generator.

How to run the tests

bundle
rake