Path to this page:
./
devel/ruby-railties71,
Tools for creating, working with, and running Rails 7.1
Branch: CURRENT,
Version: 7.1.4.2,
Package name: ruby32-railties71-7.1.4.2,
Maintainer: pkgsrc-usersRailties -- Gluing the Engine to the Rails
Railties is responsible for gluing all frameworks together. Overall, it:
* handles the bootstrapping process for a Rails application;
* manages the +rails+ command line interface;
* and provides the Rails generators core.
This is for Ruby on Rails 7.1.
Master sites:
Filesize: 178 KB
Version history: (Expand)
- (2024-10-27) Updated to version: ruby32-railties71-7.1.4.2
- (2024-10-21) Updated to version: ruby32-railties71-7.1.4.1
- (2024-09-22) Updated to version: ruby32-railties71-7.1.4
- (2024-06-05) Updated to version: ruby32-railties71-7.1.3.4
- (2024-05-22) Updated to version: ruby32-railties71-7.1.3.3
- (2024-02-24) Updated to version: ruby32-railties71-7.1.3.2
CVS history: (Expand)
2024-02-24 15:55:27 by Takahiro Kambe | Files touched by this commit (15) | |
Log message:
www/ruby-rails71: update to 7.1.3.2
Update Ruby on Rails 7.1 and related pacakges to 7.1.3.2
This includes security fix:
CVE-2024-26142 for www/ruby-actionpack71
CVE-2024-26143 for www/ruby-actionpack71
Action Pack
* Fix possible XSS vulnerability with the translate method in controllers
CVE-2024-26143
* Fix ReDoS in Accept header parsing
CVE-2024-26142
|
2024-02-04 16:19:27 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
devel/ruby-railties71: update to 7.1.3
Railties (2024-01-16)
* Make sure config.after_routes_loaded hook runs on boot.
[Rafael Mendonça França]
* Fix config.log_level not being respected when using a BroadcastLogger
[Édouard Chin]
* Fix isolated engines to take ActiveRecord::Base.table_name_prefix
into consideration.
This will allow for engine defined models, such as inside Active
Storage, to respect Active Record table name prefix configuration.
[Chedli Bourguiba]
* The bin/rails app:template command will no longer add potentially
unwanted gem platforms via bundle lock --add-platform=... commands.
[Jonathan Hefner]
|
2023-11-30 16:34:32 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
devel/ruby-railties71: add version 7.1.2
Railties -- Gluing the Engine to the Rails
Railties is responsible for gluing all frameworks together. Overall, it:
* handles the bootstrapping process for a Rails application;
* manages the +rails+ command line interface;
* and provides the Rails generators core.
This is for Ruby on Rails 7.1.
|