StackWatch

Ruby on Rails

framework40 releases · 11 support lines

Support lines

LTS status and end of life
LineLatestStatusEnd of life
8.18.1.3.1supported10 Oct 2027
8.08.0.5.1ends soon7 Nov 2026
7.27.2.3.2eol9 Aug 2026
7.17.1.6eol1 Oct 2025
7.07.0.10eol1 Apr 2025
6.16.1.7.10eol1 Oct 2024
6.06.0.6.1eol1 Jun 2023
5.25.2.8.1eol1 Jun 2022
5.15.1.7eol25 Aug 2019
5.05.0.7.2eol9 Apr 2018
4.24.2.11.3eol27 Apr 2017

Releases

newest first
Ruby on Rails8.1.3.114d agosecuritybreaking
  • Active Storage now blocks libvips's unfuzzed image loaders and savers by default for security
  • Image variant transformation for BMP, ICO, and PSD files will raise errors
  • Image analysis no longer records dimensions for SVG, JPEG XL, JPEG 2000, Netpbm, and other untrusted formats
  • Minimum libvips version is now 8.13 and ruby-vips is now 2.2.1
what breaks

Applications processing BMP, ICO, PSD, SVG, JPEG XL, JPEG 2000, Netpbm, FITS, JXL, or ImageMagick-delegated formats with libvips will experience failures during image transformation and analysis. This affects any app using Active Storage with image variants on these content types.

to upgrade

If your application processes affected image types, remove them from config.active_storage.variable_content_types in an initializer to treat them as non-variable. Alternatively, upgrade libvips to 8.13+ and ruby-vips to 2.2.1+. Applications using :mini_magick can remove ruby-vips from their Gemfile to avoid the process-wide restrictions.

advisories
changelog ↗
Ruby on Railsv8.1.35mo ago
  • Fixed JSON serialization of hashes with custom object keys to use the key's string representation instead of its as_json output
  • Fixed inflections to better handle overlapping acronyms like USD and USDC
  • Fixed Marshal deserialization of ActiveRecord::Type::Integer objects that were serialized under Rails 8.0
  • Fixed PostgreSQL schema dumping for foreign key references that span different schemas
changelog ↗
Ruby on Railsv8.1.2.15mo agosecuritybreaking
  • Fixed multiple security vulnerabilities across Active Support, Action View, Action Pack, and Active Storage
  • Improved NumberToDelimitedConverter performance
  • Active Storage now limits range requests to single ranges and enforces maximum streaming chunk size of 100mb by default
  • DiskService now prevents path traversal attacks and glob injection in delete_prefixed
what breaks

Code relying on DiskService#delete_prefixed to expand glob metacharacters will break, as glob metacharacters are now escaped. DiskService#path_for now raises InvalidKeyError (instead of potentially ArgumentError or Encoding::CompatibilityError) for invalid keys.

to upgrade

Review any code using DiskService#delete_prefixed that may depend on glob metacharacter expansion. Update exception handling for DiskService#path_for to expect InvalidKeyError instead of ArgumentError or Encoding::CompatibilityError.

changelog ↗
Ruby on Railsv8.1.27mo ago
  • Fixed multiple bugs in Active Support including TimeWithZone JSON/XML serialization, inflector handling with international characters, and delegate behavior in BasicObject subclasses
  • Fixed Active Record issues with enum float values, PostgreSQL schema_search_path reapplication, SQLite3 schema dumps, and eager loading with composite primary keys
  • Fixed Action View file_field mime type handling and strict locals parsing
  • Added config.action_controller.live_streaming_excluded_keys to control state sharing in ActionController::Live
changelog ↗
Ruby on Railsv8.1.110mo ago
  • Action View now respects the remove_hidden_field_autocomplete config in form builder hidden_field
  • Action Pack allows methods starting with underscore to be action methods again (fixes unintended regression)
  • Railties no longer forces SSL in production by default when using Kamal deployments
changelog ↗
Ruby on Rails8.1.010mo ago

No changelog text published for this release.

Ruby on Rails8.1.0.rc110mo agoprerelease

No changelog text published for this release.

Ruby on Rails8.1.0.beta111mo agoprerelease

No changelog text published for this release.

Ruby on Rails8.0.5.114d agosecuritybreaking
  • Active Storage now blocks libvips's unfuzzed image loaders and savers by default for security
  • Image variant transformation for BMP, ICO, and PSD files will raise errors
  • Image analysis no longer records dimensions for SVG, JPEG XL, JPEG 2000, Netpbm, and other untrusted formats
  • Minimum libvips version is now 8.13 and ruby-vips is now 2.2.1
what breaks

Applications processing BMP, ICO, PSD, SVG, JPEG XL, JPEG 2000, Netpbm, FITS, JXL, or ImageMagick-delegated formats with libvips will experience Vips::Error during image transformation or lose dimension analysis. This affects any app using Active Storage with these image types.

to upgrade

If you process affected image types, either: (1) remove them from config.active_storage.variable_content_types in an initializer to treat them as non-variable, or (2) re-enable specific loaders/savers in an initializer if needed. Upgrade libvips to 8.13+ and ruby-vips to 2.2.1+. Consider removing ruby-vips from Gemfile if using :mini_magick processor exclusively.

