| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
regression uncovered
|
| |_|/
|/| |
| | |
| | | |
controller option.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
activerecord/lib/active_record/relation/query_methods.rb
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
$ curl -s http://www.ietf.org/rfc/rfc4287 | grep -io ATOM | sort | uniq -c
582 atom
175 Atom
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This documentation came from the assert_select plugin, but the
assert_select_feed method was omitted when the plugin was merged
into Rails in 3142502964f94d6144312ae2c368b4c4589fa25a.
|
|\ \ \ \
| | | | |
| | | | | |
replacing the orderhash with hash for ruby-1.9
|
| | | | | |
|
|/ / / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix failing request test
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Latest changes in remote ip handling conflicted with each other in
tests. Related:
dd09811fa6214a130fdc2de1d4c00b4337cb15f9
6a720226aad2adffcbd2422d40db772719579e2f
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ActionDispatch::Routing::RouteSet.url_for now handles passing params through to
ActionDispatch::Http::Url.url_for
Conflicts:
actionpack/test/controller/base_test.rb
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`ActionController.force_ssl` redirects http URLs to their https equivalent;
however, when a URL contains a query string, the resulting redirect lacked the
original query string.
Conflicts:
actionpack/lib/action_controller/metal/force_ssl.rb
|
|\ \ \ \
| | | | |
| | | | | |
The first IP address in the X-Forwarded-For header is the originating IP
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Trusted proxies are configurable
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix MIME::Type.parse handling of single media with a q value
|
| | | | | |
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
Closes #4919
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which starts with "/" from multiple nested controller.
Closes #3864
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Too painful to lose the compact shorthand form!
This reverts commit e848c52535fa0f9488cdbdb3f1cedc7c7c02d643.
Conflicts:
actionpack/lib/action_dispatch/routing/mapper.rb
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds `image_url`, `javascript_url`, `stylesheet_url`, `audio_url`,
`video_url`, and `font_url` to assets tag helper. These URL helpers will
return the full path to your assets. This is useful when you are going
to reference this asset from external host.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix override API response bug in respond_with
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Default responder was only using the given respond block when user
requested for HTML format, or JSON/XML format with valid resource. This
fix the responder so that it will use the given block regardless of the
validity of the resource. Note that in this case you'll have to check
for object's validity by yourself in the controller.
Fixes #4796
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
AS::Callbacks#define_callbacks: add :terminate_after_callbacks option
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
AC::Callbacks: remove usage of :per_key option from filters
|
| |/ / / / |
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
See #3892
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
collection_radio_buttons
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
And options_from_collection_for_select as well.
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will make it easy for the user to handle how check box/radio and
labels should be generated, abstracting any text/value/default html
options required to make it work.
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Extract value sanitization from default name and id method and new
collection helpers;
* No need to sanitize value in default name and id always;
* Improve value_before_type_cast to avoid concating the same method name
string twice.
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | |
| | | |
| | | |
| | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|