osem-fcy/spec/controllers/admin
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
..
comments_controller_spec.rb Remove assumption from test that first user is admin 2016-03-14 17:29:35 +05:30
conferences_controller_spec.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
event_schedules_controller_spec.rb Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
events_controller_spec.rb Fixed paper trail inconsistent results for numeric values 2017-05-11 14:01:52 +03:00
programs_controller_spec.rb Remove assumption from test that first user is admin 2016-03-14 17:29:35 +05:30
registration_periods_controller_spec.rb Remove assumption from test that first user is admin 2016-03-14 17:29:35 +05:30
roles_controller_spec.rb Remove assumption from test that first user is admin 2016-03-14 17:29:35 +05:30
rooms_controller_spec.rb Tests for room controller 2016-03-07 19:19:48 +05:30
schedules_controller_spec.rb Event schedules controller tests improved 2016-08-11 15:11:27 +02:00
sponsorship_levels_controller_spec.rb Add sponsership levels controller tests 2016-03-22 18:17:14 +05:30
targets_controller_spec.rb Tests for Admin::Targets controller 2016-03-06 10:46:04 +05:30
users_controller_spec.rb implement user creation by admin 2017-05-08 22:54:02 +03:00
versions_controller_spec.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30