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
*
Revert "Merge pull request #7452 from arunagw/memcached_dalli"
Jon Leighton
2012-08-31
1
-4
/
+4
*
Revert "Add missing require"
Jon Leighton
2012-08-31
1
-1
/
+0
*
Add Missing Keys from Journey on failed URL format
schneems
2012-08-28
2
-6
/
+17
*
Add missing require
Rafael Mendonça França
2012-08-28
1
-0
/
+1
*
Let's run action pack tests with Dalli
Arun Agrawal
2012-08-27
1
-4
/
+4
*
Make sure :via works with mount
Pratik Naik
2012-08-20
1
-0
/
+9
*
Added X-Content-Type-Options to the header defaults.
Jim Jones
2012-08-18
1
-1
/
+3
*
Extract common controllers to abstract_unit
Rafael Mendonça França
2012-08-13
1
-16
/
+4
*
Implementing Routing Concerns
Rafael Mendonça França
2012-08-13
1
-0
/
+94
*
push header merge down to a private method so that live responses can have th...
Aaron Patterson
2012-08-13
1
-0
/
+11
*
live response headers can be merged with a hash
Aaron Patterson
2012-08-13
1
-0
/
+6
*
Fix handling SCRIPT_NAME from within mounted engine's
Piotr Sarnacki
2012-08-11
1
-18
/
+0
*
Test actual content of permanent cookie
brainopia
2012-08-10
1
-1
/
+1
*
some tests
Egor Homakov
2012-08-09
1
-0
/
+27
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
freeze the header object
Aaron Patterson
2012-07-29
1
-0
/
+2
*
raise exceptions on header set after response committed
Aaron Patterson
2012-07-29
1
-0
/
+19
*
make sure appropriate headers are set and deleted
Aaron Patterson
2012-07-29
1
-0
/
+11
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+34
*
adding a buffered stream to the response object
Aaron Patterson
2012-07-29
1
-0
/
+20
*
fix failure test 'test_can_wait_until_commit(ResponseTest)' in actionpack
Vladimir Strakhov
2012-07-28
1
-2
/
+2
*
threads can wait on responses to be committed
Aaron Patterson
2012-07-27
1
-0
/
+9
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-8
/
+0
*
Don't assume resource param is :id when using shallow routes
Andrew White
2012-07-20
1
-0
/
+12
*
Support constraints on resource custom params when nesting
Andrew White
2012-07-20
1
-1
/
+12
*
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-0
/
+27
*
Raise a helpful error message on #mount misuse
Carl Lerche
2012-07-10
1
-0
/
+9
*
Rename RouteInspector to RoutesInspector
Carlos Antonio da Silva
2012-07-08
1
-2
/
+2
*
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
1
-0
/
+170
*
Prevent conflict between mime types and Object methods
Mircea Pricop
2012-07-06
1
-0
/
+14
*
Remove more tests related to draw external routes files
Rafael Mendonça França
2012-06-29
2
-51
/
+1
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-2
/
+2
*
Fix build
Santiago Pastorino
2012-06-13
1
-2
/
+2
*
Array parameters should not contain nil values.
Aaron Patterson
2012-06-12
1
-0
/
+4
*
both string and sumbol will be interpolated as string no need to convert to_s
ganesh
2012-06-11
1
-5
/
+5
*
Merge branch 'master-sec'
Aaron Patterson
2012-05-31
1
-1
/
+6
|
\
|
*
Strip [nil] from parameters hash.
Aaron Patterson
2012-05-30
1
-1
/
+6
*
|
Remove implicit dependency on pathname
José Valim
2012-05-25
1
-1
/
+1
*
|
Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...
Philip Arndt
2012-05-23
1
-0
/
+16
|
/
*
Fix bug when Rails.application is defined but is nil. See #881
Marc-Andre Lafortune
2012-05-21
1
-0
/
+7
*
Return 400 Bad Request for URL paths with invalid encoding.
Andrew White
2012-05-20
1
-0
/
+31
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
4
-1
/
+29
*
Raise Assertion instead of RoutingError for routing assertion failures.
David Chelimsky
2012-05-20
1
-6
/
+6
*
Add the #unshift method to the middleware stack
Rich Healey
2012-05-18
1
-2
/
+7
*
add tests and external file backtrace for Routing::Mapper#draw
Kornelius Kalnbach
2012-05-15
1
-0
/
+49
*
Copy literal route constraints to defaults - fixes #3571 and #6224.
Andrew White
2012-05-11
2
-3
/
+45
*
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
1
-0
/
+35
*
Refactor Generator class to not rely on in-place editing the controller
Andrew White
2012-05-09
1
-6
/
+6
*
Fix bug when url_for changes controller.
Nikita Beloglazov
2012-05-09
1
-0
/
+9
[next]