Mac Siri
cd9d5df963
Set hash_digest_class to SHA256 ( #18364 )
2023-07-06 17:38:56 -04:00
Mac Siri
9599d3349f
Enable framework 7's cache_format_version ( #18064 )
2022-07-12 15:44:23 -04:00
Mac Siri
390cf0a6a0
Enable Rails 7 framework's default_headers ( #18042 )
2022-07-07 09:01:59 -04:00
Mac Siri
9dd52c24e1
Enable Rails 7's framework wrap_parameters_by_default & cookies_serializer ( #17984 )
2022-06-27 09:33:37 -04:00
Mac Siri
2f029fe896
Enable Rails framework 7.0's isolation_level, partial_inserts, & raise_on_open_redirects ( #17970 )
2022-06-23 10:30:58 -04:00
Mac Siri
130b47e8b8
Enable Rails framework 7.0's TimeWithZone & scope-inversing ( #17958 )
2022-06-22 09:33:38 -04:00
Mac Siri
eed1946e8c
Enable Rails framework 7.0's ActionView & tests ( #17948 )
...
* Enable Rails framework 7.0's tests configs
* Enable action_view configs
2022-06-16 17:18:21 -04:00
Mac Siri
80d9b969bd
Enable Rails framework 7.0's ActiveStorage & ActionMailer ( #17931 )
2022-06-16 10:49:56 -04:00
Daniel Uber
4d33486e14
Enable string uuid as namespace ( #17309 )
...
* Enable string uuid as namespace
This addresses a noisy deprecation warning showing in specs (it points
to our re-implementation of warden's sign_in_as helper, but I suspect
the issue is within warden since our initializer seems to match the
implementation in the upstream gem).
My understanding of this is that the prior default had been to pass
the provided uuid namespace as-is if it didn't match one of a few
named constants. New behavior is to validate that any string provided
as a namespace looks like a uuid representation or fail).
* Move configuration change to framework defaults
2022-04-20 10:24:25 -05:00
Michael Kohl
33195929aa
Bump to Rails 7.0.2.2 MVP ( #15908 )
...
* Update gems
* Update more gems
* Update @rails/ujs package
* Explicitly add sprockets-rails
* Gemfile update
* Run bin/rails app:setup
* Update redis-actionpack
* Update stats initializer autoloading
* Update acts-as-taggable-on
* Disable signed: true option in session store
* Switch back to released version of redis-actionpack
* Update Gemfile.lock
* WIP
* Update Rails and gems
* Move hair_trigger back to released gem
* Add explicit requires to initializers
* Update Rails version
* Add more explicit require_relative calls
* Re-enable ForemStatsDriver
* Update schema
* Temp spec changes
* Bullet started raising errors?
* Fix broken spec
* Temporarily disable hair_trigger_spec
* Refactor
* Fix spec
* Enable use_rfc4122_namespaced_uuids
* Revert "Enable use_rfc4122_namespaced_uuids"
This reverts commit 5dac3722284bb08049586bfa943405f8a01289df.
* Temporarily deploy to canary
* Revert "Temporarily deploy to canary"
This reverts commit 04f8469501fab2a3177450baf051ff6259c41827.
* Update Containerfile
* Add comments to specs
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2022-03-30 15:00:33 -04:00