aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added json to gemfile to deal with bugHEADmasterMatthew Lemon2024-01-183-262/+286
|
* Nonsense on home pageMatthew Lemon2023-12-211-4/+56
|
* Cleans up based on advice from neovimMatthew Lemon2023-12-211-2/+2
| | | | I installed LunaVim and it suggested that I do this stuff.
* Adds shoulda for rspecMatthew Lemon2023-12-204-0/+15
|
* Removes variable that isn't requiredMatthew Lemon2023-12-201-1/+1
|
* Created new Operation model and fixed Event associations with itMatthew Lemon2023-12-2029-5/+498
|
* Event scaffold tests now passingMatthew Lemon2023-12-201-3/+3
|
* Properly configures factory_bot and adds FakerMatthew Lemon2023-12-206-6/+16
|
* Adds factory_bot to rspec testing suiteMatthew Lemon2023-12-204-1/+19
|
* Fixed the first request spec for eventsMatthew Lemon2023-12-201-5/+4
|
* Adds valid test to org model specMatthew Lemon2023-12-201-0/+5
|
* Refactors existing organisation model specMatthew Lemon2023-12-201-5/+7
|
* Refactors existing model specMatthew Lemon2023-12-201-20/+19
|
* Adds a comment to the viewMatthew Lemon2023-12-181-0/+4
| | | | | | I am thinking about how to render the table properly. There are two concerns: the table, and populating it.
* Starts adding tests for organisationMatthew Lemon2023-12-182-1/+14
|
* Fixed the problem with the select method...Matthew Lemon2023-12-182-2/+2
|
* wip: stuck on notnull error...Matthew Lemon2023-12-1827-2/+451
|
* Minor tidyMatthew Lemon2023-12-181-1/+1
|
* Removed unneeded requireMatthew Lemon2023-12-181-1/+0
|
* Removed rspec flagMatthew Lemon2023-12-181-1/+0
|
* Got basic index controller test goingMatthew Lemon2023-12-181-1/+1
|
* wip: How to add a hash of valid attributesMatthew Lemon2023-12-181-1/+3
| | | | I need this for the controller rpsec tests....
* Adds some specs for testing eventsMatthew Lemon2023-12-183-0/+41
| | | | | Adds a method to Event to check its membership of a month in a particular year.
* Added a new _custom.scss fileMatthew Lemon2023-12-184-48/+165
| | | | | | | Turns out if you configure it thus, you can customise the sass variables in bootstrap. https://bootstrap.themes.guide/how-to-customize-bootstrap.html
* Got basic tabbed layout workingMatthew Lemon2023-12-181-32/+92
|
* TinkeringMatthew Lemon2023-12-175-33/+70
|
* Removed bootstrap styling....Matthew Lemon2023-12-171-5/+5
|
* Gone for light green table and no bootstrapMatthew Lemon2023-12-172-8/+30
|
* Ghetto weekend table colouringMatthew Lemon2023-12-172-3/+34
|
* Tidied up the basic event index and formMatthew Lemon2023-12-174-8/+10
|
* InitialMatthew Lemon2023-12-17114-0/+3078