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
/
test
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not mark strip_tags result as html_safe
Santiago Pastorino
2012-08-09
1
-2
/
+2
*
escape select_tag :prompt values
Santiago Pastorino
2012-08-09
1
-0
/
+6
*
html_escape should escape single quotes
Santiago Pastorino
2012-08-02
7
-28
/
+28
*
Revert "Deprecate link_to_function and button_to_function helpers"
Rafael Mendonça França
2012-08-01
1
-24
/
+12
*
Revert "Deprecate `:mouseover` options for `image_tag` helper."
Rafael Mendonça França
2012-08-01
1
-40
/
+8
*
Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...
Rafael Mendonça França
2012-08-01
3
-149
/
+52
*
Fixed bug creating invalid HTML in select options
Rusty Geldmacher
2012-07-10
1
-0
/
+13
*
It should also include text/css => Build Fix
Arun Agrawal
2012-06-16
1
-1
/
+1
*
Merge pull request #6752 from steveklabnik/fix_5680
Rafael Mendonça França
2012-06-16
1
-3
/
+11
*
Duplicate tests removed.
Arun Agrawal
2012-06-09
1
-16
/
+0
*
Fix asset tags for files with more than one dot
Piotr Sarnacki
2012-06-07
1
-0
/
+6
*
Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` option
Carlos Galdino
2012-06-05
2
-19
/
+110
*
Allow to use mounted helpers in ActionView::TestCase
Piotr Sarnacki
2012-06-01
1
-0
/
+19
*
Assets: don't add extension if other given and file exists
Sergey Nartimov
2012-05-21
1
-0
/
+3
*
Fixed tag_helper data-attribute bug with BigDecimals
Bodacious
2012-05-20
1
-2
/
+2
*
Use right option for excerpt text helper in tests, fix build
Carlos Antonio da Silva
2012-05-19
1
-8
/
+8
*
Merge pull request #5020 from KL-7/fix-blank-image_tag-source
José Valim
2012-05-18
1
-0
/
+1
*
Deprecate old APIs for highlight, excerpt and word_wrap
Jeremy Walker
2012-05-18
1
-36
/
+45
*
Deprecate `:disable_with` for `button_tag` too
Carlos Galdino + Rafael Mendonça França
2012-05-14
2
-6
/
+15
*
Fix typo
Carlos Galdino + Rafael Mendonça França
2012-05-14
1
-8
/
+8
*
Deprecate `:disable_with` in favor of `'data-disable-with'` option for `butto...
Carlos Galdino + Rafael Mendonça França
2012-05-14
2
-25
/
+37
*
Deprecate `:mouseover` options for `image_tag` helper.
Rafael Mendonça França
2012-05-13
1
-8
/
+40
*
Merge pull request #3237 from sakuro/data-url-scheme
Rafael Mendonça França
2012-05-13
1
-1
/
+2
*
Make sure that javascript_include_tag/stylesheet_link_tag methods in
Jorge Bejar
2012-05-03
1
-0
/
+6
*
Deprecate link_to_function and button_to_function helpers
Rafael Mendonça França
2012-04-30
1
-12
/
+24
*
Remove warning of unused variable
Rafael Mendonça França
2012-04-29
1
-1
/
+1
*
Fix the build.
Rafael Mendonça França
2012-04-29
1
-2
/
+2
*
Lazy load `default_form_builder` if it's passed as a string
Piotr Sarnacki
2012-04-28
1
-0
/
+17
*
Do not mutate options hash
Carlos Antonio da Silva
2012-04-27
1
-0
/
+6
*
Fix broken test from the earlier merge conflict
Prem Sichanugrist
2012-04-23
1
-9
/
+11
*
converting some tests to assert_raises, and DRY'ing retrieve_variable changes
Tieg Zaharia
2012-04-16
1
-46
/
+22
*
catch nil.to_sym errors in partial_renderer, and raise ArgumentError instead
Tieg Zaharia
2012-04-16
1
-0
/
+9
*
default_url_options does not receive one argument anymore
Rafael Mendonça França
2012-04-08
1
-1
/
+1
*
Merge pull request #5622 from rafaelfranca/fix-2492-3-2
Jeremy Kemper
2012-03-27
1
-0
/
+35
|
\
|
*
Check if the options hash already exists and merge it with the another
Rafael Mendonça França
2012-03-27
1
-6
/
+19
|
*
Fixing issue #2492. ActionView::Base.field_error_proc doesn't call for label.
Andrey Samsonov
2012-03-27
1
-0
/
+22
*
|
Don't break Haml with textarea newline fix.
James Coleman
2012-03-27
1
-6
/
+6
|
/
*
apply form_for namespace option to date_select
Sergey Nartimov
2012-03-26
1
-0
/
+8
*
Build fix for ruby1.8.7-358
Arun Agrawal
2012-03-19
1
-8
/
+6
*
Merge branch '3-2-2' into 3-2-stable
Aaron Patterson
2012-03-01
1
-1
/
+8
|
\
|
*
Merge branch '3-2-stable-security' into 3-2-2
Aaron Patterson
2012-03-01
1
-1
/
+8
|
|
\
|
|
*
fix output safety issue with select options
Sergey Nartimov
2012-02-20
1
-1
/
+8
*
|
|
Add a new line after the textarea opening tag.
Rafael Mendonça França
2012-02-27
2
-37
/
+37
|
/
/
*
|
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
2
-4
/
+8
*
|
Don't wrap the raise with ensure
Santiago Pastorino
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
/
+2
*
|
Fix some warnings on 3-2-stable
kennyj
2012-02-21
1
-19
/
+22
|
/
*
Fix a failing test
Santiago Pastorino
2012-02-20
1
-0
/
+2
*
Use the right format when a partial is missing.
Santiago Pastorino
2012-02-20
1
-0
/
+7
*
Reset memoized hash keys when new entry added
Chris Kelly
2012-02-20
1
-0
/
+6
[next]