1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
paper-trail-gem--paper_trail/test/dummy/app/models
2014-12-24 13:30:42 -05:00
..
animal.rb Fix deprecation warnings 2012-03-08 14:20:55 -07:00
article.rb Wrapping up hash args for :only and :ignore on Article model in dummy app to fix tests for Ruby18 2013-09-19 16:47:14 -04:00
authorship.rb Convert to Rails 3 idioms. 2011-02-08 17:16:35 +00:00
book.rb fix a bug when has_many :through does not have paper_trail enabled 2014-11-04 15:52:31 +11:00
cat.rb Fix test so it fails when the code is wrong ;) 2011-04-01 10:36:37 +01:00
customer.rb reify has_many through; add option mark_for_destruction; disable recursive reification of has_many; add tests 2014-11-03 14:05:00 +11:00
document.rb Add :on option to has_paper_trail method 2011-07-27 21:24:40 +07:00
dog.rb Fix test so it fails when the code is wrong ;) 2011-04-01 10:36:37 +01:00
editor.rb fix a bug when has_many :through does not have paper_trail enabled 2014-11-04 15:52:31 +11:00
editorship.rb fix a bug when has_many :through does not have paper_trail enabled 2014-11-04 15:52:31 +11:00
elephant.rb Deprecate :paper_trail_on and :paper_trail_off methods in favor of bang versions 2014-02-12 18:27:10 -05:00
fluxor.rb Convert to Rails 3 idioms. 2011-02-08 17:16:35 +00:00
foo_widget.rb Convert to Rails 3 idioms. 2011-02-08 17:16:35 +00:00
gadget.rb Fix PaperTrail::Model::InstanceMethods#changed_notably? to return proper values when attrs are ignored 2014-10-07 23:16:36 -04:00
legacy_widget.rb Rename :version_name key to :version 2011-11-10 19:09:06 +01:00
line_item.rb reify has_many through; add option mark_for_destruction; disable recursive reification of has_many; add tests 2014-11-03 14:05:00 +11:00
order.rb reify has_many through; add option mark_for_destruction; disable recursive reification of has_many; add tests 2014-11-03 14:05:00 +11:00
person.rb Adjust tests for serialized attributes so they no longer contain errors when run against ActiveRecord 4.2; prepare for RMing of SerializedAttributes 2014-12-24 13:30:42 -05:00
post.rb close #438; PaperTrail::Model::ClassMethods#paper_trail_enabled_for_model? should return false if has_paper_trail isn't declared on the class in question 2014-10-31 10:43:24 -04:00
post_with_status.rb Use hash rocket hash construction syntax in PostWithStatus model to avoid failures testing against Ruby18 2014-06-17 13:11:07 -04:00
protected_widget.rb Merge remote-tracking branch 'soulcutter/protected_attributes' 2013-08-07 11:49:42 -04:00
song.rb Convert to Rails 3 idioms. 2011-02-08 17:16:35 +00:00
translation.rb ":if" and ":unless" conditions for saving versions 2012-01-17 18:35:24 +02:00
widget.rb Fix spec for PaperTrail::Model::ClassMethods#after_rollback 2014-11-10 20:39:34 -05:00
wotsit.rb Don't try to write timestamp attributes just because the method exists; only write it if it is a 2013-10-02 15:18:36 -07:00