summaryrefslogtreecommitdiffstats
path: root/spec/registration_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add license header to source files.HEADmasterHarald Eilertsen2018-09-211-0/+16
* Validate contact phone and email.Harald Eilertsen2017-10-021-0/+20
* Split contact address into street, postcode and city.Harald Eilertsen2017-09-091-2/+2
* Fix specs.Harald Eilertsen2016-09-161-2/+2
* Redirect to registrations closed message instead of modifying body.Harald Eilertsen2016-08-161-7/+7
* Move registration open check to before filter.Harald Eilertsen2016-08-161-69/+96
* Determine if registrations are open or not from config.Harald Eilertsen2016-08-161-12/+36
* Make rspec output nicer.Harald Eilertsen2015-11-211-18/+16
* Typo in spec.Harald Eilertsen2015-11-211-1/+1
* Sanitize filename of pdf file before creating it.Harald Eilertsen2015-11-211-2/+2
* Fix numbering of song forms.Harald Eilertsen2015-11-011-0/+6
* Include full url in sent email.Harald Eilertsen2015-11-011-5/+12
* Move PDF file output to public/uploadsHarald Eilertsen2015-10-311-1/+1
* Simplify form: Don't mess with adding songs, display them all at once.Harald Eilertsen2015-10-301-4/+0
* Simplify form: Just use a textarea for members.Harald Eilertsen2015-10-301-4/+0
* Retain member and song info on errors in form.Harald Eilertsen2015-10-281-12/+12
* Validate presence of contact info when submitting form.Harald Eilertsen2015-10-101-5/+21
* Reject bands with no nameHarald Eilertsen2015-10-101-13/+30
* Don't display error message when there's no errors.Harald Eilertsen2015-10-101-0/+4
* Add parens to avoid some jEdit warnings.Harald Eilertsen2015-10-101-26/+26
* Rerender form instead of redirecting on error.Harald Eilertsen2015-10-101-2/+1
* Move Prawn spy out to spec_helper.Harald Eilertsen2015-10-061-8/+0
* Switch to use session to send errors back to form.Harald Eilertsen2015-10-051-0/+1
* Redirect back to form and display error if no songs specified.Harald Eilertsen2015-10-051-0/+19
* Refactor generation of band params for test into factory.Harald Eilertsen2015-10-051-42/+1
* Flesh out PDF generation.Harald Eilertsen2015-10-041-3/+5
* Add dummy method to generate PDF from registration data.Harald Eilertsen2015-10-041-1/+11
* Send email to Norsk Urskog when a band is registered.Harald Eilertsen2015-10-041-0/+13
* Add route to handle submitted form.Harald Eilertsen2015-10-031-1/+91
* Transform to a Sinatra appHarald Eilertsen2015-10-031-0/+14