David Sedeño
4b7dbfbde6
Merge 30de487872 into 7944494f74
2018-03-15 00:00:36 +00:00
James Mason
63515cef58
Change Conference#show to load sponsors
...
Caching on sponsorship levels alone is not changing; as a bonus the sponsor
modals are simplified a little.
2018-02-05 11:04:09 -08:00
Marie-Elise
5d816f934a
Corrected formatting errors.
2018-01-17 19:18:39 -08:00
Marie-Elise
afff7e1c66
Refactored condition to check if splashpage is present.
2018-01-17 19:18:39 -08:00
Marie-Elise
34af9b840b
Added condition to check for existing splashpage. Will redirect user if splashpage is not found.
2018-01-17 19:18:39 -08:00
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
James Mason
754d201b01
FIXUP fragment caching issues
2017-12-22 10:48:55 -08:00
James Mason
995176ffe5
Fewer queries for for Conference#show
...
Reduces SQL wait times by >90% on splash pages.
2017-12-22 10:48:55 -08:00
David Sedeño
73fdcaf4c9
If there are only one conference in the future and it has a public splashpage, redirect to it in conferences#index.
...
Change tests root_path to conference_path(conference).
fix #1259
2017-12-08 11:57:42 +01:00
shlok007
835859e350
refactored DomainConstraint and conference_controller_spec
...
use params id instead of OSEM_HOSTNAME to load conference
2017-08-22 21:18:58 +00:00
shlok007
f4775f8e6a
fix access denied error for program in custom domains
2017-08-22 21:18:58 +00:00
shlok007
0ac5d18ef2
route to conference#show for custom domain
2017-08-22 21:18:58 +00:00
richiethomas
daf1f805bd
Rename 'ConferenceController' to 'ConferencesController', and 'ProposalController' to 'ProposalsController'
2016-09-30 18:49:44 -04:00