| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* e.g. blog_url(subdomain: current_user) instead of blog_url(subdomain: current_user.to_param)
|
| |
|
|
|
|
| |
Fixes #3957
|
| |
|
|
|
|
| |
be properly symbolized.
|
| |
|
| |
|
|\
| |
| | |
Assign config.encoding to AD::Response.default_charset at the initialization time.
|
| |
| |
| |
| | |
time.
|
|/ |
|
| |
|
|
|
|
| |
goes with the earliest match, named routes use the latest match)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| | |
`path_names` can only be used for affecting `new` and `edit`
|
| |
| |
| |
| |
| |
| |
| |
| | |
The methods, "post?", "put?", "head?", etc. contain an incorrect
explanation. They state that they are equivalent to request_method ==
:type, but this is not accurate because the methods convert the string
to a symbol. They are actually equivalent to:
request_method_symbol == :type
|
|/ |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This reverts commit 3178cc9a80262d3bf7754f3507ef60243b46634f.
|
| | |
|
| |
| |
| |
| | |
This reverts commit 9d725e3df502a07222f35576108eb2df2bd88259.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|