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
...
*
Failing tests for path parameter escaping
Jeremy Kemper
2011-10-13
1
-0
/
+27
*
allow shorthand routes with nested optional parameters
Diego Carrion
2011-10-10
1
-0
/
+11
*
:subdomain can now be specified with a value of false in url_for, allowing fo...
Kamil Sobieraj
2011-10-04
1
-0
/
+1
*
fix deprecation warning in cookie_store_test
Vijay Dev
2011-09-25
1
-1
/
+1
*
Implement Mime::Type#respond_to? (consistently with #method_missing)
Evgeniy Dolzhenko
2011-09-25
1
-0
/
+2
*
Fix named routes modifying arguments
Pawel Pierzchala
2011-09-22
1
-0
/
+11
*
all routes can be stored in the Journey Routes object
Aaron Patterson
2011-09-12
1
-0
/
+1
*
CookieJar is enumerable. fixes #2795
Aaron Patterson
2011-09-01
1
-0
/
+16
*
when calling url_for with a hash, additional (likely unwanted) values (such a...
Andrew Kaspick
2011-08-11
1
-0
/
+12
*
fixing wildcard path matching when wildcard is inside parenthesis
Aaron Patterson
2011-07-26
1
-0
/
+7
*
Allow a route to have :format => true
Erik Michaels-Ober
2011-07-25
1
-0
/
+7
*
Merge pull request #2245 from davidtrogers/constraints_block_passed_to_follow...
Santiago Pastorino
2011-07-25
1
-0
/
+20
|
\
|
*
Ensure the constraints block is only applied to the correct route
Dave Rogers
2011-07-25
1
-0
/
+20
*
|
Make polymorphic_url calls go through application helpers again.
thedarkone
2011-07-25
1
-0
/
+12
|
/
*
Check Accept and Content-Type headers before evaluating them in xhr requests....
ogeidix
2011-07-19
1
-0
/
+6
*
assert nothing raised for setting a cookie value to nil in ActionDispatch
Bradford Folkens
2011-07-14
1
-0
/
+5
*
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
[prev]
[next]