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 remote_form_for creates a non-ajax form. Closes #3741.
Nicholas Seckar
2006-02-06
1
-1
/
+1
*
Add :builder => option to form_for and friends. Closes 3268.
Nicholas Seckar
2006-02-04
1
-0
/
+75
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-1
/
+1
*
Add the ability to call JavaScriptGenerator methods from helpers called in up...
Sam Stephenson
2006-01-23
1
-9
/
+0
*
Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...
David Heinemeier Hansson
2006-01-22
1
-2
/
+2
*
make error_messages_for return "" for nil objects
Michael Koziarski
2006-01-19
1
-0
/
+4
*
Refactor human_size to exclude decimal place if it is zero.
Marcel Molina
2006-01-19
1
-13
/
+14
*
Fix broken autocompleter test.
Michael Koziarski
2006-01-13
1
-1
/
+1
*
Fix for failing auto complete unit test
Michael Koziarski
2006-01-13
1
-5
/
+5
*
Fix failing test due to hard coded year
Michael Koziarski
2006-01-13
1
-1
/
+2
*
Remove Upload Progress. Closes #2871.
Marcel Molina
2006-01-13
1
-136
/
+0
*
Add test for min_chars auto_complete_field fix. Closes #2929.
Marcel Molina
2006-01-13
1
-1
/
+1
*
Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...
David Heinemeier Hansson
2005-12-31
1
-0
/
+5
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
1
-1
/
+1
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
1
-0
/
+4
*
Added :disable_with option to FormTagHelper#submit_tag to allow for easily di...
David Heinemeier Hansson
2005-12-30
1
-0
/
+7
*
Make auto_link handle nil by returning quickly if blank?
Scott Barron
2005-12-30
1
-0
/
+2
*
Make auto_link match urls with a port number specified.
Marcel Molina
2005-12-26
1
-0
/
+3
*
Added support for toggling visual effects to ScriptaculousHelper::visual_effe...
Thomas Fuchs
2005-12-25
1
-0
/
+10
*
Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...
David Heinemeier Hansson
2005-12-24
1
-0
/
+9
*
Added delayed execution of Javascript from within RJS (closes #3264) [devslas...
David Heinemeier Hansson
2005-12-22
1
-0
/
+8
*
Add additional RJS functionality: alert, redirect_to, call, assign, and <<
Sam Stephenson
2005-12-20
1
-0
/
+9
*
Change form_for and fields_for method signatures to take object name and obje...
Marcel Molina
2005-12-02
3
-10
/
+10
*
Introduce :selected option to the select helper. Allows you to specify a sel...
Jeremy Kemper
2005-11-23
1
-0
/
+18
*
Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...
Sam Stephenson
2005-11-21
1
-4
/
+4
*
Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...
Sam Stephenson
2005-11-18
1
-2
/
+2
*
Correct length for the truncate text helper. Closes #2913.
Jeremy Kemper
2005-11-18
1
-4
/
+4
*
Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...
Sam Stephenson
2005-11-14
3
-155
/
+269
*
Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w...
David Heinemeier Hansson
2005-11-13
4
-6
/
+175
*
options_for_select allows any objects which respond_to? :first and :last rath...
Jeremy Kemper
2005-11-10
1
-6
/
+16
*
The auto_link text helper accepts an optional block to format the link text f...
Jeremy Kemper
2005-11-10
1
-0
/
+7
*
Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...
Thomas Fuchs
2005-11-01
1
-2
/
+19
*
Added support for the queue option on visual_effect
Thomas Fuchs
2005-10-29
1
-0
/
+1
*
Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...
David Heinemeier Hansson
2005-10-26
1
-0
/
+9
*
Fixed more Windows tests
David Heinemeier Hansson
2005-10-16
1
-2
/
+2
*
Ensure radio_button works as expected with values other than strings.
Michael Koziarski
2005-10-14
1
-0
/
+6
*
Escape query strings in the href attribute of URLs created by url_helper. #2333
Jeremy Kemper
2005-10-13
1
-0
/
+16
*
modified javascript_helper testcase to back up #2097
Tobias Lütke
2005-10-13
1
-2
/
+6
*
Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...
Sam Stephenson
2005-10-12
3
-19
/
+23
*
Make xyz_tag(..., :id => "foo") work again
Jamis Buck
2005-10-12
1
-0
/
+6
*
Convert boolean form options form the tag_helper. Recloses #809.
Marcel Molina
2005-10-10
1
-0
/
+5
*
Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...
Thomas Fuchs
2005-10-01
1
-0
/
+4
*
Don't prepend the asset host if the string is already a fully-qualified URL
Jamis Buck
2005-09-30
1
-0
/
+10
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
3
-3
/
+6
*
Added test coverage for stylesheet_path to show that it works as requested in...
Marcel Molina
2005-09-28
1
-0
/
+4
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
1
-0
/
+6
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
1
-0
/
+1
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
9
-177
/
+185
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
1
-0
/
+25
*
Make upload progress not throw JavaScript errors when there is no progress ba...
David Heinemeier Hansson
2005-09-16
1
-140
/
+4
[prev]
[next]