Skip to content

Commit bcc2e0c

Browse files
authored
Merge pull request rails#47921 from luanzeba/route_source_changelog
Changelog entry for routes source location
2 parents e11ebc0 + a154a08 commit bcc2e0c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

actionpack/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
* Include source location in routes extended view.
2+
3+
```
4+
bin/rails routes --expanded
5+
6+
[...]
7+
--[ Route 14 ]-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8+
Prefix | new_gist
9+
Verb | GET
10+
URI | /gist(.:format)
11+
Controller#Action | gists/gists#new
12+
Source Location | config/routes/gist.rb:3
13+
```
14+
15+
*Luan Vieira, John Hawthorn and Daniel Colson*
16+
117
* Add `without` as an alias of `except` on `ActiveController::Parameters`.
218
319
*Hidde-Jan Jongsma*

0 commit comments

Comments
 (0)