add-flash #11

Merged
bucky merged 10 commits from add-flash into master 2023-10-03 16:12:15 -07:00

10 Commits (master)

Author SHA1 Message Date
Adam Townsend 80fae88228 sqlite3 note 2023-10-03 16:11:01 -07:00
Adam Townsend d93a8df199 formatting 2023-10-03 16:08:53 -07:00
Adam Townsend f0bad17e89 some formatting and more context in README 2023-10-03 16:08:16 -07:00
Adam Townsend 5ca4bf707b removed rspec db setup, i probably didn't have it set right to clean up
after each task, implemented that in the before and after steps
2023-10-03 16:02:33 -07:00
Adam Townsend 8b2780820c update for features
+ added flash/message assertions
+ adjusted urls to be http://google.com for tests for now
+ added @db-test tags to tests that use db interactions
+ added a scenario for duplicate URLs being used
+ added before and after steps to init and clean up db tests
+ added initialization of a test db for tests instead of interacting
  with the production database
2023-10-03 15:58:56 -07:00
Adam Townsend 8639c785b7 added a spot for messages to show up in the layout 2023-10-03 15:58:33 -07:00
Adam Townsend 84a047fb0c require the .env file to load ENV variables set in there 2023-10-03 15:58:01 -07:00
Adam Townsend b2b41f1aa1 added flash plugin
+ added flash plugin, and the session plugin required by flash
+ set the DB name as an environment variable
+ set @message variable where it needs to be set to show on the UI
2023-10-03 15:56:42 -07:00
Adam Townsend fff6b0f5dd added more notes for the README 2023-10-03 15:55:59 -07:00
Adam Townsend c51c0afcf2 ignore the local env file 2023-10-03 15:55:37 -07:00