Closed kigster closed 3 months ago
Adding Bullet gem, enabled in development although not sure I am seeing the output I expected.
Updating Makefile to migrate with data
Updating #set_event to log a warning when SLUG does not match the event_id parameter. Eventually we should throw an error.
memoizing a bunch of computations on the TicketRequest model
Extracting event row on the All Events page into a partial
Rendering the partials as a collection, with cached: true
Adding touch: true to inverse of TicketRequest.belongs_to(Event) so that the cache is auto-refreshed
touch: true
TicketRequest.belongs_to(Event)
Adding memcached based caching in dev/production using localhost memcached. Enable in dev by running rake cache:dev
rake cache:dev
Adding a test on the now memoized method #active_addon_sum_quantity_by_category to confirm its validity.
#active_addon_sum_quantity_by_category
Adding Bullet gem, enabled in development although not sure I am seeing the output I expected.
Updating Makefile to migrate with data
Updating #set_event to log a warning when SLUG does not match the event_id parameter. Eventually we should throw an error.
memoizing a bunch of computations on the TicketRequest model
Extracting event row on the All Events page into a partial
Rendering the partials as a collection, with cached: true
Adding
touch: true
to inverse ofTicketRequest.belongs_to(Event)
so that the cache is auto-refreshedAdding memcached based caching in dev/production using localhost memcached. Enable in dev by running
rake cache:dev
Adding a test on the now memoized method
#active_addon_sum_quantity_by_category
to confirm its validity.