Yehuda Katz
|
44cdf0c5fe
|
Some merge cleanup
|
2009-02-02 09:54:23 -08:00 |
|
Yehuda Katz
|
3030bc90c9
|
Merge commit 'rails/3-0-unstable'
Conflicts:
actionpack/lib/action_controller/base.rb
actionpack/lib/action_dispatch/http/mime_type.rb
actionpack/lib/action_dispatch/http/request.rb
actionpack/lib/action_view/base.rb
actionpack/lib/action_view/paths.rb
actionpack/test/controller/session/cookie_store_test.rb
actionpack/test/dispatch/rack_test.rb
actionpack/test/dispatch/request_test.rb
|
2009-01-30 11:30:27 -08:00 |
|
Yehuda Katz
|
da10673e32
|
Sync 'rails/rails/master'
|
2009-01-30 10:53:19 -08:00 |
|
Scott Taylor
|
2dedb5b03a
|
Controller, response, and request should all refer to same session, even after a call to session_reset [#1823 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-29 19:39:48 -06:00 |
|
Pratik Naik
|
b3bc4fa5e0
|
Digest#validate_digest_response should accept request instead of controller
|
2009-01-29 22:06:03 +00:00 |
|
Gregg Kellogg
|
306cc2b920
|
Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, Pratik Naik]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-01-29 16:01:59 +00:00 |
|
Nathan de Vries
|
32eeb3e521
|
Ensure that when UrlWriter is included in multiple classes, the default_url_options of one don't affect the other. [#1277 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-01-28 19:31:48 +00:00 |
|
Pratik Naik
|
2ae8d3079b
|
Session cookie header should always be set if :expire_after option is specified
|
2009-01-28 05:05:48 +00:00 |
|
Joshua Peek
|
319ae4628f
|
Move HTTP libs and middleware into ActionDispatch component
|
2009-01-27 18:54:01 -06:00 |
|
Joshua Peek
|
a0f2b1d95d
|
Reorganize ActionController folder structure
|
2009-01-27 18:17:39 -06:00 |
|
Jeremy Kemper
|
9714a9b001
|
Use toplevel reference to ::StringIO since we're in a BasicObject.
|
2009-01-27 15:25:05 -08:00 |
|
Tys von Gaza
|
dd02af5c7e
|
Fix for sweepers method_missing missing &block argument [#1581 status:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
|
2009-01-27 16:11:45 -06:00 |
|
Joshua Peek
|
f17c87665e
|
Fixed deprecated methods on TestSession [#1801 state:resolved]
|
2009-01-27 12:28:05 -06:00 |
|
Pratik Naik
|
57b156b338
|
Dont use Memoizable for ActionController::Request
|
2009-01-27 17:26:37 +00:00 |
|
Joshua Peek
|
a1ac635d96
|
Ensure the full path is used when searching for layouts [#1803 state:resolved]
|
2009-01-27 11:08:29 -06:00 |
|
Yehuda Katz
|
eb9af20b7c
|
Begin unifying the interface between ActionController and ActionView
|
2009-01-22 16:18:10 -06:00 |
|
Joshua Peek
|
73cc5f270a
|
Setup ActiveRecord QueryCache middleware in the initializer
|
2009-01-21 12:44:07 -06:00 |
|
Joshua Peek
|
a8ad6568f9
|
Allow empty files to be uploaded
|
2009-01-20 20:34:35 -06:00 |
|
Joshua Peek
|
7e4d13d357
|
Add MiddlewareStack#swap
config.middleware.swap ActionController::Session::CookieStore, MySessionStore
|
2009-01-20 20:19:52 -06:00 |
|
Mislav Marohnić
|
01f06fc7f4
|
Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-20 12:38:25 -06:00 |
|
Cody Fauser
|
c090e5e075
|
Restore cookie store httponly default to true. Remove extraneous dup of options on initialization [#1784 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-20 11:50:43 -06:00 |
|
Pratik Naik
|
9cefd5ea0c
|
Deprecate ActionController::Base#session_enabled?
|
2009-01-19 18:53:14 +00:00 |
|
Pratik Naik
|
39e1ac658e
|
Merge docrails
|
2009-01-18 18:10:58 +00:00 |
|
Pratik Naik
|
41af606db3
|
Remove script/performance/profiler in favour of performance integration tests.
To continue using script/performance/profiler, install the request_profiler plugin :
script/plugin install git://github.com/rails/request_profiler.git
|
2009-01-18 05:20:39 +00:00 |
|
Joshua Peek
|
ff0a2678c4
|
Build query string and POST params parser on top of Rack::Request. Also switch our multipart parser to use Racks. Moved XML, JSON, and YAML parsers into ActionController::ParamsParser middleware [#1661 state:resolved]
|
2009-01-17 20:29:50 -06:00 |
|
Joshua Peek
|
29e7a02428
|
Ensure any method sent to RewindableIO reads the original IO object [#1767 state:resolved]
|
2009-01-17 11:12:18 -06:00 |
|
Joshua Peek
|
515a1a3328
|
Lock middleware has been committed upstream
|
2009-01-17 10:16:31 -06:00 |
|
Jeremy Kemper
|
78af271069
|
Skip respond_to check so rack.input doesn't have to implement it
|
2009-01-16 20:36:59 -08:00 |
|
Yehuda Katz
|
b8fadd708b
|
Sync 'rails/rails/master'
|
2009-01-14 16:48:57 -08:00 |
|
Joshua Peek
|
b281a6a5b2
|
Use Rack's MethodOverride lib [#1699 state:resolved]
|
2009-01-13 17:26:29 -06:00 |
|
Joshua Peek
|
9775c25824
|
Update multipart tests to expose (another) bug in Rack's multipart parser
|
2009-01-13 17:21:45 -06:00 |
|
Yehuda Katz
|
f65333a4cf
|
Sync 'rails/rails/master'
|
2009-01-13 14:24:14 -08:00 |
|
Joshua Peek
|
1adc1496f9
|
Add RewindableInput wrapper to fix issues with middleware that impolitely eat up non-rewindable input
|
2009-01-13 16:09:51 -06:00 |
|
Yehuda Katz
|
0932b012fa
|
Sync 'rails/rails/master'
|
2009-01-13 13:28:28 -08:00 |
|
Bryan Ash
|
5a43908c74
|
Explicitly read as binary in multipart_body for Windows [#1065 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-13 14:42:43 -06:00 |
|
Cody Fauser
|
d3107ce3b0
|
Use :key instead of old :session_key in session_store.rb generator and docs [#1746 state:resovled]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-13 14:27:23 -06:00 |
|
Pratik Naik
|
c99ef814b0
|
Revert "HTTP Digest authentication [#1230 state:resolved]"
This reverts commit 45dee3842d.
Reasons :
1. The code is not working in it's current state
2. Should not be using exceptions for flow control
|
2009-01-13 16:13:42 +00:00 |
|
Pratik Naik
|
5339f813be
|
Change Object#try to raise NoMethodError on private methods and always return nil when Object is nil [Pratik Naik, Lawrence Pit]
|
2009-01-13 03:28:32 +00:00 |
|
Yehuda Katz
|
e8980ad278
|
Sync 'rails/rails/master'
|
2009-01-09 18:58:47 -08:00 |
|
Joshua Peek
|
ac4bf1180a
|
Ensure we override Rack::Request's POST method too
|
2009-01-09 13:12:39 -06:00 |
|
Joshua Peek
|
282c1d6159
|
Refactor request query string parsing tests
|
2009-01-09 12:52:59 -06:00 |
|
Joshua Peek
|
e1f73aab8c
|
Inherit ActionController::Request from Rack::Request
|
2009-01-09 11:47:44 -06:00 |
|
Jeremy Kemper
|
431e696b89
|
Remove Content-Length header from :no_content responses
|
2009-01-09 00:14:28 -08:00 |
|
Jeremy Kemper
|
72c9834666
|
Set assigns for integration tests also
|
2009-01-09 00:14:28 -08:00 |
|
Jeremy Kemper
|
d99b4ec57f
|
Take care not to mix in public methods
|
2009-01-09 00:14:28 -08:00 |
|
Jeremy Kemper
|
cf09fa74f7
|
Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either.
|
2009-01-09 00:14:27 -08:00 |
|
Jeremy Kemper
|
074414883c
|
Remove Content-Length header from :no_content responses
|
2009-01-07 15:55:28 -08:00 |
|
Jeremy Kemper
|
48963a55c7
|
Set assigns for integration tests also
|
2009-01-07 15:52:19 -08:00 |
|
Jeremy Kemper
|
347db97edd
|
Take care not to mix in public methods
|
2009-01-07 14:49:12 -08:00 |
|
Jeremy Kemper
|
35fa007313
|
Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either.
|
2009-01-07 14:49:05 -08:00 |
|