Commit Graph

19 Commits

Author SHA1 Message Date
Jared Beck 43497e6150 PaperTrail is not compatible with sinatra 2.0 yet
In the meantime, this commit fixes PT's CI.
2016-08-23 01:35:47 -04:00
Jared Beck 8980f08d0e Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
Jared Beck 10941c8459 Fix Style/HashSyntax 2016-02-15 22:32:40 -05:00
Jared Beck 74dcacf520 Fix Style/EmptyLinesAroundClassBody 2016-02-15 22:23:05 -05:00
Jared Beck 78009a5b8e Fix Style/EmptyLinesAroundBlockBody 2016-02-15 22:22:12 -05:00
Jared Beck f8dac4e4eb Fixes Style/ClassAndModuleChildren (2/3 offenses) 2016-02-15 22:07:48 -05:00
Jared Beck 0d7e33eb2e Break long lines in `test` dir 2016-02-15 18:13:45 -05:00
Jared Beck 9da84fbbe9 Begin testing (not passing) against AR 5 2016-01-05 00:03:33 -05:00
Jared Beck d030ba2b02 Remove ruby 1.8 hacks
PaperTrail no longer supports ruby 1.8.
2015-12-13 01:14:59 -05:00
Ben Atkins 1b1e74dab5 Basic version comparisons for RUBY_VERSION can be done using Strings
As opposed to unnecessarily casting the RUBY_VERSION to a Float
2015-01-14 14:09:30 -05:00
Ben Atkins 4dba95a082 Fix ActiveSupport::TestCase tests for MySQL 2014-05-09 11:05:58 -04:00
Russell Osborne 0e80cd8779 Adding Full Support to Test Against Multiple DB engines.
Accomplished by swapping out database.yml files for the dummy rails instance with en engine specific one.
2014-03-16 11:07:17 -04:00
Ben Atkins 2b9a49c119 Fix failing test on travis stemming from b36780e708 2014-02-12 15:14:41 -05:00
Ben Atkins b36780e708 Default value for :user_for_paper_trail method should try to return an id instead of an object. close #316 2014-02-11 11:27:03 -05:00
Ben Atkins 9d4437bf00 Adjusting the Sinatra extension so it is namespaced under the PaperTrail module instead of under the Sinatra module. close #277 2013-09-26 10:29:53 -04:00
Ben Atkins aa6fbedc9e Fixing the SinatraTest so it does not cause the test suite to stall in JRuby-19mode 2013-08-19 11:33:03 -04:00
Ben Atkins 6ec14d7695 Tweaks to the Sinatra extension helper to make it more in line with the Sinatra guidelines for writing extensions 2013-08-15 11:00:55 -04:00
Ben Atkins efe386d0b1 Fixing the Sinatra tests so they pass in Ruby18 2013-08-13 21:49:15 -04:00
Ben Atkins 557b14d5fd Add support for Sinatra; decouple Rails. close #119 2013-08-13 17:15:31 -04:00