We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946fc17 commit a154a08Copy full SHA for a154a08
actionpack/CHANGELOG.md
@@ -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
17
* Add `without` as an alias of `except` on `ActiveController::Parameters`.
18
19
*Hidde-Jan Jongsma*
0 commit comments