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
*
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
*
Update layout and content_for documentation to use yield rather than magic @c...
Marcel Molina
2006-04-25
1
-15
/
+17
*
only require redcloth/bluecloth if they are not already loaded [Rick]
Rick Olson
2006-04-23
1
-2
/
+2
*
Change link_to_function and button_to_function to (optionally) take an update...
Sam Stephenson
2006-04-19
1
-5
/
+25
*
Fixed that remote_form_for can leave out the object parameter and default to ...
David Heinemeier Hansson
2006-04-16
1
-2
/
+3
*
Fixed that template extensions would be cached development mode #4624 [Stefan...
David Heinemeier Hansson
2006-04-06
1
-10
/
+26
*
Update to Prototype 1.5.0_rc0
Sam Stephenson
2006-04-06
1
-44
/
+32
*
fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]
Rick Olson
2006-04-04
1
-1
/
+1
*
Add additional autocompleter options [aballai, Thomas Fuchs]
Thomas Fuchs
2006-04-02
1
-1
/
+10
*
Applied Prototype $() performance patches (#4465, #4477) and updated script.a...
Thomas Fuchs
2006-04-01
3
-75
/
+302
*
Make asset timestamping safe to use on assets that don't exist
Jamis Buck
2006-03-30
1
-1
/
+1
*
Skip complete URLs
David Heinemeier Hansson
2006-03-29
1
-1
/
+1
*
Added automated timestamping to AssetTagHelper methods for stylesheets, javas...
David Heinemeier Hansson
2006-03-29
1
-5
/
+16
*
Fixed docs
David Heinemeier Hansson
2006-03-28
2
-5
/
+5
*
Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...
David Heinemeier Hansson
2006-03-27
1
-2
/
+2
*
Speedup for sortable with handles initialization in rails trunk too
Thomas Fuchs
2006-03-27
2
-4
/
+5
*
Update to Prototype 1.5.0_pre1
Sam Stephenson
2006-03-27
1
-5
/
+31
*
ActionView: Allow to register a Template handler with a Symbol (dont kill mar...
David Heinemeier Hansson
2006-03-26
1
-1
/
+1
*
effects.js and controls.js fixes
Thomas Fuchs
2006-03-26
2
-4
/
+5
*
finish form_for change, allow hash as the second param: form_for :post, :url ...
Rick Olson
2006-03-26
1
-3
/
+6
*
Change #form_for and #fields_for so that the second argument is not required ...
Rick Olson
2006-03-26
1
-2
/
+2
*
Update to script.aculo.us 1.6
Thomas Fuchs
2006-03-26
2
-180
/
+248
*
Fix double url escaping of remote_function. Add :escape => false option to Ac...
Nicholas Seckar
2006-03-22
2
-3
/
+15
*
Turn RJS debugging on by default and show the source code when an exception i...
David Heinemeier Hansson
2006-03-20
1
-2
/
+3
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
1
-14
/
+20
*
Added option to String#camelize to generate lower-cased camel case by passing...
David Heinemeier Hansson
2006-03-20
1
-2
/
+2
*
Add :script option to in_place_editor to support evalScripts (closes #4194) [...
Rick Olson
2006-03-19
1
-0
/
+2
*
Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...
Rick Olson
2006-03-19
1
-2
/
+2
*
Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...
Nicholas Seckar
2006-03-19
1
-1
/
+0
*
Change url_for to escape the resulting URLs when called from a view. Closes #...
Nicholas Seckar
2006-03-18
1
-8
/
+8
[next]