| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nertzy/prefix_partial_path_with_controller_namespace
Add config option to turn off prefixing partial path with controller namespace
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
config.action_view.prefix_partial_path_with_controller_namespace
This allows you to choose to render @post using
/posts/_post.erb instead of /admin/posts/_post.erb
inside Admin::PostsController.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Missed commits from 3-2-stable
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
Closes #5632
|
| | | |
| | | |
| | | |
| | | |
| | | | |
If embedding auth_token in remote forms is off and we
pass a value for auth_token it should respect it.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed default value for `config.action_view.embed_authenticity_token_in_remote_forms`
to `false`. This change breaks remote forms that need to work also without javascript,
so if you need such behavior, you can either set it to `true` or explicitly pass
`:authenticity_token => true` in form options
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There is a regression introduced in 16ee611fa, which breaks
remote forms that should also work without javascript. This commit
introduces config option that allows to configure this behavior
defaulting to the old behavior (ie. include authenticity token
in remote forms by default)
Conflicts:
actionpack/CHANGELOG.md
|
|\ \ \ \
| | | | |
| | | | | |
Fix label_tag to merge the options hash with the object hash
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
hash.
Closes #2492 and #5615
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
doesn't call for label.
objectify_options method should be applied to the proper options arg.
See explanation and example of the bug - https://github.com/kryzhovnik/rails_field_error_proc_bug_example
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
See issue #393, issue #4000, issue #5190, and issue #5191. Adds a newline after the textarea opening tag based on @codykrieger's original patch so that we don't cause regressions in Haml-using apps. The regression caused textarea tags to add newlines to the field unintentionally (each update/save added an extra newline.)
Also fix 6 more tests that didn't yet have the newline expectation.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously `rendered_format` was set only based on mime types
passed in Accept header, which was wrong if first type from
Accept was different than rendered partial. The fix is to simply
move setting rendered_format to the place where template
is available and grab format from the template. If it fails
we can fallback to formats passed by Accept header.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Properly deprecate the block argument in AV FormBuilder
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Commit 56089ca986c767763f29159c8de0aa1ebabfd4d2 introduced a backward
incompatible change by changing the method signature of the FormBuilder.
This brings back the same method signature warning in case someone gives
a block to the builder.
More info: https://github.com/rails/rails/commit/56089ca986c767763f29159c8de0aa1ebabfd4d2#commitcomment-1116166
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
use content_tag in button_to helper
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
guides/source/ruby_on_rails_guides_guidelines.textile
|
| | | | | | |
|
| |_|/ / /
|/| | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
discarding both day and month.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
railties/guides/source/getting_started.textile
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
forms if you pass true
|
| |/ / /
|/| | |
| | | |
| | | | |
forms use the meta-tag value
|
|\ \ \ \
| | | | |
| | | | | |
Remove Active Resource source files from the repository.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Dear Active Resource,
It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository.
I will miss you,
@sikachu.
|
|/ / / |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Minor tweak to previous comments on form_for and form_helper.rb preamble
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
(endpoints are generated by form_for without reference to the form builder)
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
ensure u2029 is escaped in escape_javascript helper
|
| |/ / / |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
cols and rows options from textarea.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Adds :layout option to render :partial when a collection is given.
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
not set.
This should fix the following issue:
"Rails is not a Rack Application (SCRIPT_NAME vs. relative_url_root ?)"
https://github.com/rails/rails/issues/910
|
| | | |
|