0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 24 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed gemspec file after renaming of Tagging to VersionTagging More... about 14 years ago
renaming Tagging to VersionTagging to avoid conflict with Tagging model from acts_as_taggable_on_steroids More... about 14 years ago
Correctly handle initial_version option and set initial version number to 1 More... about 14 years ago
Added option to allow creation of initial versions More... about 14 years ago
Regenerated gemspec for version 1.0.2 More... over 14 years ago
Version bump to 1.0.2 More... over 14 years ago
Updated the activerecord gem dependency to require version 2.1.0 or greater. More... over 14 years ago
Changed the "control" feature test to reload the versions collection when testing whether the last version in that collection has changed. More... over 14 years ago
Changed the reset test to properly change the :dependent option in the association reflection, now that vestal_versions digs into the reflection during a reset. More... over 14 years ago
Removed instances of each_with_index in the reset test when the index was not being used. More... over 14 years ago
Simplified the "reset" feature by using the delete_records method built into the has_many association, which automoatically respects the :dependent option. More... over 14 years ago
Changed a tagging test to reload the version in question (because earlier versions of ActiveRecord do not automatically). More... over 14 years ago
Removed all instances of the "try" method, for backwards compatibility. More... over 14 years ago
Removed instances of the "present?" method in favor of !blank? in order to be as backwards compatible as possible. More... over 14 years ago
Removed the VestalVersions::Version default_scope in favor of a default :order option on the has_many :versions association. More... over 14 years ago
Regenerated gemspec for version 1.0.1 More... over 14 years ago
Version bump to 1.0.1 More... over 14 years ago
Renamed the rails_generators directory to just generators. More... over 14 years ago
Moved rails/init.rb to init.rb. More... over 14 years ago
Removed support for releasing gems to RubyForge. More... over 14 years ago
Regenerated gemspec for version 1.0.0 More... over 14 years ago
Version bump to 1.0.0 More... over 14 years ago
Fixed some README code indentation. More... over 14 years ago
Added short contribution instructions to the README. More... over 14 years ago
Updated the README to reflect usage changes and to outline the upgrade process and new features. More... over 14 years ago
Added some short documentation to the initializer template as instructions. More... over 14 years ago
Added tests for the ActiveRecord version model. More... over 14 years ago
Changed the way that version records are compared to avoid false equality evaluations for versions belonging to separate versioned parents. More... over 14 years ago
Added more tests to the "versions" association methods, namely the all-important "at" and "number_at" methods. More... over 14 years ago
Added tests for the "versions" association extension feature. More... over 14 years ago