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
...
*
Add automatic template digests to all CacheHelper#cache calls (originally spi...
David Heinemeier Hansson
2012-08-29
1
-0
/
+128
*
Fix ActionView::RecordIdentifier to work as a singleton
Piotr Sarnacki
2012-08-28
1
-0
/
+9
*
Deprecate Template#mime_type
Piotr Sarnacki
2012-08-28
1
-0
/
+7
*
Don't require action_dispatch in ActionView::UrlHelpers
Piotr Sarnacki
2012-08-28
2
-2
/
+3
*
Add ActionView::Base.default_formats
Piotr Sarnacki
2012-08-28
1
-0
/
+11
*
Deprecate mime types lookup in auto_discovery_link_tag
Piotr Sarnacki
2012-08-28
1
-1
/
+10
*
Remove stubs from LogSubscriber tests
Piotr Sarnacki
2012-08-28
1
-3
/
+4
*
Move ActionController::RecordIdentifier to ActionView
Piotr Sarnacki
2012-08-28
1
-0
/
+40
*
Create variable only in the test that uses it
Carlos Antonio da Silva
2012-08-25
1
-3
/
+3
*
correct handling of date selects when using both disabled and discard options
Vasiliy Ermolovich
2012-08-25
1
-0
/
+24
*
option_tags coerced to "" instead of nil
Sandeep
2012-08-21
1
-0
/
+12
*
Indentation should consider line number character count.
Lucas Uyezu
2012-08-13
1
-0
/
+9
*
Add support for start_hour and end_hour options in select_hour helper
Evan Tann
2012-08-13
1
-0
/
+29
*
Ensure option_html_attributes does not modify the given option hashes
Carlos Antonio da Silva
2012-08-11
1
-0
/
+9
*
Simplify html attributes generation for options_for_select
Carlos Antonio da Silva
2012-08-11
1
-5
/
+6
*
check for nil or empty record in form_for
schneems
2012-08-10
1
-0
/
+14
*
Do not mark strip_tags result as html_safe
Santiago Pastorino
2012-08-09
1
-2
/
+2
*
Allow data attributes to be set as a first-level option for form_for, so you ...
David Heinemeier Hansson
2012-08-08
1
-0
/
+6
*
Deprecate `button_to_function` and `link_to_function` helpers.
Rafael Mendonça França
2012-08-07
1
-0
/
+42
*
Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ...
David Heinemeier Hansson
2012-08-07
1
-54
/
+0
*
Restoring the '%' trim mode for ERb templates, allowing for a leading percent...
Artiom Di
2012-08-07
1
-0
/
+54
*
Do not include application.js if it doesn't exists
Prem Sichanugrist
2012-08-06
1
-0
/
+9
*
Don't use `html_escape` to test the escaping
Rafael Mendonça França
2012-08-05
4
-4
/
+4
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
4
-4
/
+4
*
Add test select_tag escapes prompt
Santiago Pastorino
2012-08-03
1
-0
/
+6
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
4
-4
/
+0
*
Improve error handling when using partial name with hyphen. Fix #7079
kennyj
2012-08-03
1
-0
/
+7
*
html_escape should escape single quotes
Santiago Pastorino
2012-07-31
6
-22
/
+22
*
Replace the flush parameter with a Hash.
Lucas Mazza
2012-07-24
1
-9
/
+9
*
Add one more test case to make sure that data attributes are being
Rafael Mendonça França
2012-07-22
1
-0
/
+7
*
Merge pull request #7123 from nashby/data-in-options
Rafael Mendonça França
2012-07-22
1
-7
/
+14
|
\
|
*
don't escape options in option_html_attributes method
Vasiliy Ermolovich
2012-07-22
1
-7
/
+14
*
|
Add back `:disable_with` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
2
-2
/
+34
*
|
Add back `:confirm` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
2
-0
/
+86
|
/
*
Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option
Carlos Galdino
2012-07-18
2
-9
/
+16
*
Common behavior with adding formats to lookup_context for TemplateRenderer an...
Dmitry Vorotilin
2012-07-18
1
-0
/
+10
*
Fixed bug creating invalid HTML in select options
Rusty Geldmacher
2012-07-10
1
-0
/
+14
*
Remove AS declarative extension from erb tag test
Carlos Antonio da Silva
2012-07-08
1
-3
/
+0
*
Added support add_flash_types
kennyj
2012-07-07
1
-6
/
+6
*
Move number helper i18n related tests to AS
Carlos Antonio da Silva
2012-06-24
1
-122
/
+0
*
Refactor AV number helper tests with invalid numbers
Carlos Antonio da Silva
2012-06-24
1
-44
/
+14
*
Merge pull request #6428 from pinetops/resolver_concurrency_fix
Yehuda Katz
2012-06-21
1
-4
/
+4
|
\
|
*
Make the Resolver template cache threadsafe - closes #6404
Tom Clarke
2012-05-21
1
-4
/
+4
*
|
stop subclassing string
Aaron Patterson
2012-06-21
1
-1
/
+1
*
|
Respect absolute paths in compute_source_path.
Steve Klabnik
2012-06-16
1
-3
/
+11
*
|
fix meaningless test case
Akira Matsuda
2012-06-06
1
-1
/
+1
*
|
accept a block in button helper.
Yuki Nishijima
2012-06-05
1
-1
/
+5
*
|
Allow to use mounted helpers in ActionView::TestCase
Piotr Sarnacki
2012-06-01
1
-0
/
+19
*
|
Simplify link_to using content_tag
Carlos Antonio da Silva
2012-05-31
1
-0
/
+20
*
|
accept a block in button_to helper
Sergey Nartimov
2012-05-30
1
-0
/
+7
[prev]
[next]