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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed that NumberHelper#number_to_delimiter should respect precision of highe...
David Heinemeier Hansson
2006-10-09
3
-3
/
+20
*
Fixed that caches_action breaks with file extensions (closes #6257) [Catfish]
David Heinemeier Hansson
2006-10-09
2
-1
/
+8
*
Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...
David Heinemeier Hansson
2006-10-09
3
-2
/
+10
*
Added an html_options hash parameter to javascript_tag() and update_page_tag(...
David Heinemeier Hansson
2006-10-09
4
-4
/
+26
*
Also update escaping for prototype rescues [DHH]
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed that rescue template path shouldn't be hardcoded, then it's easier to h...
David Heinemeier Hansson
2006-10-09
2
-1
/
+3
*
Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...
David Heinemeier Hansson
2006-10-09
3
-1
/
+4
*
Fixed that some 500 rescues would cause 500's themselves because the response...
David Heinemeier Hansson
2006-10-09
2
-1
/
+3
*
Fixed that assert_select selects the wrong tag by its contents (closes #6332)...
David Heinemeier Hansson
2006-10-09
2
-66
/
+81
*
Deprecation cleanup for rescues (closes #6339) [adam]
David Heinemeier Hansson
2006-10-09
1
-4
/
+4
*
Docfix (closes #6356)
David Heinemeier Hansson
2006-10-09
1
-1
/
+9
*
r5515@ks: jeremy | 2006-10-08 13:24:42 -0700
Jeremy Kemper
2006-10-08
3
-2
/
+22
*
cleanup of local_assigns handling and documentation update (closes #6358) [sk...
David Heinemeier Hansson
2006-10-08
1
-6
/
+16
*
add response to list of deprecated instance variables
Jeremy Kemper
2006-10-02
1
-1
/
+1
*
use instance vars in rescue templates since controller may not be instantiate...
Jeremy Kemper
2006-10-02
2
-5
/
+5
*
Fixed some deprecation warnings in ActionPack [Rick Olson]
Rick Olson
2006-09-30
3
-4
/
+5
*
Deprecate @response
Jeremy Kemper
2006-09-29
10
-24
/
+27
*
Deprecate @headers
Jeremy Kemper
2006-09-29
5
-7
/
+9
*
Deprecate @cookies
Jeremy Kemper
2006-09-29
6
-6
/
+8
*
assert_select_rjs decodes escaped unicode chars since the Javascript generato...
Jeremy Kemper
2006-09-29
3
-17
/
+37
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
12
-112
/
+105
*
modify head so that you can specify a bare status code as the first parameter
Jamis Buck
2006-09-28
2
-6
/
+33
*
Add ActionController::Base#head for rendering empty responses. Add support fo...
Jamis Buck
2006-09-28
5
-2
/
+176
*
Fix bug that kept any before_filter except the first one from being able to h...
Rick Olson
2006-09-27
4
-5
/
+52
*
Make sure map.resources(:things, :new => { :new => :any }) correctly sets /th...
Jamis Buck
2006-09-26
2
-10
/
+31
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
3
-1
/
+4
*
whitespace
Jeremy Kemper
2006-09-26
1
-5
/
+5
*
Clear the cache of possible controllers whenever Routes are reloaded.
Nicholas Seckar
2006-09-23
3
-2
/
+32
*
Filters overhaul including meantime filter support for around filters. Closes...
Jeremy Kemper
2006-09-22
4
-230
/
+676
*
use ActiveRecordTestCase
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
use :dependent => :destroy rather than :dependent => true
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
Update RJS render tests.
Sam Stephenson
2006-09-20
2
-3
/
+5
*
Just use the vanilla mime type string, no need for fancy lookups [DHH]
David Heinemeier Hansson
2006-09-20
1
-2
/
+2
*
Update CGI process to allow sessions to contain namespaced models. Closes #4638.
Nicholas Seckar
2006-09-20
2
-1
/
+3
*
Fix routing to respect user provided requirements and defaults when assigning...
Nicholas Seckar
2006-09-20
3
-9
/
+90
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
1
-1
/
+1
*
Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...
Jeremy Kemper
2006-09-18
2
-4
/
+6
*
test default content type for implicit rjs template render
Rick Olson
2006-09-18
2
-0
/
+10
*
Added that respond_to blocks will automatically set the content type to be th...
David Heinemeier Hansson
2006-09-17
4
-2
/
+45
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
11
-14
/
+158
*
Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]
Rick Olson
2006-09-16
2
-28
/
+55
*
Declare file extensions exempt from layouts. Closes #6219.
Jeremy Kemper
2006-09-16
3
-1
/
+51
*
remove implicit primary actions - more pain than gain. test collection actio...
Jeremy Kemper
2006-09-14
2
-32
/
+36
*
Add chained replace/update support for assert_select_rjs [Rick Olson]
Rick Olson
2006-09-14
3
-10
/
+67
*
Make sure that formatted routes for all verbs are created. Still needs to res...
David Heinemeier Hansson
2006-09-13
2
-21
/
+24
*
Load helpers in alphabetical order for consistency. Resolve cyclic javascript...
Jeremy Kemper
2006-09-12
3
-2
/
+5
*
Skip params with empty names, such as the &=Save query string from <input typ...
Jeremy Kemper
2006-09-12
3
-3
/
+15
*
Fix assert_tag so that :content => "foo" does not match substrings, but only ...
Jamis Buck
2006-09-10
3
-3
/
+12
*
Add test case to test attribute matching by assert_tag
Jamis Buck
2006-09-09
1
-0
/
+10
*
Split Form.serialize into Form.serialize and Form.serializeElements. The latt...
David Heinemeier Hansson
2006-09-08
1
-2
/
+6
[prev]
[next]