summaryrefslogtreecommitdiffstats
path: root/registration.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't match before filter for /registrations_closed.Harald Eilertsen2016-08-161-1/+1
* Redirect to registrations closed message instead of modifying body.Harald Eilertsen2016-08-161-3/+5
* Move registration open check to before filter.Harald Eilertsen2016-08-161-2/+4
* Move accept_registrations method to registration lib.Harald Eilertsen2016-08-161-10/+1
* Determine if registrations are open or not from config.Harald Eilertsen2016-08-161-1/+13
* Reenable registration form and make tests pass.Harald Eilertsen2016-08-091-4/+4
* Close registrations for 2016Harald Eilertsen2016-02-061-3/+4
* Enable logging.Harald Eilertsen2016-01-011-0/+2
* revert back to form if email delivery fails.Harald Eilertsen2015-11-211-0/+3
* Include full url in sent email.Harald Eilertsen2015-11-011-2/+2
* Include url to generated pdf in email.Harald Eilertsen2015-11-011-2/+3
* Move PDF file output to public/uploadsHarald Eilertsen2015-10-311-1/+1
* Disable sessions, we don't need them.Harald Eilertsen2015-10-301-1/+0
* Replace home grown config with sinatra-config-fileHarald Eilertsen2015-10-301-2/+3
* Add support for configuring contact email without hardcoding it.Harald Eilertsen2015-10-301-0/+2
* Remove ajax code for adding songs/members.Harald Eilertsen2015-10-301-8/+0
* Simplify form: Don't mess with adding songs, display them all at once.Harald Eilertsen2015-10-301-0/+1
* Retain member and song info on errors in form.Harald Eilertsen2015-10-281-2/+2
* Rerender form instead of redirecting on error.Harald Eilertsen2015-10-101-3/+1
* Use ajax to get member and song subforms.Harald Eilertsen2015-10-091-0/+8
* Create empty band on GET indexHarald Eilertsen2015-10-061-1/+1
* Explicitly require tilt/erb to get rid of thread safety warning in specs.Harald Eilertsen2015-10-061-0/+1
* Switch to use session to send errors back to form.Harald Eilertsen2015-10-051-3/+5
* Redirect back to form and display error if no songs specified.Harald Eilertsen2015-10-051-3/+12
* Add dummy method to generate PDF from registration data.Harald Eilertsen2015-10-041-0/+1
* Send email to Norsk Urskog when a band is registered.Harald Eilertsen2015-10-041-2/+2
* Add route to handle submitted form.Harald Eilertsen2015-10-031-0/+10
* Transform to a Sinatra appHarald Eilertsen2015-10-031-0/+10