0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
spec the branch reassociating More... over 14 years ago
* Implement 'branch_source' as a class method instead of as a belongs_to association. AFAIK, there is no way to escape the default_scope of the revisable class that only selects rows with revisable_is_current==true. More... over 14 years ago
allow the unique validations to be scoped and optionally disable the scoping bump the version More... over 14 years ago
bumping version for the second time today for the tons of bug fixes the kind people on github provided. thanks. More... over 14 years ago
missed a Time#current More... over 14 years ago
use Time#current for proper time zone support More... over 14 years ago
bump the version to build a new gem that includes the STI fixes More... over 14 years ago
set revisable_type always More... over 14 years ago
check that the revisable_type is being set properly More... over 14 years ago
make sure finders work with STI More... over 14 years ago
first pass at proper STI support More... over 14 years ago
make sure it actually works More... over 14 years ago
forgot the complimentary spec More... over 14 years ago
add test for detecting the properly named revision class More... over 14 years ago
Added a test for find_revision(:last) then implemented find_revision(:last) More... over 14 years ago
Changed dbfile to database in the faux database.yml file in order to supress a deprecation message More... over 14 years ago
Don't stomp on the revisiable_number setup work already done corectly. More... over 14 years ago
Add specs describing the correct behavior of the revision_number More... over 14 years ago
Use Time.zone.new for deleted_at timestamp. More... almost 15 years ago
Use Time.zone.now instead of Time.now for revisable timestamps. More... almost 15 years ago
Set defaults for existing objects to still be found once revisioning loaded More... almost 15 years ago
bump version? More... almost 15 years ago
fix migration generator for greater-than-one-word model names e.g. EncodingProfile More... almost 15 years ago
bump the version More... almost 15 years ago
revisables should be flagged as being revised through the natural path too More... almost 15 years ago
fix a merge conflict More... almost 15 years ago
allow revise! to be used as an association callback bump the version More... almost 15 years ago
update the gemspec More... about 15 years ago
removing a useless alias More... about 15 years ago
deletable spec More... about 15 years ago