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
*
Require hash_with_indifferent_access before using it
Rafael Mendonça França
2016-03-08
1
-0
/
+2
*
Don't allow render(params) in view/controller
Arthur Neves
2016-02-29
1
-0
/
+5
*
Complete work on 3.2 for render_data_leak patch.
Arthur Neves
2016-02-29
6
-25
/
+49
*
Use Ruby 1.8 compat syntax in actionpack/lib/action_view/template/resolver.rb.
Josef Šimánek
2016-01-26
1
-1
/
+1
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-0
/
+17
*
blacklist test-unit's @internal_data ivar
Aman Gupta
2015-01-02
1
-0
/
+1
*
Feature detect based on Ruby version.
Aaron Patterson
2014-05-18
1
-1
/
+1
*
feature detect for FNM_EXTGLOB for older Ruby. Fixes #15053
Aaron Patterson
2014-05-10
1
-5
/
+21
*
use fnmatch to test for case insensitive file systems
Aaron Patterson
2014-05-09
1
-4
/
+2
*
Merge branch '3-2-17' into 3-2-stable
Rafael Mendonça França
2014-02-18
2
-2
/
+14
|
\
|
*
Use the reference for the mime type to get the format
Rafael Mendonça França
2014-02-18
1
-1
/
+1
|
*
Escape format, negative_format and units options of number helpers
Rafael Mendonça França
2014-02-18
1
-1
/
+13
*
|
Merge pull request #13183 from sorah/never_ignore_i18n_translate_raise_option
Carlos Antonio da Silva
2013-12-04
1
-1
/
+9
*
|
Fix documentation of number_to_currency helper
Rafael Mendonça França
2013-12-04
1
-4
/
+4
|
/
*
Stop using i18n's built in HTML error handling.
Michael Koziarski
2013-12-02
1
-13
/
+8
*
Escape the unit value provided to number_to_currency
Michael Koziarski
2013-12-02
1
-1
/
+1
*
Only use valid mime type symbols as cache keys
Aaron Patterson
2013-11-30
1
-0
/
+7
*
fix issue #11605
Kassio Borges
2013-08-24
4
-16
/
+4
*
Merge pull request #10971 from dtaniwaki/escape_link_to_unless
Rafael Mendonça França
2013-06-24
1
-1
/
+1
*
Compare host scheme using case-insensitive regexp
Rafael Mendonça França
2013-06-16
1
-1
/
+1
*
Merging in fix from #8222
Ben Tucker
2013-05-06
1
-1
/
+1
*
Fix explicit names on multiple file fields
Ryan McGeary
2013-04-05
1
-8
/
+7
*
Common behavior with adding formats to lookup_context for TemplateRenderer an...
Dmitry Vorotilin
2013-04-02
4
-4
/
+16
*
Backport #9347 to rails 3.2
hoffm
2013-03-19
1
-1
/
+1
*
do not freeze NumberHelper defaults.
Yves Senn
2013-03-18
1
-2
/
+2
*
Extract hardcoded lists to Redo::RestaurantsList
Juan Barreneche
2013-03-14
1
-1
/
+7
*
Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets
Carlos Antonio da Silva
2013-03-09
1
-1
/
+1
*
Change tabs to spaces in form options helper [ci skip]
Carlos Antonio da Silva
2013-02-21
1
-2
/
+2
*
Add another NumberHelper missing dependency
Rodrigo Rosenfeld Rosas
2013-01-29
1
-0
/
+1
*
Add NumberHelper missing dependency
Rodrigo Rosenfeld Rosas
2013-01-29
1
-0
/
+1
*
Do not call fields_for from form_for, to avoid instantiating two builders
Carlos Antonio da Silva
2013-01-06
1
-8
/
+6
*
Merge pull request #8719 from pcasaretto/fix-actionview-doc-typo
Carlos Antonio da Silva
2013-01-03
1
-1
/
+1
*
fix block.arity raise nil error when not given a block to "content_tag_for"
jasl
2013-01-02
1
-1
/
+3
*
Make distance_of_time_in_words work with DateTime offsets
Andrew White
2012-12-04
1
-2
/
+3
*
Make output of distance_of_time_in_words consistent
Andrew White
2012-12-04
1
-2
/
+2
*
Override <%== to always behave as literal text rather than toggling based on ...
Jeremy Kemper
2012-12-03
1
-0
/
+11
*
Merge pull request #8402 from senny/8376_descriptive_error_message_for_partia...
Rafael Mendonça França
2012-12-02
1
-1
/
+1
*
Add i18n scope to disance_of_time_in_words.
Steve Klabnik
2012-11-26
1
-3
/
+7
*
Merge pull request #8235 from tilsammans/dont_escape_actionmailer_when_plaintext
José Valim
2012-11-16
1
-0
/
+5
*
[ci skip] Correct examples for form_tag helper.
DawidJanczak
2012-11-14
1
-2
/
+2
*
Merge pull request #8108 from Casecommons/fix-multiple-and-index-in-instance-tag
Rafael Mendonça França
2012-11-08
1
-1
/
+3
*
Revert "Merge pull request #7797 from senny/7459_prefix_tempalte_assertion_va...
Rafael Mendonça França
2012-10-30
1
-3
/
+3
*
Accept :remote as symbol in link_to options
Riley
2012-10-06
1
-1
/
+3
*
Merge pull request #7797 from senny/7459_prefix_tempalte_assertion_variables
Rafael Mendonça França
2012-10-01
1
-3
/
+3
*
correct handling of date selects when using both disabled and discard options
Vasiliy Ermolovich
2012-08-25
1
-2
/
+5
*
Merge pull request #7410 from sandeepravi/default_options_helper_value
Rafael Mendonça França
2012-08-21
1
-0
/
+1
*
Merge branch '3-2-8' into 3-2-stable
Santiago Pastorino
2012-08-09
2
-3
/
+3
|
\
|
*
Do not mark strip_tags result as html_safe
Santiago Pastorino
2012-08-09
1
-1
/
+1
|
*
escape select_tag :prompt values
Santiago Pastorino
2012-08-09
1
-2
/
+2
*
|
Rearrange example output of javascript_include_tag
Prem Sichanugrist
2012-08-06
1
-2
/
+2
[next]