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
...
*
fix test cases to match new json output. Closes #8371
Rick Olson
2007-05-29
2
-13
/
+13
*
Ensure compiled template tests pass on windows where there are no symlinks. [...
Michael Koziarski
2007-05-27
1
-22
/
+28
*
auto_complete_field takes a :method option so you can GET or POST. Closes #8120.
Jeremy Kemper
2007-05-26
1
-0
/
+2
*
Added option to suppress :size when using :maxlength for FormTagHelper#text_f...
David Heinemeier Hansson
2007-05-24
1
-0
/
+6
*
observe_form always sends the serialized form. Closes #5271.
Jeremy Kemper
2007-05-18
1
-2
/
+2
*
select :include_blank option can be set to a string instead of true, which ju...
Jeremy Kemper
2007-05-18
1
-0
/
+56
*
Clean up the simply_helpful merge.
Jeremy Kemper
2007-05-18
2
-3
/
+3
*
Added record identifications to FormHelper#form_for and PrototypeHelper#remot...
David Heinemeier Hansson
2007-05-14
2
-21
/
+126
*
Removed deprecated parameters_for_method_reference concept (legacy from befor...
David Heinemeier Hansson
2007-05-12
8
-13
/
+96
*
Fixed that content_tag with a block will just return the result instead of co...
David Heinemeier Hansson
2007-05-02
1
-0
/
+5
*
Added the first part of Simply Helpful to core. The rest is pending a clean i...
David Heinemeier Hansson
2007-04-30
1
-0
/
+7
*
remove useless mock test
Rick Olson
2007-04-12
1
-47
/
+0
*
Change ActionView template defaults. Look for templates using the request fo...
Rick Olson
2007-04-02
1
-0
/
+9
*
add ActionView::Base#find_template_extension_for tests
Rick Olson
2007-04-01
1
-0
/
+38
*
Highlight helper highlights one or many terms in a single pass.
Jeremy Kemper
2007-03-30
1
-0
/
+6
*
Added that FormTagHelper#submit_tag will return to its original state if the ...
David Heinemeier Hansson
2007-03-27
1
-1
/
+1
*
Deprecation: remove deprecated update_element_function, start_form_tag, and e...
Jeremy Kemper
2007-03-13
2
-65
/
+0
*
Deprecation: remove deprecated human_size helper alias. Use number_to_human_s...
Jeremy Kemper
2007-03-13
1
-6
/
+0
*
Deprecation: remove deprecated link_to_image and link_image_to methods. Use l...
Jeremy Kemper
2007-03-13
1
-33
/
+24
*
Deprecation: remove deprecated instance variables.
Jeremy Kemper
2007-03-13
1
-43
/
+0
*
Give time_ago_in_words test some DST slop.
Jeremy Kemper
2007-03-11
1
-2
/
+1
*
Fixed that FormTagHelper#text_area_tag should disregard :size option if it's ...
David Heinemeier Hansson
2007-03-03
1
-0
/
+6
*
Set the original button value in an attribute of the button when using the :d...
Jamis Buck
2007-02-28
1
-1
/
+1
*
Added subdirectory test
David Heinemeier Hansson
2007-02-21
1
-0
/
+16
*
Make sure that the filesystem is not involved with asset hosting
David Heinemeier Hansson
2007-02-21
1
-4
/
+7
*
Added caching option to AssetTagHelper#stylesheet_link_tag and AssetTagHelper...
David Heinemeier Hansson
2007-02-18
1
-10
/
+114
*
Add request protocol to asset host if not given. Prefer setting asset host as...
Jeremy Kemper
2007-02-18
1
-0
/
+11
*
Work around the two connection per host browser limit: use asset%d.myapp.com ...
Jeremy Kemper
2007-02-18
1
-0
/
+7
*
Add Mime::Type convenience methods to check the current mime type. [Rick]
Rick Olson
2007-02-15
1
-1
/
+1
*
Fix that FormTagHelper#submit_tag using :disable_with should trigger the onsu...
David Heinemeier Hansson
2007-02-06
1
-1
/
+1
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
2
-3
/
+3
*
fix form_for example in ActionController::Resources documentation. Closes #7...
Rick Olson
2007-02-04
1
-1
/
+1
*
Added FormBuilder#submit as a delegate for FormTagHelper#submit_tag [DHH]
David Heinemeier Hansson
2007-01-29
1
-0
/
+2
*
date_select and datetime_select take a :default option. Closes #7052.
Jeremy Kemper
2007-01-28
1
-0
/
+74
*
select :multiple => true suffixes the attribute name with [] unless already s...
Jeremy Kemper
2007-01-28
1
-0
/
+19
*
mail_to :encode => 'hex' also encodes the mailto: part of the href attribute ...
Jeremy Kemper
2007-01-28
1
-4
/
+5
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
18
-37
/
+22
*
Add error_messages and error_message_on to the default FormBuilder. Closes #6...
Michael Koziarski
2007-01-26
1
-2
/
+26
*
Autolinking recognizes trailing and embedded . , : ; Closes #7354.
Jeremy Kemper
2007-01-24
1
-0
/
+16
*
Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe...
Thomas Fuchs
2007-01-21
1
-1
/
+3
*
Fix #distance_of_time_in_words to report accurately against the Duration clas...
Rick Olson
2007-01-17
1
-5
/
+5
*
Allow fields_for to be nested in form_for
Jamis Buck
2007-01-17
1
-3
/
+30
*
Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046
Tobias Lütke
2007-01-15
1
-0
/
+23
*
link_to_unless_current works with full URLs as well as paths. Closes #6891.
Jeremy Kemper
2007-01-12
1
-3
/
+66
*
test javascript include with and without application.js
Jeremy Kemper
2007-01-08
1
-20
/
+13
*
Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. C...
Rick Olson
2007-01-08
1
-0
/
+1
*
Revert failing test from [5847].
Jeremy Kemper
2007-01-08
1
-5
/
+0
*
Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz]
Michael Koziarski
2007-01-07
1
-1
/
+5
*
Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Si...
Rick Olson
2007-01-05
1
-105
/
+66
*
Clean up multiple calls to #stringify_keys in TagHelper, add better documenta...
Rick Olson
2007-01-05
1
-2
/
+3
[prev]
[next]