Denny de la Haye
Denny de la Haye
Specifically, the way setting of defaults works, and the way the column behaves once you've set your default. It doesn't appear to be possible to set a DEFAULT of current_timestamp...
The shop item list page in the admin area groups the items by category. This means that if an item has no categories set then it disappears from the admin...
There are a few bits of JavaScript that have ended up in public/js because I can't figure out how to get Webpacker to do what I want. This all needs...
I've decided to move this into [the rubocop todo file](https://github.com/denny/ShinyCMS-ruby/blob/main/plugins/ShinyCMS/.rubocop_todo.yml), as something that should be removed from the code at some point. I think it's a pretty simple fix, but...
... presumably something in the bits of code that override the Devise/Warden stuff to allow logins to identify with a username or an email addresses.
To reproduce: 1. Run `rails shinycms:demo:load` to reset the database and load the demo data, including some tag data 2. Run `rails shinycms:demo:export` to export the database content to `db/demo_site_data.rb`...
This would be intended as a rather heavy-handed but temporary step 1 on the way to adding some timezone support that actually works. Right now I'm pretty sure this app...
We're into daylight saving time in the UK now (BST, UTC+1), and every time I run my tests between midnight and 01:00 this one fails: > 1) ShinyLists::Admin::SubscriptionsController GET /admin/list/:id/subscriptions/search?q=2001-12-31...
Happening in production too.
Currently there are two categories of warning from rubocop-rspec which have not been fixed: * 24 warnings for [RSpec/AnyInstance](https://docs.rubocop.org/rubocop-rspec/2.0/cops_rspec.html#rspecanyinstance), spread across 6 files (all request specs) * ~245~ ~195~ 135...