• Joined on 2023-08-20
bucky pushed to master at bucky/url-shortener 2023-10-03 18:32:14 -07:00
a0be5c699a Merge pull request 'code coverage reporting and test for the redirect function' (#12) from add-flash into master
81b12b5d6f added simplecov and a new test
b3d5c70c8b added simplecov for collecting test results
Compare 3 commits »
bucky merged pull request bucky/url-shortener#12 2023-10-03 18:32:13 -07:00
code coverage reporting and test for the redirect function
bucky created pull request bucky/url-shortener#12 2023-10-03 18:32:06 -07:00
code coverage reporting and test for the redirect function
bucky created branch add-flash in bucky/url-shortener 2023-10-03 18:30:37 -07:00
bucky pushed to add-flash at bucky/url-shortener 2023-10-03 18:30:37 -07:00
81b12b5d6f added simplecov and a new test
b3d5c70c8b added simplecov for collecting test results
Compare 2 commits »
bucky deleted branch add-flash from bucky/url-shortener 2023-10-03 16:12:22 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-03 16:12:17 -07:00
be17e2f146 Merge pull request 'add-flash' (#11) from add-flash into master
80fae88228 sqlite3 note
d93a8df199 formatting
f0bad17e89 some formatting and more context in README
5ca4bf707b removed rspec db setup, i probably didn't have it set right to clean up
Compare 11 commits »
bucky merged pull request bucky/url-shortener#11 2023-10-03 16:12:16 -07:00
add-flash
bucky closed issue bucky/url-shortener#5 2023-10-03 16:12:16 -07:00
define requirements for project/update docs
bucky created pull request bucky/url-shortener#11 2023-10-03 16:12:06 -07:00
add-flash
bucky pushed to add-flash at bucky/url-shortener 2023-10-03 16:11:38 -07:00
80fae88228 sqlite3 note
bucky pushed to add-flash at bucky/url-shortener 2023-10-03 16:09:28 -07:00
d93a8df199 formatting
bucky pushed to add-flash at bucky/url-shortener 2023-10-03 16:08:51 -07:00
f0bad17e89 some formatting and more context in README
bucky created branch add-flash in bucky/url-shortener 2023-10-03 16:03:48 -07:00
bucky pushed to add-flash at bucky/url-shortener 2023-10-03 16:03:48 -07:00
5ca4bf707b removed rspec db setup, i probably didn't have it set right to clean up
8b2780820c update for features
8639c785b7 added a spot for messages to show up in the layout
84a047fb0c require the .env file to load ENV variables set in there
b2b41f1aa1 added flash plugin
Compare 7 commits »
bucky pushed to master at bucky/url-shortener 2023-10-02 16:23:01 -07:00
88b52df610 ignore db files (sqlite)
bucky pushed to master at bucky/url-shortener 2023-10-02 16:22:19 -07:00
0da7ec74e8 ignore .bundle directory
bucky deleted branch testing-enviroment-setup from bucky/url-shortener 2023-10-02 16:20:48 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-02 14:55:30 -07:00
2bcf76618a Merge pull request 'testing-enviroment-setup' (#10) from testing-enviroment-setup into master
d0c0ad5c16 removed an extra line in README
b90b400864 added more startup instructions and updated gems to have a development group
Compare 3 commits »
bucky closed issue bucky/url-shortener#9 2023-10-02 14:55:29 -07:00
Move test parts into testing environment