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
/
controller
/
webservice_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
use spec compliant YAML
Aaron Patterson
2011-01-21
1
-1
/
+1
*
Initialize ivars in tests.
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-2
/
+2
*
Consistent routing language
Joshua Peek
2010-03-30
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/rails
Carlhuda
2010-02-25
1
-1
/
+1
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-1
/
+1
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
1
-3
/
+1
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-1
/
+0
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
1
-2
/
+2
*
Reset session in integration tests after changing routes to reload the middle...
Joshua Peek
2009-08-27
1
-0
/
+1
*
Move legacy param_parsers config onto AD::ParamsParser
Joshua Peek
2009-08-21
1
-62
/
+67
*
Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...
Jeremy Kemper
2009-05-21
1
-2
/
+2
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-2
/
+0
*
Refactor SessionFixationTest and WebServiceTest with IntegrationTest so they ...
Joshua Peek
2008-12-04
1
-144
/
+178
*
Remove XmlSimple dependencies
Jeremy Kemper
2008-11-25
1
-5
/
+4
*
Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu]
Jeremy Kemper
2008-02-27
1
-2
/
+47
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-3
/
+6
*
Introduce the request.body stream. Lazy-read to parse parameters rather than ...
Jeremy Kemper
2007-05-15
1
-7
/
+3
*
Removed ill faded xml_node class from codebase. Use XmlSimple instead
Tobias Lütke
2007-04-09
1
-57
/
+3
*
Deprecation: remove deprecated request methods.
Jeremy Kemper
2007-03-13
1
-9
/
+0
*
Added Hash.create_from_xml(string) which will create a hash from a XML string...
David Heinemeier Hansson
2006-06-16
1
-7
/
+0
*
Make sure xml_simple requests don't blow up if an empty request body is recieved
Jamis Buck
2006-03-18
1
-0
/
+6
*
Add a test to make sure basic XML entities get unescaped properly
Jamis Buck
2006-03-18
1
-0
/
+8
*
XML-formatted requests are typecast according to "type" attributes for :xml_s...
Jamis Buck
2006-03-18
1
-1
/
+53
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
1
-3
/
+28
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
1
-5
/
+5
*
Added better support for using the same actions to output for different sourc...
David Heinemeier Hansson
2006-03-11
1
-1
/
+1
*
ActionController::Base.param_parsers now accept symbols. currently supported ...
Tobias Lütke
2006-03-05
1
-2
/
+20
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-0
/
+146