0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merge More... over 15 years ago
add grit gem requirements More... over 15 years ago
simplified module inclusion declarations More... over 15 years ago
only include acts-like-git specific modules when versioning gets configured [Roman2k]
c3
More... over 15 years ago
Make it play nice with permalink_fu -- as long as pfu is on a different field
c3
More... over 15 years ago
Updating version field after commit is done with current version sha. Modified generator accordingly. More... over 15 years ago
Renaming version to get_version so it doesn't conflict with any field named version More... over 15 years ago
Fixed issue in git_contents where it was not looking up entries by their ID. More... over 15 years ago
Removing tabs. Not sure why soft tabs isn't on. More... over 15 years ago
Added a version method to the model to access a specific commit's data. More... over 15 years ago
Making sure git_delete works properly and removes history. More... over 15 years ago
Added option for debugging, renamed @user to @model_user, clearing tmp git directory out before tests start. More... over 15 years ago
Adding target rake task More... over 15 years ago
Adding repeat rake task that causes failure sooner or later. More... over 15 years ago
Trying to fill out the spec for this More... over 15 years ago
Making sure that integers get versioned as well. More... over 15 years ago
fixed RDoc of all_versioned_models More... over 15 years ago
minor cleanup More... over 15 years ago
Re-added a file that didn't make it into the previous commit (active_record_ext.rb). Made model tracking optional: enable it by setting ALG.all_versioned_models to an array. More... over 15 years ago
renamed Version::{Major,...} to the more conventional Version::{MAJOR,...} format More... over 15 years ago
renamed ActsLikeGit::ActiveRecord to ActsLikeGit::ActiveRecordExt More... over 15 years ago
moved method definitions out of class_eval blocks More... over 15 years ago
cleaned up arbitrarily placed require statements by lazy loading modules as much as possible More... over 15 years ago
Revert "renamed VersionMethods to Versioning" More... over 15 years ago
renamed VersionMethods to Versioning More... over 15 years ago
moved private methods of ActsLikeGitGenerator back in the class More... over 15 years ago
Aliased init.rb to rails/init.rb. Removed empty install.rb. More... over 15 years ago
Removed the rest of 'Rails additions', as they weren't used anymore either. Cleaned up spec_helper. More... over 15 years ago
removed extract_options! since it's not used anymore More... over 15 years ago
added @local_versioned_fields_values instance variable to AR model More... over 15 years ago