Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use base location when creating URL for XMLHttpRequests. | Harald Eilertsen | 2015-10-30 | 1 | -2/+2 |
| | |||||
* | Drop dependency on jQuery. | Harald Eilertsen | 2015-10-28 | 1 | -13/+23 |
| | | | | Hopefully XMLHttpRequest is supported and standardised enough to work accross browsers now. | ||||
* | Use ajax to get member and song subforms. | Harald Eilertsen | 2015-10-09 | 1 | -48/+8 |
| | | | | | 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. | ||||
* | Test entering the form including javascript stuff. | Harald Eilertsen | 2015-10-06 | 1 | -14/+14 |
| | |||||
* | Add route to handle submitted form. | Harald Eilertsen | 2015-10-03 | 1 | -7/+7 |
| | |||||
* | Transform to a Sinatra app | Harald Eilertsen | 2015-10-03 | 1 | -0/+59 |