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
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add has_key? and key? methods to CookieJar removed in 0ca69ca65f83b4bb34f8
José Valim
2011-06-30
1
-0
/
+9
*
No need to register again. As it's default now.
Arun Agrawal
2011-06-28
1
-3
/
+3
*
Fix test to use Mime::Zip
Arun Agrawal
2011-06-28
1
-1
/
+1
*
Use assert_equal instead of assert in uploaded file test.
Lukáš Konarovský
2011-06-15
1
-1
/
+1
*
all requests are utf-8. Don't use the external encoding.
Damien Mathieu
2011-06-14
1
-6
/
+1
*
encode the uploaded file's name in the default external encoding - Closes #869
Damien Mathieu
2011-06-14
1
-0
/
+12
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+0
*
Add backward compatibility for testing cookies
Andrew White
2011-06-05
1
-2
/
+49
*
Ensure cookie keys are strings
Andrew White
2011-06-05
1
-0
/
+9
*
Refactor ActionController::TestCase cookies
Andrew White
2011-06-04
2
-24
/
+21
*
removed deprecated methods, and related tests, from ActionPack
Josh Kalderimis
2011-05-24
1
-37
/
+0
*
Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...
Jon Leighton
2011-05-23
1
-1
/
+1
*
adding test
steve
2011-05-19
1
-4
/
+8
*
Dump and load rack-cache stuff.
José Valim
2011-05-17
1
-0
/
+21
*
Fix previous commit by allowing a proc to be given as response_body. This is ...
José Valim
2011-05-10
1
-5
/
+4
*
Merge pull request #446 from danielstutzman/response_body_is_proc
José Valim
2011-05-10
1
-0
/
+38
|
\
|
*
New test: setting response_body to a Proc should be supported.
Daniel Stutzman
2011-05-07
1
-0
/
+38
*
|
Logs should show overridden method; Issue 426
David Lee
2011-05-07
1
-0
/
+7
*
|
Don't pluralize, camelize.
José Valim
2011-05-06
1
-2
/
+2
|
/
*
Fix renew feature on cookies.
José Valim
2011-05-04
1
-0
/
+16
*
Fix .subdomain regression.
José Valim
2011-05-04
1
-0
/
+9
*
Sets the HTTP charset parameter for rescue response.
Matias Korhonen
2011-05-03
1
-0
/
+7
*
Static middleware accepts cache control.
José Valim
2011-05-03
1
-1
/
+7
*
Multipart is now fixed in Rack.
José Valim
2011-05-03
1
-14
/
+8
*
Koz asked to test something crazy.
José Valim
2011-05-02
1
-0
/
+12
*
Add ignore_accept_header config to AD::Request.
José Valim
2011-05-02
1
-0
/
+22
*
Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash
Prem Sichanugrist
2011-05-03
2
-0
/
+91
*
Fix tests, main_app mounted helper must be defined explicitly now.
Piotr Sarnacki
2011-04-25
1
-0
/
+1
*
Do not inherit from Rack::Response, remove a shit-ton of unused code.
José Valim
2011-04-19
1
-16
/
+0
*
Make static faster as we don't have to serve multiple paths anymore.
José Valim
2011-04-15
1
-32
/
+1
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Fix failing test case on master
Prem Sichanugrist
2011-04-10
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Revert "Use freeze instead of close!"
Santiago Pastorino
2011-04-07
1
-6
/
+0
*
cookies here
Santiago Pastorino
2011-04-07
1
-3
/
+3
*
Use freeze instead of close!
Santiago Pastorino
2011-04-06
1
-0
/
+6
*
Delete useless arguments
Santiago Pastorino
2011-04-06
1
-6
/
+6
*
Delete useless env variable
Santiago Pastorino
2011-04-06
1
-9
/
+3
*
Add tests to verify that signed and permanent cookies raises if someone tries
Santiago Pastorino
2011-04-06
1
-0
/
+51
*
raise if someone tries to modify the cookies when it was already streamed bac...
Santiago Pastorino
2011-04-06
1
-0
/
+51
*
Remove 'warning: ambiguous first argument' when running ActionPack tests
Sebastian Martinez
2011-03-29
1
-2
/
+2
*
Move mapper_test to the appropriate location
Prem Sichanugrist
2011-03-29
1
-0
/
+88
*
correction to the outputted controller name in the diagnostics error template...
Josh Kalderimis
2011-03-24
1
-0
/
+16
*
Filter sensitive query string parameters in the log [#6244 state:committed]
Prem Sichanugrist & Xavier Noria
2011-03-11
1
-0
/
+38
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
2
-2
/
+67
*
Raise ArgumentError if route name is invalid [#6517 state:resolved]
Andrew White
2011-03-06
1
-0
/
+32
*
make sure string keys are always looked up from the class cache
Aaron Patterson
2011-03-02
1
-0
/
+25
*
Ruby 1.8: Y U NO FUN?
Aaron Patterson
2011-03-02
1
-1
/
+3
*
refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...
Aaron Patterson
2011-03-01
1
-0
/
+50
[next]