osem-fcy/spec
Siddhant Bajaj 1c12200003 Fixed paper trail inconsistent results for numeric values
There is a known issue in paper_trail that whenever we Query the
'versions.object' column it evaluates inconsistent results for numeric
values due to limitations of SQL wildcard matchers against the
serialized objects. So to fix this issue I have manually formed the where
query instead of using where_object and where_object_changes. I have
also added test for the same.
Fixes #1307
2017-05-11 14:01:52 +03:00
..
controllers Fixed paper trail inconsistent results for numeric values 2017-05-11 14:01:52 +03:00
factories Added hour transient attribute to event_scheduled factory 2017-04-22 01:28:49 +05:30
features Fixed paper trail inconsistent results for numeric values 2017-05-11 14:01:52 +03:00
helpers Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
mailers implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
models Add tests for openid signup with every provider 2017-05-06 10:37:58 +03:00
serializers Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
support Add tests for openid signup with every provider 2017-05-06 10:37:58 +03:00
spec_helper.rb Improvements in the DatabaseCleaner 2017-01-11 10:03:27 +01:00