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_controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Location rather than location header.
Jeremy Kemper
2006-11-26
3
-3
/
+3
*
Fix that redirects should set "Location" header, not "location", and remove d...
David Heinemeier Hansson
2006-11-26
2
-8
/
+1
*
uses_component_template_root looks at caller[0] which turns up the deprecatio...
Jeremy Kemper
2006-11-26
1
-1
/
+1
*
Dont set default charset if the response is sending a file. Closes #6689 [DHH]
David Heinemeier Hansson
2006-11-25
1
-1
/
+5
*
Added CSV to Mime::SET so that respond_to csv will work
Tobias Lütke
2006-11-24
1
-1
/
+1
*
Fixed that HEAD should return the proper Content-Length header (that is, actu...
David Heinemeier Hansson
2006-11-23
1
-8
/
+16
*
* Added GET-masquarading for HEAD, so request.method will return :get even fo...
David Heinemeier Hansson
2006-11-23
1
-4
/
+9
*
Added text/csv as a default mime type and included example on how to make you...
David Heinemeier Hansson
2006-11-23
1
-0
/
+5
*
Update Routing to complain when :controller is not specified by a route. Clos...
Nicholas Seckar
2006-11-22
1
-0
/
+4
*
Ensure render_to_string cleans up after itself when an exception is raised. C...
Jeremy Kemper
2006-11-20
1
-4
/
+2
*
Reuse named route helper module between Routing reloads to prevent memory leaks.
Nicholas Seckar
2006-11-17
1
-1
/
+5
*
ActionView::Base.erb_variable accessor names the buffer variable used to rend...
Jeremy Kemper
2006-11-17
1
-1
/
+1
*
Deprecate standalone components.
Jeremy Kemper
2006-11-16
1
-0
/
+2
*
ARStore needs a data reader method. Closes #4795.
Jeremy Kemper
2006-11-15
1
-0
/
+2
*
assert_select_rjs :remove
Jeremy Kemper
2006-11-15
1
-7
/
+21
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
4
-13
/
+34
*
test controller rescues
Jeremy Kemper
2006-11-13
2
-70
/
+92
*
Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/ass...
Jeremy Kemper
2006-11-11
1
-1
/
+11
*
Multipart form values may have a content type without being treated as upload...
Jeremy Kemper
2006-11-09
1
-32
/
+39
*
assert_response supports symbolic status codes. Closes #6569.
Jeremy Kemper
2006-11-07
1
-11
/
+15
*
Cache parsed query parameters. Closes #6559.
Jeremy Kemper
2006-11-06
1
-7
/
+8
*
Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.
Jeremy Kemper
2006-11-02
1
-0
/
+1
*
Document that expire_fragment with regexp arg fails on memcached and other ca...
Jeremy Kemper
2006-11-02
1
-1
/
+6
*
Fix scaffolding from using deprecated :post => true (closes #6499)
David Heinemeier Hansson
2006-10-26
1
-1
/
+1
*
Use new deprecate syntax so that alternatives are given with the warning
Jamis Buck
2006-10-24
1
-26
/
+26
*
More consistent implementation of filter replacement (thanks Martin! closes #...
Jamis Buck
2006-10-21
1
-42
/
+22
*
Force *_url named routes to show the host in ActionView [Rick]
Rick Olson
2006-10-20
1
-1
/
+1
*
GET parameter keys can be escaped too [DHH]
David Heinemeier Hansson
2006-10-17
1
-1
/
+1
*
Fix deprecation warnings when rendering the template error template.
Jamis Buck
2006-10-16
1
-1
/
+1
*
Fix routing to correctly determine when generation fails. Closes #6300.
Nicholas Seckar
2006-10-16
1
-1
/
+1
*
Fix broken assert_generates when extra keys are being checked.
Jamis Buck
2006-10-16
1
-1
/
+1
*
remove an obsolete #dup call. avoid double negatives, to make the code easier...
Jamis Buck
2006-10-15
1
-3
/
+2
*
make sure filters in subclasses with :only or :except conditions are treated ...
Jamis Buck
2006-10-14
1
-2
/
+29
*
Make page caching respect the format of the resource that is being requested ...
Marcel Molina
2006-10-12
1
-3
/
+3
*
Install named routes into ActionView::Base instead of proxying them to the vi...
Nicholas Seckar
2006-10-11
1
-5
/
+2
*
Fix typo
Nicholas Seckar
2006-10-09
1
-2
/
+2
*
Fix relative URL root matching problems
Jamis Buck
2006-10-09
1
-4
/
+3
*
r5540@ks: jeremy | 2006-10-08 23:05:30 -0700
Jeremy Kemper
2006-10-09
1
-73
/
+73
*
render_text may optionally append to the response body. render_javascript app...
Jeremy Kemper
2006-10-09
1
-4
/
+11
*
Fixed that caches_action breaks with file extensions (closes #6257) [Catfish]
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
1
-1
/
+1
*
Fixed that some 500 rescues would cause 500's themselves because the response...
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed that assert_select selects the wrong tag by its contents (closes #6332)...
David Heinemeier Hansson
2006-10-09
1
-66
/
+64
*
Deprecation cleanup for rescues (closes #6339) [adam]
David Heinemeier Hansson
2006-10-09
1
-4
/
+4
*
r5515@ks: jeremy | 2006-10-08 13:24:42 -0700
Jeremy Kemper
2006-10-08
1
-2
/
+3
*
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
2
-4
/
+3
*
Deprecate @response
Jeremy Kemper
2006-09-29
7
-23
/
+24
*
Deprecate @headers
Jeremy Kemper
2006-09-29
2
-6
/
+6
[next]