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