0.0
No commit activity in last 3 years
No release in over 3 years
Provides some features of Rails 4 into Rails 3.x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Rails_backward

Gem Version

Didn't you realize that some useful and awesome features are provided by Rails 4 but your applications are using Rails 3.x ? What should you do if you want to use these features? Yes, as you see, rails_backward is here for you. It provides backward compatibility for some features in higher versions of Rails to lower versions of Rails, and it is really keeping growing.

Supported Features

  • ActiveRecord::Base.none

Requirements

  • Ruby >= 1.9.3
  • Rails >= 3.2.x

Installation

Put the following line to your Gemfile:

gem 'rails_backward', '>= 0.0.2'

then,

bundle install

Contributing

Bug report or pull request are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Please write unit test for your code if necessary.

License

See LICENSE file.