advisories
changelog ↗
Ruby on Railsv8.0.55mo ago
  • Fixed inflections to better handle overlapping acronyms like USD and USDC
  • Fixed various Active Record issues including schema dumping, virtual columns, and composite primary key eager loading
  • Added config.action_controller.live_streaming_excluded_keys to control state sharing in ActionController::Live
  • Fixed encoding and parsing issues in Action View, Active Storage, and other components
changelog ↗
Ruby on Railsv8.0.4.15mo agosecuritybreaking
  • Fixed multiple security vulnerabilities in number conversion, HTML tag generation, and file storage operations
  • Active Storage now limits streaming chunk sizes to prevent denial of service attacks
  • DiskService path handling now rejects invalid keys with dot segments and prevents path traversal
  • DiskService#delete_prefixed no longer expands glob metacharacters in paths
what breaks

Code relying on DiskService#delete_prefixed to expand glob metacharacters (like * or ?) will break, as this behavior is no longer supported. DiskService#path_for now raises InvalidKeyError instead of ArgumentError or Encoding::CompatibilityError for invalid keys.

to upgrade

Review any code using DiskService#delete_prefixed that depends on glob pattern expansion and update to handle paths explicitly instead of relying on glob metacharacter expansion.

changelog ↗
Ruby on Rails8.0.410mo ago

No changelog text published for this release.

Ruby on Rails8.0.311mo ago

No changelog text published for this release.

Ruby on Rails8.0.2.11y ago

No changelog text published for this release.

Ruby on Rails8.0.21y ago

No changelog text published for this release.

Ruby on Rails8.0.12y ago

No changelog text published for this release.

Ruby on Rails8.0.0.12y ago

No changelog text published for this release.

Ruby on Rails8.0.02y ago

No changelog text published for this release.

Ruby on Rails8.0.0.rc22y agoprerelease

No changelog text published for this release.

Ruby on Rails8.0.0.rc12y agoprerelease

No changelog text published for this release.

Ruby on Rails8.0.0.beta12y agoprerelease

No changelog text published for this release.

Ruby on Rails7.2.3.214d agosecuritybreaking
  • Active Storage now blocks libvips's unfuzzed image loaders and savers by default for security
  • Image variant transformation for BMP, ICO, and PSD files will raise errors
  • Image analysis no longer records dimensions for SVG, JPEG XL, JPEG 2000, Netpbm, and other untrusted formats
  • Minimum libvips version is now 8.13 and ruby-vips is now 2.2.1
what breaks

Applications processing BMP, ICO, PSD, SVG, JPEG XL, JPEG 2000, Netpbm, FITS, JXL, or ImageMagick-delegated formats with libvips will experience Vips::Error during image transformation or lose dimension analysis. This affects any app using Active Storage with these image types.

to upgrade

If you process affected image types, remove them from config.active_storage.variable_content_types in an initializer, or re-enable specific loaders/savers if needed. Update libvips to 8.13+ and ruby-vips to 2.2.1+. Consider removing ruby-vips from Gemfile if using :mini_magick processor exclusively.

advisories
changelog ↗
Ruby on Railsv7.2.3.15mo agosecuritybreaking
  • Fixed multiple security vulnerabilities in number conversion, HTML tag generation, and file storage operations
  • Improved performance of number-to-delimited conversion
  • Added configurable maximum streaming chunk size for blob downloads (100MB default)
  • Prevented path traversal and glob injection attacks in DiskService
what breaks

Code relying on delete_prefixed to expand glob metacharacters will break, as glob metacharacters are now escaped. This change affects applications using DiskService#delete_prefixed with glob patterns.

to upgrade

Review any code using DiskService#delete_prefixed that may depend on glob metacharacter expansion. The exception type raised by DiskService#path_for may change from ArgumentError or Encoding::CompatibilityError to InvalidKeyError in some cases.

changelog ↗
Ruby on Rails7.2.310mo ago

No changelog text published for this release.

Ruby on Rails7.2.2.21y ago

No changelog text published for this release.

Ruby on Rails7.2.2.12y ago

No changelog text published for this release.

Ruby on Rails7.2.22y ago

No changelog text published for this release.

Ruby on Rails7.2.1.22y ago

No changelog text published for this release.

Ruby on Rails7.2.1.12y ago

No changelog text published for this release.

Ruby on Rails7.2.12y ago

No changelog text published for this release.

Ruby on Rails7.2.02y ago

No changelog text published for this release.

Ruby on Rails7.2.0.rc12y agoprerelease

No changelog text published for this release.

Ruby on Rails7.2.0.beta32y agoprerelease

No changelog text published for this release.

Ruby on Rails7.2.0.beta22y agoprerelease

No changelog text published for this release.

Ruby on Rails7.2.0.beta12y agoprerelease

No changelog text published for this release.

Ruby on Rails7.1.5.21y ago

No changelog text published for this release.

Ruby on Rails7.1.5.12y ago

No changelog text published for this release.

Ruby on Rails7.1.52y ago

No changelog text published for this release.

Ruby on Rails7.1.4.22y ago

No changelog text published for this release.

← back to the digest