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.
- Host: GitHub
- URL: https://github.com/metaskills/current_fu
- Owner: metaskills
- License: mit
- Created: 2012-07-18T13:48:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T14:01:42.000Z (about 13 years ago)
- Last Synced: 2025-08-31T21:58:22.918Z (about 1 month ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: MIT-LICENSE
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:
[](http://travis-ci.org/metaskills/current_fu)
## License
Released under the MIT license.
Copyright (c) 2008-2012 Ken Collins