Skip to content

Commit

Permalink
Merge pull request rails#27 from basecamp/solid-queue-features
Browse files Browse the repository at this point in the history
Implement different features supported by Solid Queue adapters, including a workers view
  • Loading branch information
rosa authored Jan 29, 2024
2 parents ec08e8d + 249c9b3 commit 12c2cae
Show file tree
Hide file tree
Showing 122 changed files with 1,550 additions and 693 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: ['3.0']
bundler-cache: true
- name: Run rubocop
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/tmp/
/test/dummy/db/*.sqlite3
/test/dummy/db/*.sqlite3-*
/test/dummy/log/*.log
/test/dummy/log/*.log*
/test/dummy/storage/
/test/dummy/tmp/
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem "sprockets-rails"
gem "solid_queue", bc: "solid_queue", require: false
gem "rubocop-37signals", bc: "house-style", require: false
gem "puma"
gem "capybara", github: "teamcapybara/capybara"
Loading

0 comments on commit 12c2cae

Please sign in to comment.