Project

current_fu

0.0
No commit activity in last 3 years
No release in over 3 years
CurrentFu gives a standard interface to the current controller instance in your models with automatic delegation to #current_* named methods.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 3.0
 Project Readme

CurrentFu: The most evil gem you will hate to love.

CurrentFu gives a standard interface to the current controller instance in your models with automatic delegation to #current_* named methods.

Installation

Install the gem with bundler. We follow a semantic versioning format that tracks Rails' minor version. So this means to use the latest 3.2.x version of CurrentFu with any 3.2 Rails version.

gem 'current_fu', '~> 3.2.0'

Testing

Simple! Just clone the repo, then run bundle install and bundle exec rake. The tests will begin to run. We also use Travis CI to run our tests too. Current build status is:

Build Status

License

Released under the MIT license. Copyright (c) 2008-2012 Ken Collins