./devel/ruby-railties80, Tools for creating, working with, and running Rails 8.0

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.0.2, Package name: ruby32-railties80-8.0.2, Maintainer: pkgsrc-users

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 8.0.


Master sites:

Filesize: 193 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-16 16:32:04 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-railties80: update to 8.0.2

8.0.2 (2025/03/12)

* Fix Rails console to load routes.

  Otherwise *_path and *url methods are missing on the app object.

  Édouard Chin

* Update rails new --minimal option

  Extend the --minimal flag to exclude recently added features:
  skip_brakeman, skip_ci, skip_docker, skip_kamal, skip_rubocop, skip_solid
  and skip_thruster.

  eelcoj

* Use secret_key_base from ENV or credentials when present locally.

  When ENV["SECRET_KEY_BASE"] or
  Rails.application.credentials.secret_key_base is set for test or
  development, it is used for the Rails.config.secret_key_base, instead of
  generating a tmp/local_secret.txt file.

  Petrik de Heus
   2025-01-23 09:02:14 by Thomas Klausner | Files touched by this commit (13)
Log message:
*: Rails 8.0 is not available for Ruby 3.1
   2025-01-02 08:13:52 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-railties80: add package version 8.0.1

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 8.0.