https://github.com/sixarm/sixarm_ruby_active_record_memoize_class_methods
SixArm.com » Ruby » ActiveRecord extenstions: ActiveSupport::Memoizable for class methods
https://github.com/sixarm/sixarm_ruby_active_record_memoize_class_methods
activerecord gem memoize rails ruby
Last synced: about 2 months ago
JSON representation
SixArm.com » Ruby » ActiveRecord extenstions: ActiveSupport::Memoizable for class methods
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_active_record_memoize_class_methods
- Owner: SixArm
- License: other
- Created: 2010-05-23T23:17:36.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:18:00.000Z (about 1 year ago)
- Last Synced: 2025-04-14T10:29:02.111Z (about 1 year ago)
- Topics: activerecord, gem, memoize, rails, ruby
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SixArm.com → Ruby →
ActiveRecord Memoize Class Methods
* Doc:
* Gem:
* Repo:
## Introduction
ActiveRecord extenstions: ActiveSupport::Memoizable for class methods.
See http://www.railway.at/articles/2008/09/20/a-guide-to-memoization
For docs go to
Want to help? We're happy to get pull requests.
## Install
### Gem
To install this gem in your shell or terminal:
gem install sixarm_ruby_active_record_memoize_class_methods
### Gemfile
To add this gem to your Gemfile:
gem 'sixarm_ruby_active_record_memoize_class_methods'
### Require
To require the gem in your code:
require 'sixarm_ruby_active_record_memoize_class_methods'