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
*
Modify routing so that you can say :require => { :method => :post } for a rou...
Jamis Buck
2006-04-13
1
-5
/
+12
*
Added :add_headers option to verify which merges a hash of name/value pairs i...
Sam Stephenson
2006-04-08
1
-0
/
+4
*
Added ActionController.filter_parameter_logging that makes it easy to remove ...
David Heinemeier Hansson
2006-04-07
1
-1
/
+48
*
Do filter condition lookup against the actual hash
Marcel Molina
2006-04-06
1
-1
/
+1
*
Honor skipping filters conditionally for only certain actions even when the p...
Marcel Molina
2006-04-05
1
-0
/
+13
*
Delegate xml_http_request in integration tests to the session instance.
Jamis Buck
2006-04-04
1
-1
/
+1
*
Update the diagnostics template skip the useless '<controller not set>' text.
Nicholas Seckar
2006-04-04
1
-2
/
+4
*
CHANGED DEFAULT: Don't parse YAML input by default, but keep it available as ...
David Heinemeier Hansson
2006-04-04
1
-7
/
+9
*
Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...
David Heinemeier Hansson
2006-04-01
1
-1
/
+1
*
Add documentation for respond_to
Marcel Molina
2006-03-28
1
-0
/
+87
*
Fixed docs
David Heinemeier Hansson
2006-03-28
8
-29
/
+26
*
Spell existence properly (closes #4442)
David Heinemeier Hansson
2006-03-27
1
-2
/
+2
*
add the TestCase.fixture_path when testing file uploads
Rick Olson
2006-03-27
1
-1
/
+1
*
Use example.com as standard (closes #4413) [anna]
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Enable application/x-yaml processing by default
Jamis Buck
2006-03-25
1
-6
/
+7
*
Fix assert_redirected_to so it works with symbols
Jamis Buck
2006-03-20
1
-2
/
+2
*
Comments, comments
David Heinemeier Hansson
2006-03-20
1
-0
/
+3
*
My beautiful eyes [DHH]
David Heinemeier Hansson
2006-03-20
2
-3
/
+3
*
Updated Kernel#returning for the AP performance patch [DHH]
David Heinemeier Hansson
2006-03-20
1
-1
/
+1
*
fix usage of #returning in ActionController::Base
Rick Olson
2006-03-20
1
-1
/
+1
*
Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...
David Heinemeier Hansson
2006-03-20
6
-63
/
+59
*
If RAW_POST_DATA was set explicitly, use that (closes #4281)
David Heinemeier Hansson
2006-03-19
1
-6
/
+10
*
Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...
Rick Olson
2006-03-19
1
-2
/
+3
*
Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...
David Heinemeier Hansson
2006-03-18
1
-11
/
+5
*
Added easy support for testing file uploads with fixture_file_upload (closes ...
David Heinemeier Hansson
2006-03-18
1
-0
/
+43
*
Make sure xml_simple requests don't blow up if an empty request body is recieved
Jamis Buck
2006-03-18
1
-5
/
+6
*
Add ability for relative_url_root to be specified via an environment variable...
Nicholas Seckar
2006-03-18
1
-2
/
+11
*
Just use a normal update on the indifferent hash
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Add Integration::Session.accept for setting the HTTP Accept header to use (de...
Jamis Buck
2006-03-18
1
-1
/
+6
*
rename 'integration_test.rb' -> 'integration.rb'
Jamis Buck
2006-03-18
1
-0
/
+0
*
Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
1
-2
/
+4
*
Make Mime::Type.parse consider q values (if any)
Jamis Buck
2006-03-18
1
-13
/
+67
*
XML-formatted requests are typecast according to "type" attributes for :xml_s...
Jamis Buck
2006-03-18
1
-1
/
+43
*
Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]
David Heinemeier Hansson
2006-03-18
1
-7
/
+8
*
Be sure to look at array elements when dasherizing keys of a formatted request
Jamis Buck
2006-03-17
1
-9
/
+11
*
Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]
David Heinemeier Hansson
2006-03-16
1
-13
/
+19
*
Explain thyself
Nicholas Seckar
2006-03-16
1
-0
/
+1
*
Added protection against proxy setups treating requests as local even when th...
David Heinemeier Hansson
2006-03-16
1
-1
/
+1
*
Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...
David Heinemeier Hansson
2006-03-16
1
-0
/
+10
*
Breakpoints in running code makes for no fun ;)
David Heinemeier Hansson
2006-03-16
1
-1
/
+0
*
Fixes a bug in routes controller traversing which caused it to fail on for do...
Tobias Lütke
2006-03-15
1
-2
/
+3
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
2
-2
/
+14
*
Add MimeResponds::Responder#any for managing multiple types with identical re...
Jamis Buck
2006-03-15
1
-0
/
+4
*
use "mime_type" instead of "format"
Jamis Buck
2006-03-15
1
-1
/
+1
*
Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::...
Jamis Buck
2006-03-15
1
-3
/
+5
*
Make the xml_http_request testing method set the HTTP_ACCEPT header
Jamis Buck
2006-03-14
1
-0
/
+2
*
Add verification to scaffolds (generated and reflection based). Require POST...
Michael Koziarski
2006-03-14
2
-1
/
+6
*
Simplify controller_path
Nicholas Seckar
2006-03-13
2
-10
/
+23
*
Always use application/xml, then the charset is determined by the XML doc
David Heinemeier Hansson
2006-03-13
1
-1
/
+1
*
The mere existance of a rjs file shouldnt cause the layout to disappear. Made...
David Heinemeier Hansson
2006-03-13
1
-1
/
+1
[next]