railties 8.1.2.1 → 8.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc59c4aa9c63a1ba8d394a18eebf0d933930436f45ef3c467b66a1544531a164
4
- data.tar.gz: 86d772f95acf7c74c726d68fe07aacc06366a205879f251eabb21c6f83d479fa
3
+ metadata.gz: 8326ab6cc8e325055394ebd19c41d895e9ebd48e4752ec90d5c4675935516e6e
4
+ data.tar.gz: 4152d8f55ae639d899f1cb6c54e1e93bb158bb76026b253482c5ae0343ac5aec
5
5
  SHA512:
6
- metadata.gz: ef32a636d62a5e6441e8fbbbb63bcd67e3a5e5ec5349c8fe38154dcbd73b795d76e93a3d712106b9fd6150f264fa8d0c6d7d1da5925b39b94bd2e0c678f9376f
7
- data.tar.gz: 3909ed5e6c067c6aca968a02ee588c407b99a5b2082e42449f13940864df8216811a71f36d329bc1b5adf583097308059acc21fbf73724cb5b384ef9f61805f7
6
+ metadata.gz: f6aa3390b6b1699255f1dbc6c6f24c6d9c18d3bfa48f10b6d720595384b4d1bb26f92232adb7011d3b1e7e977ca775cd253a12a135fe83eaa21e10dd0f14f779
7
+ data.tar.gz: a001cebc5b97f627336a3e8d394c4ecac4a5d2b9e62c82de3b484470a58deac7c8ff0a8e8b497843386b1639c9cbfdfabee2cc7b2d483469e00a0b01da6bd41d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## Rails 8.1.3 (March 24, 2026) ##
2
+
3
+ * Add `libvips` to generated `ci.yml`
4
+
5
+ Conditionally adds `libvips` to `ci.yml`.
6
+
7
+ *Steve Polito*
8
+
9
+
1
10
  ## Rails 8.1.2.1 (March 23, 2026) ##
2
11
 
3
12
  * No changes.
@@ -363,9 +363,6 @@ module Rails
363
363
 
364
364
  if respond_to?(:action_view)
365
365
  action_view.render_tracker = :ruby
366
- end
367
-
368
- if respond_to?(:action_view)
369
366
  action_view.remove_hidden_field_autocomplete = true
370
367
  end
371
368
  else
@@ -9,8 +9,8 @@ module Rails
9
9
  module VERSION
10
10
  MAJOR = 8
11
11
  MINOR = 1
12
- TINY = 2
13
- PRE = "1"
12
+ TINY = 3
13
+ PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
@@ -628,6 +628,9 @@ module Rails
628
628
  packages << "python-is-python3"
629
629
  end
630
630
 
631
+ # ActiveStorage preview support
632
+ packages << "libvips" unless skip_active_storage?
633
+
631
634
  packages.compact.sort
632
635
  end
633
636
 
@@ -1,4 +1,4 @@
1
- # PostgreSQL. Versions 9.3 and up are supported.
1
+ # PostgreSQL. Versions 9.5 and up are supported.
2
2
  #
3
3
  # Install the pg driver:
4
4
  # gem install pg
@@ -25,6 +25,7 @@
25
25
  /tmp/pids/*
26
26
  !/tmp/pids/.keep
27
27
  <% end -%>
28
+ <% unless skip_storage? -%>
28
29
 
29
30
  # Ignore storage (uploaded files in development and any SQLite databases).
30
31
  /storage/*
@@ -33,6 +34,7 @@
33
34
  /tmp/storage/*
34
35
  !/tmp/storage/.keep
35
36
  <% end -%>
37
+ <% end -%>
36
38
  <% unless options.api? -%>
37
39
 
38
40
  # Ignore assets.
@@ -22,6 +22,7 @@
22
22
  !/tmp/pids/
23
23
  !/tmp/pids/.keep
24
24
  <% end -%>
25
+ <% unless skip_storage? -%>
25
26
 
26
27
  # Ignore storage (uploaded files in development and any SQLite databases).
27
28
  /storage/*
@@ -31,6 +32,7 @@
31
32
  !/tmp/storage/
32
33
  !/tmp/storage/.keep
33
34
  <% end -%>
35
+ <% end -%>
34
36
  <% unless options.api? -%>
35
37
 
36
38
  /public/assets
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railties
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.2.1
4
+ version: 8.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 8.1.2.1
18
+ version: 8.1.3
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 8.1.2.1
25
+ version: 8.1.3
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: actionpack
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 8.1.2.1
32
+ version: 8.1.3
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 8.1.2.1
39
+ version: 8.1.3
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rackup
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -133,14 +133,14 @@ dependencies:
133
133
  requirements:
134
134
  - - '='
135
135
  - !ruby/object:Gem::Version
136
- version: 8.1.2.1
136
+ version: 8.1.3
137
137
  type: :development
138
138
  prerelease: false
139
139
  version_requirements: !ruby/object:Gem::Requirement
140
140
  requirements:
141
141
  - - '='
142
142
  - !ruby/object:Gem::Version
143
- version: 8.1.2.1
143
+ version: 8.1.3
144
144
  description: 'Rails internals: application bootup, plugins, generators, and rake tasks.'
145
145
  email: david@loudthinking.com
146
146
  executables:
@@ -509,10 +509,10 @@ licenses:
509
509
  - MIT
510
510
  metadata:
511
511
  bug_tracker_uri: https://github.com/rails/rails/issues
512
- changelog_uri: https://github.com/rails/rails/blob/v8.1.2.1/railties/CHANGELOG.md
513
- documentation_uri: https://api.rubyonrails.org/v8.1.2.1/
512
+ changelog_uri: https://github.com/rails/rails/blob/v8.1.3/railties/CHANGELOG.md
513
+ documentation_uri: https://api.rubyonrails.org/v8.1.3/
514
514
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
515
- source_code_uri: https://github.com/rails/rails/tree/v8.1.2.1/railties
515
+ source_code_uri: https://github.com/rails/rails/tree/v8.1.3/railties
516
516
  rubygems_mfa_required: 'true'
517
517
  rdoc_options:
518
518
  - "--exclude"