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

21 commits

Author SHA1 Message Date
Jared Beck
99ccfd73cb Use ::Kernel.warn instead of implicit receiver warn
Some people override warn in their applications. Using an explicit
receiver protects against this.

[Fixes #791]
2016-05-04 13:23:55 -04:00
Jared Beck
a0e3f43ad1 Docs: Describe all modules 2016-04-09 01:08:34 -04:00
Jared Beck
8980f08d0e Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
Jared Beck
3581fb33c6 A more concise warning 2016-03-05 16:57:36 -05:00
Jared Beck
31f64c82d8 Fix Style/UnlessElse 2016-03-05 16:56:31 -05:00
Jared Beck
6171397d8e Fix Style/EmptyLinesAroundAccessModifier 2016-02-15 22:21:22 -05:00
Jared Beck
649c4e222a Fix Style/AlignHash 2016-02-15 21:30:26 -05:00
Ben Atkins
a2f3b9e3b1 Remove typo from migration warning [ci skip] 2015-03-20 18:53:52 -04:00
Ben Atkins
4ee62c2a9d close #494; Migration generator can display an Alert warning to prevent attempts to create duplicate migrations 2015-03-20 18:50:16 -04:00
Ben Atkins
8e2dbdffb0 Make install generator have optional argument for tracking associations; update README accordingly [ci skip] 2014-12-24 12:13:13 -05:00
lyfeyaj
2e688a8794 merge airblade/paper_trail branch Master into master and fix conflicts 2014-03-14 08:45:43 +08:00
Ben Atkins
ed2e3d55e4 Remove word 'column' from migration to add 'object_changes' column to follow Rails convention 2014-03-07 16:28:04 -05:00
Ben Atkins
72f5215c69 close #340; Remove unnecessary require statement from InstallGenerator 2014-03-07 16:13:32 -05:00
lyfeyaj
78292e0fb0 add has many associations functionality 2014-02-25 22:02:36 +08:00
Ben Atkins
a7e11f6fe9 Fully qualifying calls to ActiveRecord; replacing + char with backticks in comments for better documentation [ci skip] 2013-10-16 15:35:53 -04:00
Ben Atkins
ccf06da461 Leveraging ActiveRecord::Generators::Base class for implementation of the :next_migration_number class method on the InstallGenerator 2013-08-19 12:02:11 -04:00
Ben Atkins
b4a9aabe74 Fixing the Rails InstallGenerator so it won't throw namespace collision errors with the new PaperTrail::Rails module. Close #258 2013-08-19 09:44:08 -04:00
Chris Nicola
121cdff544 Fixes the migration generators 2013-02-04 16:31:05 -08:00
Andy Stewart
d04c8454ba Fix description option and update text. 2011-07-13 09:56:04 +01:00
Edward Tsech
9cf1186f0d Added optional migration for changes 2011-07-13 10:19:47 +07:00
Andy Stewart
a535ed4f22 Make Generator more Rails 3-esque. 2011-02-09 10:52:43 +00:00