summaryrefslogtreecommitdiffstats
path: root/lib/band.rb
Commit message (Expand)AuthorAgeFilesLines
* Add license header to source files.HEADmasterHarald Eilertsen2018-09-211-0/+16
* Don't validate again when checking if valid.Harald Eilertsen2017-10-021-6/+5
* Clear errors before validating again.Harald Eilertsen2017-10-021-0/+2
* revert back to form if email delivery fails.Harald Eilertsen2015-11-211-1/+1
* Make PDF rendering a bit nicer, and update member listing.Harald Eilertsen2015-10-311-0/+4
* Simplify form: Just use a textarea for members.Harald Eilertsen2015-10-301-7/+2
* Validate presence of contact info when submitting form.Harald Eilertsen2015-10-101-0/+2
* Reject bands with no nameHarald Eilertsen2015-10-101-0/+4
* Don't display error message when there's no errors.Harald Eilertsen2015-10-101-0/+4
* Fix init of empty band.Harald Eilertsen2015-10-101-2/+3
* Allow creation of bands with no params.Harald Eilertsen2015-10-061-18/+21
* Test that we get an error message when submitting an empty formHarald Eilertsen2015-10-061-2/+4
* Redirect back to form and display error if no songs specified.Harald Eilertsen2015-10-051-2/+17
* Send email to Norsk Urskog when a band is registered.Harald Eilertsen2015-10-041-0/+1
* Add route to handle submitted form.Harald Eilertsen2015-10-031-0/+26