Commit Graph

  • 67e99df83e set transition time bucky 2023-10-04 18:55:12 -07:00
  • d3ab78b17d Merge pull request 'more-ui-updates' (#13) from more-ui-updates into master bucky 2023-10-04 18:53:06 -07:00
  • ce89b584cb more updates! bucky 2023-10-04 18:47:45 -07:00
  • cfe2080509 added some more colorized styles for the UI to give it a little more interactive niceness bucky 2023-10-04 11:28:31 -07:00
  • 9c5fa5366f ignore the coverage directory from simplecov output bucky 2023-10-04 11:28:07 -07:00
  • a0be5c699a Merge pull request 'code coverage reporting and test for the redirect function' (#12) from add-flash into master bucky 2023-10-03 18:32:12 -07:00
  • 81b12b5d6f added simplecov and a new test bucky 2023-10-03 18:29:03 -07:00
  • b3d5c70c8b added simplecov for collecting test results bucky 2023-10-03 18:27:29 -07:00
  • be17e2f146 Merge pull request 'add-flash' (#11) from add-flash into master bucky 2023-10-03 16:12:15 -07:00
  • 80fae88228 sqlite3 note bucky 2023-10-03 16:11:01 -07:00
  • d93a8df199 formatting bucky 2023-10-03 16:08:53 -07:00
  • f0bad17e89 some formatting and more context in README bucky 2023-10-03 16:08:16 -07:00
  • 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 bucky 2023-10-03 16:02:33 -07:00
  • 8b2780820c update for features bucky 2023-10-03 15:58:56 -07:00
  • 8639c785b7 added a spot for messages to show up in the layout bucky 2023-10-03 15:58:33 -07:00
  • 84a047fb0c require the .env file to load ENV variables set in there bucky 2023-10-03 15:58:01 -07:00
  • b2b41f1aa1 added flash plugin bucky 2023-10-03 15:56:42 -07:00
  • fff6b0f5dd added more notes for the README bucky 2023-10-03 15:55:59 -07:00
  • c51c0afcf2 ignore the local env file bucky 2023-10-03 15:55:37 -07:00
  • 88b52df610 ignore db files (sqlite) bucky 2023-10-02 16:22:21 -07:00
  • 0da7ec74e8 ignore .bundle directory bucky 2023-10-02 16:21:44 -07:00
  • 2bcf76618a Merge pull request 'testing-enviroment-setup' (#10) from testing-enviroment-setup into master bucky 2023-10-02 14:55:29 -07:00
  • d0c0ad5c16 removed an extra line in README bucky 2023-10-02 14:51:58 -07:00
  • b90b400864 added more startup instructions and updated gems to have a development group bucky 2023-10-02 14:22:26 -07:00
  • b66a5bb3e1 Merge pull request 'tests' (#7) from tests into master bucky 2023-10-02 13:03:46 -07:00
  • cb027e19c8 generalized fill in field with text action bucky 2023-10-02 13:02:48 -07:00
  • 52a6bac85f added 3rd test case for submitting a url bucky 2023-10-02 11:37:19 -07:00
  • 1e9a066cd1 Merge pull request 'tests' (#6) from tests into master bucky 2023-10-01 12:26:20 -07:00
  • a1ea2a09ec expanded click button to click any button for easier use bucky 2023-10-01 12:14:41 -07:00
  • 445236d735 2nd scenario bucky 2023-10-01 12:10:30 -07:00
  • 94026bdad2 added more parts for the first scenario and updated code to work with the changes bucky 2023-09-30 18:39:30 -07:00
  • b827f72f25 ignore vim swap files bucky 2023-09-30 18:38:56 -07:00
  • a34b788ff4 added testing stuff, and wrote first successful test! bucky 2023-09-30 14:33:24 -07:00
  • 097645cd71 added word break to output view, removed custome validation messages on form bucky 2023-09-25 13:58:40 -07:00
  • 3e6500ae1c removed rails gem, not sure why it was in there to begin with bucky 2023-09-25 11:06:59 -07:00
  • 868ed81b97 set min height so box stays the same between views bucky 2023-09-24 11:29:22 -07:00
  • 57790ff464 custom validation message bucky 2023-09-24 10:19:45 -07:00
  • d2a411d94c url validation bucky 2023-09-22 18:31:32 -07:00
  • 8cabe5c7b6 more layout updates bucky 2023-09-22 18:26:38 -07:00
  • c0c82e5395 added some simple styles to make it nicer bucky 2023-09-22 17:42:50 -07:00
  • 47f8741592 added logic to prevent duplicate url's from being entered, it just fetches the url and load it instead bucky 2023-09-22 15:11:06 -07:00
  • 935b0c5a9f cucumber initialization bucky 2023-09-19 15:40:18 -07:00
  • a3d7525d9a added rspec, rack test, and cucumber gems bucky 2023-09-19 12:23:38 -07:00
  • 1652107549 got app working reasonably well, and removed db file, that shouldn't be in the db bucky 2023-09-14 22:30:33 -07:00
  • 3e789f832a added form to create shortened url bucky 2023-09-14 18:54:20 -07:00
  • 3b2184ffd7 added home, create, and layout views bucky 2023-09-14 18:50:11 -07:00
  • b85a577ec2 use render plugin to load erb html views bucky 2023-09-14 18:49:18 -07:00
  • 239d36ad85 added tilt for rendering HTML bucky 2023-09-14 18:49:08 -07:00
  • a60a022365 some readme text to help get started bucky 2023-09-13 19:08:49 -07:00
  • 795f547ff2 added sequel and sqlite bits for the table bucky 2023-09-13 19:08:40 -07:00
  • 81b22d0c4a initial framework for the shortener routes bucky 2023-09-13 13:29:45 -07:00
  • c6fa7eafe3 initial commit with gemfile bucky 2023-09-13 12:36:08 -07:00