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
*
Make actionpack frozen string friendly
Kir Shatrov
2017-07-24
1
-2
/
+4
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-23
/
+23
*
Transform the mime object to symbol when registering the parsers
Rafael Mendonça França
2016-02-22
1
-1
/
+1
*
Use symbol of mime type instead of object to get correct parser
Mehmet Emin İNAÇ
2016-02-22
1
-2
/
+2
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-2
/
+2
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-2
/
+2
*
do not instantiate a param parser middleware
Aaron Patterson
2015-09-18
1
-8
/
+12
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-2
/
+2
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-1
/
+7
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-5
/
+5
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-7
/
+16
*
Do not rescue Exception in ParamsParser
Yuki Nishijima
2014-11-23
1
-0
/
+10
*
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-1
/
+2
*
Remove XML Parser from ActionDispatch
Prem Sichanugrist
2013-02-20
1
-131
/
+15
*
Remove yaml Proc param parser test
Brendon Murphy
2013-01-28
1
-13
/
+0
*
Remove :yaml related tests and fix other related to parsing empty arrays
Carlos Antonio da Silva
2013-01-08
1
-43
/
+0
*
CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.
Jeremy Kemper
2013-01-08
1
-0
/
+13
*
Revert "Merge branch 'master-sec'"
Jeremy Kemper
2013-01-08
1
-13
/
+0
*
CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.
Jeremy Kemper
2013-01-08
1
-0
/
+13
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-2
/
+0
*
try not to use assert_blank when nil will would
Neeraj Singh
2011-06-11
1
-2
/
+2
*
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
[next]