osem-fcy/spec
James Mason fa55224163 Break up the one-query-of-doom
The single query was producing a tremendously large ActiveRecord allocation.

While this isn't nearly as cool as one query, it's still a significant
reduction in SQL trips, and now has the bonus of only loading what is
actually going to be displayed.
2017-12-22 10:48:55 -08:00
..
controllers added email presence validation to openid 2017-12-15 23:07:03 +02:00
factories Added tests for program#any_event_for_this_date? 2017-12-21 21:17:00 +02:00
features Break up the one-query-of-doom 2017-12-22 10:48:55 -08:00
helpers Break up the one-query-of-doom 2017-12-22 10:48:55 -08:00
mailers implement manual event management and support for multiple speakers per event 2017-04-13 17:15:21 +03:00
models Added tests for program#any_event_for_this_date? 2017-12-21 21:17:00 +02:00
serializers Added validation in EventSchedule model and test in event_schedule_spec 2017-04-22 01:20:05 +05:30
support Improves test speed 2017-06-15 04:26:15 +05:30
spec_helper.rb Fix a flaky test. 2017-11-07 17:59:11 -08:00