• Joined on 2023-08-20
bucky opened issue bucky/url-shortener#28 2023-10-22 15:10:38 -07:00
add Rubocop
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 15:01:43 -07:00
3fd8e8c630 wrap the string in single quotes
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 14:55:52 -07:00
950c358ae5 another try
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 14:16:12 -07:00
f81199e31b maybe this will clean up a few things
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 14:06:43 -07:00
bf1fefd1bc still worknig on env file, and adding logic to not build if the tests fail
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 13:51:43 -07:00
c51a6782d9 another shot at cleaning up the .env.rb file
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 13:43:56 -07:00
795447e029 attempting to clean up the .env.rb file
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 13:33:24 -07:00
7caf25c4d0 don't kill it if linting breaks, mark it as unstable
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 13:27:51 -07:00
3fa1de5e4e install bundled gems in /vendor, and use bundle exec to run them
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 13:20:16 -07:00
f86da2ed6f forgot to wrap the steps in a steps block
bucky pushed to rubocop at bucky/url-shortener 2023-10-22 13:17:41 -07:00
282a07c5fb added rubocop linting section with output for reports and clean up
bf6ed14b5e custom parts for rubocop to run. don't worry about block length in many
7d35133e43 require capybara and rspec parts needed for tests to run instead of
c505012b00 rubocop added frozen string literal comment
4f54124519 rubocop autofixed formatting
Compare 9 commits »
bucky created branch rubocop in bucky/url-shortener 2023-10-22 13:17:41 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-18 13:09:49 -07:00
15a5017c86 set up to run with only the freebsd and ruby labeled agent(s)
bucky pushed to master at bucky/url-shortener 2023-10-17 21:54:16 -07:00
dd5caa4056 updated README, swapped Falcon for Puma for now, and ignored more files
bucky pushed to master at bucky/url-shortener 2023-10-17 21:45:57 -07:00
360ddbe6d2 include the branch name in the zip, so it can be identified a little easier later
bucky deleted branch simplify-secret from bucky/url-shortener 2023-10-17 21:43:21 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-17 21:43:21 -07:00
b3b886f0b3 Merge pull request 'simplify-secret' (#27) from simplify-secret into master
93aa007c14 removed secret.rb, it's no longer needed
4e32f4a60d use the escaped quotes for it to work correctly
2759880a53 remove env.
7bc1a852db swap quotes on the db name
Compare 8 commits »
bucky merged pull request bucky/url-shortener#27 2023-10-17 21:43:20 -07:00
simplify-secret
bucky created pull request bucky/url-shortener#27 2023-10-17 21:43:13 -07:00
simplify-secret
bucky pushed to simplify-secret at bucky/url-shortener 2023-10-17 21:41:36 -07:00
93aa007c14 removed secret.rb, it's no longer needed