index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
[ci skip] Fix CHANGELOG.md format from list to italic.
yui-knk
2015-11-13
1
-1
/
+1
*
|
|
|
Respect value of `:object` if `:object` is false when rendering
yui-knk
2015-11-13
1
-0
/
+6
|
/
/
/
*
|
|
Fix week_field returning invalid value
Christoph
2015-11-10
1
-0
/
+5
*
|
|
fix method name typo [ci skip]
yuuji.yaginuma
2015-11-09
1
-1
/
+1
*
|
|
Allow `host` option in javscript and css helpers
Grzegorz Witek
2015-11-08
1
-0
/
+4
*
|
|
Don’t allow arbitrary data in back urls
Damien Burke
2015-11-03
1
-0
/
+4
*
|
|
Fix style issues with #16252
Sean Griffin
2015-10-29
1
-4
/
+4
*
|
|
making selected value to accept Hash like the default option. E.g. selected: ...
Lecky Lao
2015-10-29
1
-0
/
+4
*
|
|
Collection check boxes propagates input's id to the label's for attribute.
Vasiliy Ermolovich
2015-10-20
1
-0
/
+5
|
/
/
*
|
Fix ActionView changelog documentation [ci skip]
Abhishek Jain
2015-10-06
1
-1
/
+1
*
|
Add a hidden field on the collection_radio_buttons
Mauro George
2015-09-24
1
-0
/
+5
*
|
`url_for` does not modify polymorphic options
Bernerd Schaefer
2015-09-04
1
-0
/
+4
*
|
- Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...
Vipul A M
2015-08-28
1
-0
/
+10
*
|
Make disable_with default in submit_tag
Justin Schiff
2015-08-11
1
-0
/
+5
*
|
Sometimes you need a specific break sequence while using word wrap and as tod...
Mauricio Gomez Aguinaga
2015-08-11
1
-0
/
+4
*
|
Add wildcard template dependencies.
Kasper Timm Hansen
2015-07-26
1
-0
/
+18
*
|
Support explicit defintion of resouce name for collection caching.
Dov Murik
2015-07-07
1
-0
/
+5
*
|
Merge pull request #20669 from akolomiychuk/image-path
Yves Senn
2015-06-29
1
-0
/
+4
|
\
\
*
|
|
Fix cache issue when different partials use the same collection
Roque Pinel
2015-06-28
1
-0
/
+9
*
|
|
Improve detection of partial templates eligible for collection caching.
Dov Murik
2015-06-22
1
-0
/
+5
|
/
/
*
/
Raise an ArgumentError when `include_blank` is false for a required field in
Grey Baker
2015-06-08
1
-0
/
+5
|
/
*
Pass over CHANGELOGS [ci skip]
Prathamesh Sonpatki
2015-05-16
1
-2
/
+3
*
Do not put partial name to local_assigns when rendering without an object
Henrik Nygren
2015-05-14
1
-0
/
+4
*
Remove :rescue_format option for translate helper since it's no longer suppor...
Bernard Potocki
2015-05-04
1
-0
/
+5
*
Handle raise flag in translate when both main and default translation is miss...
Bernard Potocki
2015-05-04
1
-0
/
+7
*
Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad...
Yves Senn
2015-05-01
1
-4
/
+0
*
Merge pull request #19844 from stevenspiel/link_to_if_block_helper_addition
Yves Senn
2015-05-01
1
-0
/
+4
|
\
*
|
pass over CHANGELOGs. [ci skip]
Yves Senn
2015-04-22
1
-2
/
+1
|
/
*
Override default form builder for a controller
Kevin McPhillips
2015-04-13
1
-0
/
+5
*
Accept lambda as child_index option in #fields_for method
Karol Galanciak
2015-04-05
1
-0
/
+4
*
Merge pull request #19649 from aprescott/allow-array-defaults
Matthew Draper
2015-04-05
1
-0
/
+6
|
\
|
*
Allow an array to be a default translation value.
Adam Prescott
2015-04-04
1
-0
/
+8
|
/
*
Merge pull request #19421 from jcoyne/translate_defaults_with_nil
Rafael Mendonça França
2015-03-20
1
-0
/
+8
*
put the changelog entry in the right file :sweat: [ci skip]
Yves Senn
2015-03-06
1
-0
/
+7
*
Fix regression when passing a value different of String.
Ulisses Almeida
2015-02-26
1
-0
/
+5
*
[ci skip] Add changelog entry for #18948.
Kasper Timm Hansen
2015-02-26
1
-0
/
+20
*
Fix dependency tracker bug
Juho Leinonen
2015-02-25
1
-0
/
+5
*
Remove RecordTagHelper, add extraction notices
Todd Bealmear
2015-02-16
1
-0
/
+5
*
Merge pull request #18949 from craftsmen/image_tag_size
Yves Senn
2015-02-16
1
-0
/
+6
|
\
|
*
Allow to pass a string value to size option in `image_tag` and `video_tag`
Mehdi Lahmam
2015-02-16
1
-0
/
+6
|
/
*
Partial template name does no more have to be a valid Ruby identifier
Akira Matsuda
2015-02-06
1
-0
/
+10
*
Use option url: false to allow entries without a link tag
Daniel Gomez de Souza
2015-01-16
1
-0
/
+3
*
Fix typo in ActionView CHANGELOG [ci skip]
Prathamesh Sonpatki
2015-01-14
1
-1
/
+1
*
Change the default template handler from `ERB` to `Raw`.
Rafael Mendonça França
2015-01-04
1
-0
/
+7
*
Remove deprecated `AbstractController::Base::parent_prefixes`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
Fix a few typos [ci skip]
Robin Dupret
2015-01-03
1
-1
/
+1
*
Unsafe default translations should not be marked html_safe
Justin Coyne
2015-01-02
1
-0
/
+5
*
Merge pull request #17974 from killthekitten/fix-render-block
Rafael Mendonça França
2015-01-02
1
-0
/
+4
|
\
|
*
Make possible to use blocks with short version of render partial
Nikolay Shebanov
2014-12-19
1
-0
/
+4
*
|
Merge pull request #17973 from maurogeorge/file_field_hidden_field
Rafael Mendonça França
2015-01-02
1
-0
/
+6
|
\
\
[prev]
[next]