| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|/ / / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[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]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When the new html5 attribute :form is given to the check_box helper, it
should be replicated to the hidden field as well. Closes #4848
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
check_box with nil as unchecked value should be HTML safe
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[Carlos Antonio da Silva + Rafael Mendonça França]
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
All the logic is based on the HTML_ESCAPE constant available in
ERB::Util, so it seems more logic to have the entire method there and
just delegate the helper to use it.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Improvements on some url helper methods and tests
|
| | | | | | | | | |
|
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
use :default option with translate method instead of condition
simplify separator method
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The commit 4c321c6d42b6e35f9ead12eb1dccdead03c5abf4 removes the path_params variable assignment, actually the entire line is not used at all.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Refactored class methods on address render test
|
| |/ / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Test for unicode path support
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: José Valim <jose.valim@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
date_select fixes [3-2-stable]
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Please pull my changes - they fix a rare problem with tests framework
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
to constraints callback
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
symbol nodes. Fixes #4585
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Necessary in controller tests to determine if the CookieJar will delete
the given cookie.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
ActionView::Helpers::Tags::Base child and do not implement the render method
|