Caleb Hearth
Caleb Hearth
**Format**: OpenAPI 3.0 **Official**: YES **Url**: https://developer.themoviedb.org/openapi/6453cc549c91cf004cd2a015 **Name**: The Movie DB **Category**: media **Logo**: https://www.themoviedb.org/assets/2/v4/logos/v2/blue_square_2-d537fb228cf3ded904ef09b136fe3fec72548ebc1fea3fbbd1ad9e36364db38b.svg
Rebase of https://github.com/scenic-views/scenic/pull/337
Move to another CI - GitHub maybe? - and update the metrix for currently supported Rubies and Railses
https://github.com/thoughtbot/formulaic/blob/df66d9f693473c2ddb1230432a15c691300479b2/lib/formulaic/inputs/checkbox_input.rb#L27-L33 ``` fill_form("admin.user", terms_and_conditions: true) ```
When I type `fill_form(:user)`, that should function as `fill_form(:user, attributes_for(:user))` currently does. When I type `fill_form(:user, :name, :email)`, that should function the same as `fill_form(:user, attributes_for(:user).slice(:name, :email))` currently does. When...
Fill a form by grabbing keys and values from an attributes hash on an object.
Given a class which has matching instance and class methods, if a test incorrectly calls `Mocktail.of_next` instead of `Mocktail.replace` then tries to demonstrate a call to the method, this error...
- Fix some dependency conflicts / unneeded version locks - Fix some Rails 7.1 issues
As of Ruby 3.3.0, I see this message with tilt installed (as a transient dependency of sassc-rails): ``` [clip]/.gem/ruby/3.3.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38: warning: csv was loaded from the standard library, but will no...
In (some?) shells, it's sometimes preferable to set up env vars in a different place than other configuration like most of what `atuin init` sets up. For example, ZSH reads...