Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

northeastprince

northeastprince pushed 1 commit to main hackclub/janus

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend
  • Reference more adaptive Ruby installation guide [skip ci] Thanks @excid3! 488cb9b

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend
  • Honor the Wayback Machine's rate limit 47c56b0

View on GitHub

northeastprince created a comment on an issue on instacart/makara
Is Active Record's new [built-in functionality](https://guides.rubyonrails.org/active_record_multiple_databases.html) not sufficient?

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend
  • Reflect AWS SES' rate limit It appears it's actually per second, so we'll see if it works 0238e17

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend
  • Make Solid Queue threads match existing pools 9acfdaf

View on GitHub

northeastprince created a comment on a pull request on hackclub/dns
I [found other](https://github.com/search?q=repo%3Ahackclub%2Fdns%20%22type%3A%20NS%22&type=code) NS records with similar limited scopes so it should be fine.

View on GitHub

northeastprince pushed 1 commit to patch-1 northeastprince/hackclub-dns

View on GitHub

northeastprince created a review comment on a pull request on hackclub/dns
Ooh, love clean DSL optimizations

View on GitHub

northeastprince created a review on a pull request on hackclub/dns

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend
  • Actually switch to Solid Queue + Mission Control (#589) 98dbd59

View on GitHub

northeastprince deleted a branch hackclub/hackathons-backend

revert-588-revert-568-solid_queue

northeastprince opened a pull request on hackclub/hackathons-backend
Actually switch to Solid Queue + Mission Control
Reverts #588 (which reverted (#568)
northeastprince pushed 1 commit to main hackclub/hackathons-backend

View on GitHub

northeastprince created a branch on hackclub/hackathons-backend

revert-588-revert-568-solid_queue - Powering https://hackathons.hackclub.com

northeastprince closed an issue on hackclub/hackathons-backend
Sprockets::Rails::Helper::AssetNotFound happened in Admin::HackathonsController#index
**Message** ``` The asset "application.css" is not present in the asset pipeline. ``` **Backtrace (last 10 lines)** ``` lib/sprockets/rails/helper.rb:84 compute_asset_path actionview/lib/acti...
northeastprince pushed 1 commit to patch-1 northeastprince/hackclub-dns

View on GitHub

northeastprince pushed 1 commit to main hackclub/hackathons-backend
  • Revert "Switch to Solid Queue + Mission Control" (#588) bb734fc

View on GitHub

northeastprince closed a pull request on hackclub/hackathons-backend
Revert switch to Solid Queue + Mission Control
Reverts hackclub/hackathons-backend#568
northeastprince opened a pull request on hackclub/hackathons-backend
Revert "Switch to Solid Queue + Mission Control"
Reverts hackclub/hackathons-backend#568
northeastprince created a branch on hackclub/hackathons-backend

revert-568-solid_queue - Powering https://hackathons.hackclub.com

northeastprince pushed 1 commit to main hackclub/hackathons-backend
  • Switch to Solid Queue + Mission Control (#568) 370c7a4

View on GitHub

northeastprince deleted a branch hackclub/hackathons-backend

solid_queue

northeastprince pushed 1 commit to patch-1 northeastprince/hackclub-dns
  • Allow automatic cert renewal by Hetzner for dash.hackathons. ea612d2

View on GitHub

northeastprince pushed 15 commits to solid_queue hackclub/hackathons-backend
  • Bump sqlite3 from 2.1.0 to 2.3.1 (#570) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependab... 504cb0c
  • Bump active_storage_validations from 1.2.0 to 1.3.4 (#573) Signed-off-by: dependabot[bot] <[email protected]> Co-au... c089c0f
  • Bump aws-sdk-locationservice from 1.60.0 to 1.64.0 (#574) Signed-off-by: dependabot[bot] <[email protected]> Co-aut... 970b08c
  • Bump aws-sdk-s3 from 1.166.0 to 1.175.0 (#575) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: d... 2ea4ed7
  • Bump standard from 1.41.1 to 1.42.1 (#576) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depen... c808116
  • Bump faraday from 2.12.0 to 2.12.1 (#577) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depend... f8b9d33
  • Bump kamal from 2.2.2 to 2.3.0 (#578) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot... cd9c3e6
  • Bump countries from 6.0.1 to 7.0.0 (#579) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depend... 3e37807
  • Bump puma from 6.4.3 to 6.5.0 (#580) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[... b30a092
  • Bump appsignal from 4.0.9 to 4.2.0 (#581) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depend... 3a09009
  • Bump webmock from 3.23.1 to 3.24.0 (#582) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: depend... 2045b15
  • Bump rails from `a79c753` to `a4681cd` (#584) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: de... 018e440
  • Bump rails-html-sanitizer from 1.6.0 to 1.6.1 (#586) Signed-off-by: dependabot[bot] <[email protected]> Co-authored... 9c12352
  • Switch to Dartsass to enable #568 (#585) 229d69e
  • Merge branch 'main' into solid_queue # Conflicts: # Gemfile.lock cb28de1

View on GitHub

northeastprince closed an issue on puma/puma-dev
Plugin not being found through puma-dev
When I try to load a plugin (`lib/puma/plugin/dartsass.rb`) through puma-dev with `config/puma.rb` in my Rails app, it throws an `UnknownPlugin` error. When I run `rails s`, it works fine. I assume...
Load more