Commit Graph

8 Commits (5cc79ed54d4d6c0759c849a68e2ea8015a5b3507)

Author SHA1 Message Date
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 445236d735 2nd scenario
+ added a scenario for submitting the button with no text  in url field
+ simplified the visit when clause to be used with any url
+ edited create route redirect if url param is empty (backend validation
  for required URL field)
+ added when clause for clicking submit button
+ added then clause for current path/page
2023-10-01 12:10:30 -07:00
Adam Townsend c0c82e5395 added some simple styles to make it nicer 2023-09-22 17:42:50 -07:00
Adam Townsend 47f8741592 added logic to prevent duplicate url's from being entered, it just
fetches the url and load it instead
2023-09-22 15:11:06 -07:00
Adam Townsend a3d7525d9a added rspec, rack test, and cucumber gems 2023-09-19 12:23:38 -07:00
Adam Townsend 1652107549 got app working reasonably well, and removed db file, that shouldn't be in the db 2023-09-14 22:30:33 -07:00
Adam Townsend b85a577ec2 use render plugin to load erb html views 2023-09-14 18:49:18 -07:00
Adam Townsend 81b22d0c4a initial framework for the shortener routes 2023-09-13 13:29:45 -07:00