Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Upgrade jQuery | Harald Eilertsen | 2015-10-10 | 1 | -1/+1 | |
| | ||||||
* | Fix init of empty band. | Harald Eilertsen | 2015-10-10 | 2 | -7/+10 | |
| | ||||||
* | Rerender form instead of redirecting on error. | Harald Eilertsen | 2015-10-10 | 2 | -5/+2 | |
| | ||||||
* | Use ajax to get member and song subforms. | Harald Eilertsen | 2015-10-09 | 4 | -48/+87 | |
| | | | | | This instead of hard coding them in javascript. We will need the forms as ruby/erb templates anyways so no need to keep them two places. | |||||
* | Add submit form helper to specs. | Harald Eilertsen | 2015-10-06 | 2 | -0/+40 | |
| | ||||||
* | In layout, display errors directly from @band.errors | Harald Eilertsen | 2015-10-06 | 1 | -3/+3 | |
| | ||||||
* | Create empty band on GET index | Harald Eilertsen | 2015-10-06 | 1 | -1/+1 | |
| | ||||||
* | Allow creation of bands with no params. | Harald Eilertsen | 2015-10-06 | 1 | -18/+21 | |
| | ||||||
* | Test that we get an error message when submitting an empty form | Harald Eilertsen | 2015-10-06 | 2 | -23/+39 | |
| | ||||||
* | Explicitly require tilt/erb to get rid of thread safety warning in specs. | Harald Eilertsen | 2015-10-06 | 1 | -0/+1 | |
| | ||||||
* | Remove some unnecessary requires from spec_helper.rb | Harald Eilertsen | 2015-10-06 | 1 | -3/+0 | |
| | ||||||
* | Move Prawn spy out to spec_helper. | Harald Eilertsen | 2015-10-06 | 2 | -8/+5 | |
| | | | | | This stubs out the actual calls to prawn in all examples in the spec. We don't want to generate spurious PDF's during testing. | |||||
* | Test entering the form including javascript stuff. | Harald Eilertsen | 2015-10-06 | 3 | -32/+74 | |
| | ||||||
* | Install Capybara and Selenium for more advanced tests. | Harald Eilertsen | 2015-10-06 | 3 | -0/+29 | |
| | ||||||
* | Switch to use session to send errors back to form. | Harald Eilertsen | 2015-10-05 | 2 | -3/+6 | |
| | ||||||
* | Redirect back to form and display error if no songs specified. | Harald Eilertsen | 2015-10-05 | 5 | -6/+71 | |
| | ||||||
* | Refactor generation of band params for test into factory. | Harald Eilertsen | 2015-10-05 | 3 | -42/+67 | |
| | ||||||
* | Add sinatra-url-for helper. | Harald Eilertsen | 2015-10-05 | 2 | -0/+4 | |
| | ||||||
* | Fix submitted view. | Harald Eilertsen | 2015-10-04 | 1 | -2/+2 | |
| | ||||||
* | Test PDF with two songs. | Harald Eilertsen | 2015-10-04 | 1 | -0/+8 | |
| | ||||||
* | Add intro/end-text and signature area to PDF | Harald Eilertsen | 2015-10-04 | 1 | -0/+35 | |
| | ||||||
* | Add page numbers to PDF | Harald Eilertsen | 2015-10-04 | 1 | -0/+1 | |
| | ||||||
* | Add submitted songs to PDF | Harald Eilertsen | 2015-10-04 | 2 | -4/+20 | |
| | ||||||
* | Make arrays render nicer in PDF, and tread contact address as array | Harald Eilertsen | 2015-10-04 | 1 | -10/+18 | |
| | ||||||
* | Flesh out PDF generation. | Harald Eilertsen | 2015-10-04 | 6 | -6/+130 | |
| | ||||||
* | Add dummy method to generate PDF from registration data. | Harald Eilertsen | 2015-10-04 | 5 | -1/+24 | |
| | ||||||
* | Send email to Norsk Urskog when a band is registered. | Harald Eilertsen | 2015-10-04 | 7 | -4/+47 | |
| | ||||||
* | Add route to handle submitted form. | Harald Eilertsen | 2015-10-03 | 9 | -9/+205 | |
| | ||||||
* | Separate out page header and boiler plate into layout. | Harald Eilertsen | 2015-10-03 | 2 | -12/+13 | |
| | ||||||
* | Transform to a Sinatra app | Harald Eilertsen | 2015-10-03 | 10 | -0/+75 | |
| | ||||||
* | Initial commit | Harald Eilertsen | 2015-10-03 | 3 | -0/+192 | |