An open API service indexing awesome lists of open source software.

https://github.com/metaskills/current_fu

CurrentFu gives a standard interface to the current controller instance in your models with automatic delegation to #current_* named methods.
https://github.com/metaskills/current_fu

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this 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.

```ruby
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](https://secure.travis-ci.org/metaskill/current_fu.png)](http://travis-ci.org/metaskills/current_fu)

## License

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