summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-06-07 15:22:14 +0000
committertaca <taca@pkgsrc.org>2022-06-07 15:22:14 +0000
commitd77f8e8a3d746e63e0ffcc53bce4d5e8551ee18e (patch)
treeda1e2b598a3e6792ef65f1d10ca19b54f85a4145 /textproc
parent0d937ecf3fbed52c5ab533ae006f272f25e88510 (diff)
downloadpkgsrc-d77f8e8a3d746e63e0ffcc53bce4d5e8551ee18e.tar.gz
devel/ruby-railties70: update to 7.0.3
7.0.3 (2022-05-12) * If reloading and eager loading are both enabled, after a reload Rails eager loads again the application code. * Use controller_class_path in Rails::Generators::NamedBase#route_url The route_url method now returns the correct path when generating a namespaced controller with a top-level model using --model-name. Previously, when running this command: bin/rails generate scaffold_controller Admin/Post --model-name Post the comments above the controller action would look like: # GET /posts def index @posts = Post.all end afterwards, they now look like this: # GET /admin/posts def index @posts = Post.all end Fixes #44662.
Diffstat (limited to 'textproc')
0 files changed, 0 insertions, 0 deletions