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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added :only and :except controls to skip_before/after_filter just like for wh...
David Heinemeier Hansson
2006-01-31
1
-0
/
+28
*
Ensure assigns are copied to the template when using render :update. Closes ...
Nicholas Seckar
2006-01-30
1
-1
/
+18
*
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
2
-10
/
+1
*
Fix render(:update) to not render layouts
Sam Stephenson
2006-01-23
1
-1
/
+2
*
Fixed that SSL would not correctly be detected when running lighttpd/fcgi beh...
David Heinemeier Hansson
2006-01-23
1
-0
/
+12
*
Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_...
David Heinemeier Hansson
2006-01-22
2
-2
/
+11
*
Add render :update for inline RJS
Sam Stephenson
2006-01-20
1
-0
/
+13
*
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
*
Automatically discover layouts when a controller is namespaced. Closes #2199,...
Marcel Molina
2006-01-15
2
-0
/
+14
*
Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397
Michael Koziarski
2006-01-13
1
-0
/
+4
*
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
3
-590
/
+0
*
Add test for min_chars auto_complete_field fix. Closes #2929.
Marcel Molina
2006-01-13
1
-1
/
+1
*
Allow auto-discovery of third party template library layouts.
Marcel Molina
2006-01-12
5
-0
/
+65
*
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
*
Value of full_messages on stubbed out AR instances should be an Array.
Marcel Molina
2005-12-26
1
-2
/
+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
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
2
-0
/
+11
*
Add additional RJS functionality: alert, redirect_to, call, assign, and <<
Sam Stephenson
2005-12-20
1
-0
/
+9
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
1
-1
/
+4
*
More robust relative url root discovery for SCGI compatibility. This solves ...
Jeremy Kemper
2005-12-08
1
-0
/
+5
*
Silence deprecation warnings for keep_flash when running tests.
Marcel Molina
2005-12-02
1
-1
/
+1
*
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
*
Make ActionController's render honor the :locals option when rendering a :fil...
Sam Stephenson
2005-11-22
3
-0
/
+33
*
Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...
Sam Stephenson
2005-11-21
1
-4
/
+4
*
r3173@asus: jeremy | 2005-11-18 23:34:41 -0800
Jeremy Kemper
2005-11-20
1
-3
/
+9
*
Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...
Sam Stephenson
2005-11-18
1
-2
/
+2
*
Make rjs templates always implicitly skip out on layouts.
Marcel Molina
2005-11-18
1
-1
/
+2
*
Correct length for the truncate text helper. Closes #2913.
Jeremy Kemper
2005-11-18
1
-4
/
+4
*
Add support for new rjs templates which wrap an update_page block.
Marcel Molina
2005-11-17
2
-0
/
+31
*
Include QUOTED_TYPE constant in ActionPack AR assertions tests.
Jeremy Kemper
2005-11-16
1
-0
/
+1
*
MemCache store may be given multiple addresses. Closes #2869.
Jeremy Kemper
2005-11-16
1
-1
/
+1
*
Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.
Jeremy Kemper
2005-11-15
1
-0
/
+12
*
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
5
-7
/
+177
*
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
*
CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen...
Jeremy Kemper
2005-11-09
1
-3
/
+3
[next]