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
/
actionpack
/
lib
/
action_view
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Small correction to the description of the role of the form builder.
Mark Thomson
2012-03-08
1
-1
/
+1
*
|
|
add 'include_hidden' option to select tag, closes #5402
Vasiliy Ermolovich
2012-03-13
2
-1
/
+4
*
|
|
Merge pull request #5380 from benmmurphy/escape_unicode_paragraph_separator
Aaron Patterson
2012-03-12
1
-1
/
+3
|
\
\
\
|
*
|
|
ensure u2029 is escaped in escape_javascript helper
benmmurphy
2012-03-11
1
-1
/
+3
|
|
/
/
*
|
|
Fix unintended removal of 'cols' from a text_area example.
Philip Arndt
2012-03-12
1
-1
/
+1
*
|
|
Fixes #5324 by removing default size options from input:text and default cols...
Philip Arndt
2012-03-10
4
-22
/
+17
|
/
/
*
|
Just change the formats on first render, closes #5307, closes #5308.
José Valim
2012-03-07
1
-2
/
+7
*
|
Merge pull request #5310 from Serabe/layout_for_partials_with_collections
José Valim
2012-03-06
1
-1
/
+46
|
\
\
|
*
|
Adds line to change log and update documentation.
Sergio Arbeo
2012-03-07
1
-0
/
+37
|
*
|
Adds :layout option to render :partial when a collection is given.
Sergio Arbeo
2012-03-06
1
-1
/
+9
*
|
|
Compute asset paths from the request if ENV["RAILS_RELATIVE_URL_ROOT"] is not...
Dwayne Litzenberger
2012-03-05
1
-1
/
+1
|
/
/
*
|
simplify namespace assignment in fields_for
Sergey Nartimov
2012-03-02
1
-1
/
+1
*
|
Merge pull request #5242 from rails/opt_routes
José Valim
2012-03-02
1
-9
/
+14
|
\
\
|
*
|
Optimize url helpers.
Sergey Nartimov + José Valim
2012-03-02
1
-9
/
+14
*
|
|
Fix #5238, rendered_format is not set when template is not rendered
Piotr Sarnacki
2012-03-02
1
-0
/
+2
*
|
|
Allow fieldsets to be created without a block.
Ben Pickles
2012-03-01
1
-2
/
+1
|
/
/
*
|
Merge branch 'master-security'
Aaron Patterson
2012-03-01
2
-4
/
+3
|
\
\
|
*
|
use AS::SafeBuffer#clone_empty for flushing the output_buffer
Akira Matsuda
2012-02-20
1
-1
/
+1
|
*
|
fix output safety issue with select options
Sergey Nartimov
2012-02-20
1
-3
/
+3
*
|
|
Change asset_host config language to be more helpful and accurate
Gabe Hollombe
2012-02-28
1
-2
/
+3
*
|
|
Add a new line after the textarea opening tag.
Rafael Mendonça França
2012-02-27
1
-1
/
+1
*
|
|
Fix collection_check_boxes and collection_radio_buttons when using local
Rafael Mendonça França
2012-02-26
1
-0
/
+1
*
|
|
Add documentation to object method of CollectionHelpers::Builder
Rafael Mendonça França
2012-02-26
1
-6
/
+6
|
|
/
|
/
|
*
|
use content_tag instead strings
Vasiliy Ermolovich
2012-02-25
1
-3
/
+4
*
|
Merge pull request #5117 from nashby/form-option-refactor
José Valim
2012-02-25
1
-17
/
+11
|
\
\
|
*
|
refactor option_text_and_value and option_value_selected? methods
Vasiliy Ermolovich
2012-02-21
1
-10
/
+3
|
*
|
refactor time_zone_options_for_select
Vasiliy Ermolovich
2012-02-21
1
-7
/
+8
|
|
/
*
|
consistently mention first patch, then put
Xavier Noria
2012-02-24
1
-1
/
+1
*
|
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
3
-4
/
+1
*
|
correct fetching :name option in form fields
Vasiliy Ermolovich
2012-02-23
1
-3
/
+3
*
|
Only set ActionView configuration inside the on_load block
Rafael Mendonça França
2012-02-22
1
-1
/
+1
*
|
Merge pull request #5130 from dlee/revised_patch_verb
Xavier Noria
2012-02-22
4
-6
/
+9
|
\
\
|
*
|
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
4
-6
/
+9
*
|
|
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
5
-28
/
+12
|
/
/
*
|
fix bad docs from f373f296 [ci skip]
Vijay Dev
2012-02-21
1
-3
/
+3
*
|
Don't wrap the raise with ensure
Santiago Pastorino
2012-02-21
1
-9
/
+11
*
|
Refactored two methods to use delete with a block
Ruben Fonseca
2012-02-21
1
-1
/
+1
*
|
Restore lookup formats to the previous value after searching for the failing ...
Santiago Pastorino
2012-02-21
1
-1
/
+3
|
/
*
Merge pull request #5102 from nashby/form-option-refactor
José Valim
2012-02-20
1
-12
/
+13
|
\
|
*
refactor options_for_select
Vasiliy Ermolovich
2012-02-20
1
-7
/
+8
|
*
refactor grouped_options_for_select
Vasiliy Ermolovich
2012-02-20
1
-5
/
+5
*
|
Use the right format when a partial is missing.
Santiago Pastorino
2012-02-20
1
-0
/
+1
*
|
Merge pull request #5101 from ckdake/ckdake_actionview_handler_reset
José Valim
2012-02-20
1
-0
/
+1
|
/
*
Merge pull request #5083 from nashby/grouped-select-options
José Valim
2012-02-20
1
-1
/
+6
|
\
|
*
add selected and disabled option to grouped select
Vasiliy Ermolovich
2012-02-18
1
-1
/
+6
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-02-18
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Update f.button docs to reflect real label implementation
Carlos Antonio da Silva
2012-02-14
1
-5
/
+5
*
|
Remove not used button translation from av locale
Carlos Antonio da Silva
2012-02-14
1
-8
/
+1
*
|
Allow collection helpers with block to access current object in the collection
Carlos Antonio da Silva
2012-02-13
3
-9
/
+10
*
|
remove unwanted require for string encoding
Vishnu Atrai
2012-02-13
1
-1
/
+0
[prev]
[next]