mblankholm/acts_as_versioned forked from luismreis/acts_as_versioned
-
Upgrade to Rails 3.2 (still works on >= 3.0).
luismreis committedJan 22, 2012 Made clone_versioned_model check for existence of versioned type columns.
-
luismreis committed
Jan 22, 2012 - Removed several deprecation warnings on APIs like set_table_name - Incorporated Behaviors InstanceMethods submodule methods into Behaviors
-
Specify rdoc >= 2.42 on Gemfile to remove rake warning.
luismreis committedJan 22, 2012
-
Switch dependency to rails 3.0.0 or above
Benson Clark committedAug 26, 2011
-
firien committed
Apr 20, 2011
-
ruby 1.9.2 update (compatible with 1.8.7 and REE)
firien committedApr 19, 2011
-
revert_to now writes attributes via hash-style assignment instead of …
…directly in order to prevent running a custom setter on a value twice.
-
technoweenie committed
Jul 19, 2010 -
use rakegem instead of jeweler
technoweenie committedJul 19, 2010
-
move callbacks and has_many :versions to included block for clarity
gvarela committedJul 17, 2010 -
gvarela committed
Jul 17, 2010 -
don't use association extensions, use class methods just like before …
gvarela committedJul 17, 2010 …and after
-
remove old style plugin meta-magic
gvarela committedJul 17, 2010 -
use bundler and refactor to use ActiveRelation
gvarela committedJul 17, 2010
-
Make sure that without_locking reverts AR::Base.lock_optimistically t…
FooBarWidget committedMar 23, 2009 …o its old value even if the given block raises an exception.
-
Remove the test_version_has_unique_created_at unit test, which is no …
FooBarWidget committedMar 23, 2009 …longer needed because of commit d7c0da0.
-
Remove created_at and created_on from the default non_versioned_columns
Signed-off-by: rick <technoweenie@gmail.com>
-
Change the create_versioned_table class method to ask the connection …
…if table_exists?. Fixes a bug that allows adapters that allow user owned prefixes for table names. Signed-off-by: rick <technoweenie@gmail.com>
-
Signed-off-by: rick <technoweenie@gmail.com>
-
Signed-off-by: rick <technoweenie@gmail.com>
-
add extra LockedPage field so that it would save even if LockedPage#t…
technoweenie committedOct 3, 2008 …itle had not updated
-
fix bug so that create_versioned_table doesn't attempt to create dupl…
technoweenie committedOct 3, 2008 …icate tables
-
Merge branch 'master' of git://github.com/francis/acts_as_versioned
technoweenie committedOct 3, 2008
-
create version table on the fly if missing, use proper version column…
Francis Sullivan committedSep 30, 2008 … name when checking for existence, and add index automatically
-
Gem::manage_gems is deprecated, (rubygems 1.3, http://blog.segment7.n…
thibaudgg committedSep 30, 2008
-
cleanup deprecated comments, and map if_changed fields up front one time
Francis Sullivan committedSep 25, 2008 -
allow non_versioned_columns to be passed in as an option
Francis Sullivan committedSep 25, 2008
-
clean up use of class attribute
Francis Sullivan committedSep 24, 2008
-
tweaks to make the version_column name work on both the parent and ve…
Francis Sullivan committedSep 23, 2008 …rsion table
-
do not version #created_at or #created_on
technoweenie committedSep 4, 2008
-
#save_version? is always false in after_save
technoweenie committedJun 25, 2008 -
favor after_save callbacks, its easier to force tasks to run before o…
technoweenie committedJun 25, 2008 …r after after_save callbacks
-
fixed the problem where if_changed only triggered if all listed colum…
pelle committedJun 23, 2008 …ns were changed