validates_timeliness/lib
Julien Vanier 7d37882327 Generate attribute methods once instead of on each object creation
This is a memory and performance improvement change.

The attribute methods for timeliness are generated at each object creation instead of once, at first creation like AR attribute methods. Since creating those methods uses `module_eval` it's quite slow when it's done each `Model.new`.

For more details on the performance improvement, see the same change on John Carney's fork: https://github.com/johncarney/validates_timeliness/pull/6
2015-09-24 14:58:12 -04:00
..
generators/validates_timeliness Fix typo in comment of initializer template 2014-11-02 20:59:50 +01:00
validates_timeliness Generate attribute methods once instead of on each object creation 2015-09-24 14:58:12 -04:00
validates_timeliness.rb Removing silly class variables from config module 2012-09-14 18:44:35 +10:00