1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Ben Atkins
a91d56cd74 Merge remote-tracking branch 'soulcutter/protected_attributes' 2013-08-07 11:49:42 -04:00
Bradley Schaefer
87e384def7 Detect protect attributes for rails 4 2013-08-01 16:58:04 -05:00
Ben Atkins
3c775aa6b3 Merge branch 'rails4'
Conflicts:
	README.md
	lib/paper_trail/has_paper_trail.rb
	lib/paper_trail/version.rb
	test/dummy/config/initializers/paper_trail.rb
	test/unit/model_test.rb
	test/unit/version_test.rb
2013-08-01 14:57:44 -04:00
Ben Atkins
1b858fb8d4 Adding config options to dummy app to silence the whining in the test environment by Test::Unit 2013-05-29 17:39:30 -04:00
Ben Atkins
7bc537a45a Namespacing version class under the PaperTrail module. Fix #165 2013-05-29 17:19:05 -04:00
Ben Atkins
c2dbb1c154 Merge branch 'master' into rails4
Conflicts:
	.travis.yml
	Gemfile
2013-03-15 14:50:07 -04:00
Ben Atkins
99805aa23f Updated config/application.rb and the Environment configuration files for the dummy app to match those generated by Rails 3.2 2013-02-07 15:15:25 -05:00
Chris Nicola
e6fa3aedb8 Updating gemspec for Rails 4.0 and remove depricated mass assignment 2013-02-04 14:32:27 -08:00
Ben Atkins
3e072a0d8f Making it so that the paper_trail initializer for the dummy app is in the dummy app's config/initializers directory so that it mimics the behavior of the rails app when the console is run against it. 2012-12-31 13:07:27 -05:00
Philip Arndt
3947237af4 Require less of the rails stack so that it's not being imposed on applications that use paper_trail. 2012-03-17 01:17:38 +13:00
Andy Stewart
36a4b9b323 Convert to Rails 3 idioms. 2011-02-08 17:16:35 +00:00