osem-fcy/spec/controllers
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
..
admin Fixed paper trail inconsistent results for numeric values 2017-05-11 14:01:52 +03:00
api/v1 implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
application_controller_spec.rb Rename 'ConferenceController' to 'ConferencesController', and 'ProposalController' to 'ProposalsController' 2016-09-30 18:49:44 -04:00
conference_registration_controller_spec.rb Fix unreachable code (#1140) in ConferenceRegistrationController#new 2017-03-07 17:40:19 +02:00
conferences_controller_spec.rb Rename 'ConferenceController' to 'ConferencesController', and 'ProposalController' to 'ProposalsController' 2016-09-30 18:49:44 -04:00
confirmations_controller_spec.rb Add devise confirmation controller test 2016-04-07 17:34:23 +05:30
proposals_controller_spec.rb implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
schedules_controller_spec.rb Test namings 2016-08-11 15:11:27 +02:00
subscriptions_controller_spec.rb move subscribe to its own controller, add authorization, test subscribe/unsubscribe 2014-11-12 14:00:17 +02:00
users_controller_spec.rb Add controller test for users#show 2016-03-11 23:13:52 +02:00