Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rails #442

Merged
merged 68 commits into from
Jan 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
9dda17f
Rails 5.2 and compatible dependencies
barmintor Dec 18, 2023
f88c6f2
introduce ApplicationRecord base model
barmintor Dec 17, 2023
ada6c04
throw(:abort) in authz before_action
barmintor Dec 17, 2023
0e081f8
do not inherit directly from ActiveRecord::Migration, use version number
barmintor Dec 17, 2023
a37d825
rails 5.2 binstubs
barmintor Dec 17, 2023
21988f4
strong params in DigitalObjectController search methods
barmintor Dec 17, 2023
91d995b
utf conversion errors may be raised via JSON::GeneratorError
barmintor Dec 18, 2023
a4b0130
association semantics for Rails 5 in spec fixture set ups
barmintor Dec 18, 2023
bbf1967
Rails 5.2 requires an association to be defined before being used as …
barmintor Dec 18, 2023
8df3f53
Rails 5 makes belongs_to required by default, and optional when speci…
barmintor Dec 18, 2023
f96b176
noid no longer permits #seed with no params, but previous behavior an…
barmintor Dec 18, 2023
d430367
update initializers for Rails 5.2 and use Rails 5.2 defaults
barmintor Dec 18, 2023
910b690
cul_hydra no longer includes unused Resource or BagAggregator models
barmintor Dec 18, 2023
ac94dee
post_via_redirect was removed; call follow_redirect! after post
barmintor Dec 18, 2023
01c1760
guard clause in case jQuery.active returns null
barmintor Dec 18, 2023
722b442
controller test methods now use keyword params for params and session
barmintor Dec 18, 2023
fa1e0b2
run CI against ruby 2.7.6
barmintor Dec 18, 2023
d62a151
Rails 6.0 dependencies
barmintor Dec 18, 2023
6673e64
use Rails 6 initializers
barmintor Dec 18, 2023
d4d2a38
use Rails.application in routes config
barmintor Dec 18, 2023
c310c39
update the standard app environments for Rails 6
barmintor Dec 18, 2023
d5e4d4c
update binstubs for Rails 6
barmintor Dec 18, 2023
186687b
update puma config
barmintor Dec 18, 2023
8b30e56
update test cable adapter config from async to test per Rails 6 defaults
barmintor Dec 18, 2023
9c0c10f
explicitly name a shorter db index field name on controlled vocabularies
barmintor Dec 19, 2023
8f1e79f
ensure custom_field_key is a string before concatenating
barmintor Dec 19, 2023
35b5eeb
rename Assignments enum value 'annotate' to 'annotate_object'
barmintor Dec 19, 2023
cf06341
update development ruby version to 2.7.6
barmintor Dec 19, 2023
f566b75
Update deploy config and hyacinth_dev deployment target; Update capis…
elohanlon Dec 19, 2023
82efc71
Temporarily comment out resque restart in deploy.rb
elohanlon Dec 19, 2023
f385ead
Update to Ruby 2.7.8
elohanlon Dec 19, 2023
160605d
Update nokogiri
elohanlon Dec 19, 2023
050181c
Schema update after running migrations
elohanlon Dec 19, 2023
ee94cce
Set Nokogiri XML document namespace_inheritance to true in a couple o…
elohanlon Dec 19, 2023
1b4939c
Replace default_scope with self.implicit_order_column to remove some …
elohanlon Dec 19, 2023
ae9ed18
Re-enable cap hyacinth:restart_resque_workers task
elohanlon Dec 19, 2023
7e83a02
Force psych gem version < 4 (to support YAML aliases with Rails 6.0);…
elohanlon Dec 20, 2023
3c28901
Re-enable cap hyacinth:restart_resque_workers task (again)
elohanlon Dec 20, 2023
f91e3a3
In application.rb, change 'config.load_defaults 5.2' to 'config.load_…
elohanlon Dec 20, 2023
8f2448c
Use classic autoloader (instead of zeitwerk) for cul_hydra compatibility
elohanlon Dec 20, 2023
142fe30
Change 'render text:' to 'render plain:' in controllers
elohanlon Dec 20, 2023
f87bca0
Basic Vite setup (with more changes to come)
elohanlon Dec 20, 2023
7fd4d58
Fixes for slow asset compilation in development environment (and poss…
elohanlon Dec 20, 2023
40db2f6
Add NVM/node setup for deploy.rb
elohanlon Dec 20, 2023
57f49f6
Remove package-lock.json because we currently only want to use yarn a…
elohanlon Dec 20, 2023
fa000c1
Update node version to 20.10.0
elohanlon Dec 21, 2023
133fbe7
Rubocop fix
elohanlon Dec 21, 2023
162764f
Update GitHub ci.yml file to set up node
elohanlon Dec 21, 2023
539ee40
Fix a couple of errors that appear when using the Rails console on re…
elohanlon Dec 21, 2023
0ced1d3
Gemfile cleanup; Rename constant Hyacinth::XMLGenerator to Hyacinth::…
elohanlon Dec 21, 2023
b61629f
use a cul_hydra ref with no blacklight dependency and some zeitwerk-f…
barmintor Dec 21, 2023
c698d54
Remove XmlGenerator inflection override now that XMLGenerator class h…
elohanlon Dec 21, 2023
ead8367
Remove some deprecation warnings
elohanlon Dec 21, 2023
9ae0367
Switch to :hybrid cookie serializer during this transitional period s…
elohanlon Dec 21, 2023
01dbb2a
Rubocop fix and comment update
elohanlon Dec 21, 2023
d190a5e
Fix some more deprecation warnings
elohanlon Dec 21, 2023
1c57afa
Merge pull request #444 from cul/update-rails_no-blacklight_zeitwerk
elohanlon Dec 21, 2023
76fdfff
Update to Rails 6.1
elohanlon Dec 22, 2023
7d4deb1
Update rspec-rails and fix broken fixture_file_upload reference
elohanlon Dec 22, 2023
d488372
Fixes for login in development environment; Switch from secrets.yml t…
elohanlon Dec 22, 2023
4d42835
Add master.key to deployment config file symlink list (and remove sec…
elohanlon Dec 22, 2023
a796de5
Deployment config updates
elohanlon Dec 28, 2023
1b0725b
Update to bundler 2
elohanlon Dec 28, 2023
0518b65
Require net-http gem explicitly (and allow any version) to fix an iss…
elohanlon Dec 28, 2023
0760058
Pin uri gem to 0.10.0 to match the default/standard gem version that …
elohanlon Dec 28, 2023
09cabe6
Add updateHandler configs to various solr cores (to fix error message…
elohanlon Dec 29, 2023
ccd6f82
Update: Actually pin uri gem to 0.10.0.2, because that's the version …
elohanlon Dec 29, 2023
0289cc7
Update CI ruby version to 2.7.8
elohanlon Dec 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update development ruby version to 2.7.6
barmintor committed Dec 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit cf063413fbb7e3bdd964cb0c93d0137c1312b065
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.10
2.7.6