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
...
*
Expose more options of inplace_editor (but its still going plugin with v2.0) ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+5
*
Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+8
*
Added locals hash to partials, which makes for convenient access of some time...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed FormOptionsHelper#select to respect :selected value (closes #5813)
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
1
-21
/
+45
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
1
-0
/
+10
*
radio_button_tag generates unique id attributes. Closes #3353.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
1
-7
/
+16
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
1
-3
/
+3
*
Docs for js linkers (closes #5948)
David Heinemeier Hansson
2006-09-02
1
-1
/
+22
*
Deprecation: update docs. Closes #5998.
Jeremy Kemper
2006-09-01
1
-2
/
+2
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
1
-13
/
+16
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
3
-3
/
+3
*
Keep onsubmit around for form_remote_for
David Heinemeier Hansson
2006-08-29
1
-3
/
+5
*
Reload should take options for the replace
David Heinemeier Hansson
2006-08-29
1
-2
/
+2
*
Updated trunk to script.aculo.us 1.6.2
Thomas Fuchs
2006-08-15
3
-44
/
+69
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
1
-1
/
+2
*
Add support for the param_name parameter to the auto_complete_field helper. F...
Thomas Fuchs
2006-08-07
1
-0
/
+1
*
Added months and years to the resolution of DateHelper#distance_of_time_in_wo...
David Heinemeier Hansson
2006-08-05
1
-5
/
+9
*
Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...
Rick Olson
2006-07-18
1
-1
/
+5
*
Get rid of constant redefinition warnings when running AP tests
Marcel Molina
2006-07-13
1
-2
/
+2
*
Provide support for decimal columns to form helpers. Closes #5672. [dave@prag...
Marcel Molina
2006-07-13
1
-1
/
+1
*
Update documentation for erb trim syntax. Closes #5651.
Jeremy Kemper
2006-07-09
1
-3
/
+5
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
2
-6
/
+5
*
Pass :id => nil or :class => nil to error_messages_for to supress that html a...
Jeremy Kemper
2006-07-08
1
-3
/
+13
*
text_field_with_auto_complete stylesheet uses <style type="text/css"> instead...
Jeremy Kemper
2006-07-05
1
-2
/
+1
*
Fixed that real files and symlinks should be treated the same when compiling ...
David Heinemeier Hansson
2006-07-05
1
-1
/
+2
*
Doc fixes
David Heinemeier Hansson
2006-07-05
1
-40
/
+39
*
Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...
David Heinemeier Hansson
2006-07-05
1
-1
/
+1
*
Missing method_key.
Jeremy Kemper
2006-06-30
1
-2
/
+2
*
Retain symbol method key and assign_method_name.
Jeremy Kemper
2006-06-29
1
-3
/
+7
*
r4732@asus: jeremy | 2006-06-29 13:51:32 -0700
Jeremy Kemper
2006-06-29
1
-1
/
+4
*
r4730@asus: jeremy | 2006-06-29 13:13:38 -0700
Jeremy Kemper
2006-06-29
1
-29
/
+15
*
Fix in auto_complete_result documentation. closes #5096. [medlar@medlar.it]
Rick Olson
2006-06-21
1
-1
/
+1
*
Fix strip_links so that it doesn't hang on multi-line acronym tags
Jamis Buck
2006-06-08
1
-1
/
+1
*
Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto...
David Heinemeier Hansson
2006-05-29
2
-1
/
+13
*
Added :method handling for other verbs to remote_form_tag and remote_form_for...
David Heinemeier Hansson
2006-05-28
3
-5
/
+5
*
Expanded :method option in FormHelper#form_tag to allow for verbs other than ...
David Heinemeier Hansson
2006-05-28
1
-3
/
+18
*
Added :method option to UrlHelper#link_to, which allows for using other verbs...
David Heinemeier Hansson
2006-05-28
1
-13
/
+27
*
form.text_area handles the :size option just like the original text_area (:si...
Jeremy Kemper
2006-05-11
1
-0
/
+5
*
Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.
Jeremy Kemper
2006-05-09
1
-2
/
+0
*
Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros]
Marcel Molina
2006-04-27
1
-20
/
+20
*
Fixes bad rendering of JavaScriptMacrosHelper rdoc (closes #4910) [Frederick ...
Rick Olson
2006-04-27
1
-4
/
+5
*
Allow error_messages_for to report errors for multiple objects, as well as su...
Marcel Molina
2006-04-26
1
-16
/
+30
*
Fix documentation indentation
Marcel Molina
2006-04-26
1
-3
/
+3
*
Refactor various InstanceTag instance method to class methods. Closes #4800. ...
Marcel Molina
2006-04-25
3
-29
/
+59
*
Remove all remaining references to @params in the documentation.
Marcel Molina
2006-04-25
1
-1
/
+1
[prev]
[next]