0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 23 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prettied up the block handling for the versioned class method. More... over 14 years ago
Improved option handling for the versioned class method. More... over 14 years ago
Cleaned up the :only and :except option handling. More... over 14 years ago
Added a versioned? convenience class method. More... over 14 years ago
Refactored the base inclusion (now extension) of VestalVersions. More... over 14 years ago
Moved the remaining version creation methods to the Creation module. More... over 14 years ago
Moved the reversion methods to their own module. More... over 14 years ago
Removed the tests related to the latest_changes method. More... over 14 years ago
Removed the latest_changes method. More... over 14 years ago
Refactored the changes_between method to use some handy new Hash extension methods. More... over 14 years ago
Moved change-processing methods to the Changes module. More... over 14 years ago
Removed initial versions (version == 1) from the chain when reverting. More... over 14 years ago
Extracted the aliased ActiveRecord::Base#reload method into its own module. More... over 14 years ago
Extracted the versions association methods to the Versions module. More... over 14 years ago
Namespaced the Version model within the VerstalVersions module. More... over 14 years ago
Removed the LaserLemon namespace. More... over 14 years ago
Merge branch 'skip-initial' into 1.0 More... over 14 years ago
Moved the Version model to a new vestal_version directory which will also hold a gaggle of new features. More... over 14 years ago
Gave the Gemcutter rake tasks a place of honor above the RubyForge tasks. More... over 14 years ago
Added activerecord and activesupport as development dependencies. More... over 14 years ago
Reformatted the .gitignore file. More... over 14 years ago
Moved the init.rb file to its own rails directory. More... over 14 years ago
Accounted for the final reversion chain not necessarily containing more than one version. More... over 14 years ago
Don't pop or shift the reversion chain when dealing with version number 1. More... over 14 years ago
Removed initial version creation. More... over 14 years ago
Prepared the revert test for a created model without an initial version. More... over 14 years ago
Defaulted nil-value version numbers to 1. More... over 14 years ago
Added a failing test to prepare for no longer creating an unnecessary initial version record. More... over 14 years ago
Simplified the changes test now that timestamps are no longer stored in the version changes. More... over 14 years ago
Removed the abilitiy to fetch versions using a Symbol argument. More... over 14 years ago