1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
Ryan Angilly dd2eb1ea7c adding session_options initialization and test [#2303 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-03-24 10:54:19 -05:00
..
assertions Merge docrails 2009-01-18 18:10:58 +00:00
caching Ensure correct content type is declared after cache hits on actions with string cache keys [#1585 state:resolved] 2009-03-10 23:31:19 +00:00
cgi_ext Switch to Rack based session stores. 2008-12-15 16:33:31 -06:00
routing Ensure blank path_prefix works as expected [#2122 state:resolved] 2009-03-09 15:27:13 +00:00
session Session LazyHash#inspect triggers the hash to load 2009-02-07 16:47:44 -06:00
templates/rescues Silence server backtrace in rescue templates and log files. Also remove some noise from missing template errors. 2008-12-05 11:24:28 -06:00
vendor Ensure our bundled version of rack is at the front of the load path 2009-03-15 22:54:26 -05:00
base.rb Return body parts directly to Rack rather than building a response string ourselves. Allows Rack middleware to orchestrate response building. 2009-03-12 21:47:34 -07:00
benchmarking.rb Use status response accessor instead of the 'Status' header 2008-12-19 15:05:51 -06:00
caching.rb Autoload ActionController::Caching::Sweeper constant [#1977 state:resolved] 2009-02-16 14:37:42 -06:00
cgi_ext.rb Switch to Rack based session stores. 2008-12-15 16:33:31 -06:00
cgi_process.rb Special case in deprecated CGI proxy layer for Mongrel CGI cookies [#1957 state:resolved] 2009-02-16 22:17:54 -06:00
cookies.rb Deprecate ActionController::Response#set_cookie :http_only option infavor of :httponly 2009-02-07 15:37:54 -06:00
dispatcher.rb Ensure ActiveRecord session store's connections are checked in after each request [#1927 state:resolved] 2009-02-24 11:34:32 -06:00
failsafe.rb Use more generic test env flag 2008-12-18 12:57:37 -06:00
filters.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
flash.rb Merge docrails 2009-01-18 18:10:58 +00:00
headers.rb Simplifying usage of ETags and Last-Modified and conditional GET requests 2008-08-07 23:43:12 -07:00
helpers.rb Inline code comments for class_eval/module_eval [#1657 state:resolved] 2008-12-28 19:49:28 +00:00
http_authentication.rb Support MD5 passwords for Digest auth and use session_options[:secret] in nonce [#2209 state:resolved] 2009-03-12 13:24:54 +00:00
integration.rb Merge branch 'master' into bodyparts 2009-03-18 11:18:48 -07:00
layout.rb fix HTML fallback for explicit templates [#2052 state:resolved] 2009-03-07 13:32:46 -06:00
middleware_stack.rb Lazy evaluate middleware arguments [#2028 state:resolved] 2009-02-20 10:50:21 -06:00
middlewares.rb Lazy evaluate middleware arguments [#2028 state:resolved] 2009-02-20 10:50:21 -06:00
mime_responds.rb Inline code comments for class_eval/module_eval [#1657 state:resolved] 2008-12-28 19:49:28 +00:00
mime_type.rb Fix Mime::Type#=~ not using Regexp.quote 2008-12-21 02:24:22 +00:00
mime_types.rb Added application/jsonrequest as a synonym for application/json 2008-07-02 11:39:42 -07:00
params_parser.rb 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
performance_test.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
polymorphic_routes.rb Handle irregular plurals in polymorphic_urls [#2212 state:resolved] 2009-03-12 17:02:07 +00:00
record_identifier.rb Correct code example in dom_id docs. [#437 state:resolved] 2008-06-17 00:32:37 -07:00
reloader.rb Move development mode reloading up the stack to avoid issues with class reloading in middleware 2009-02-20 12:04:57 -06:00
request.rb reset_session should force a new session id to be generated [#2173] 2009-03-09 22:46:03 -05:00
request_forgery_protection.rb Change the forgery token implementation to just be a simple random string. 2008-11-23 14:28:34 +01:00
rescue.rb Port fast reloadable templates from rails-dev-boost. 2009-02-12 13:04:12 -06:00
resources.rb Fix requirements for additional member/collection routes [#2054 state:resolved] 2009-03-14 10:06:00 -05:00
response.rb Extract Response#string_body? 2009-03-13 02:15:51 -07:00
rewindable_input.rb Use toplevel reference to ::StringIO since we're in a BasicObject. 2009-01-27 15:25:05 -08:00
routing.rb Support OPTIONS verb in route conditions [#1727 state:resolved] 2009-03-08 12:37:17 +00:00
session_management.rb Merge docrails 2009-01-18 18:10:58 +00:00
status_codes.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
streaming.rb Merge with docrails 2009-02-24 12:29:25 +00:00
test_case.rb Workaround jruby issue with protected module attr_accessor showing up as public in included class 2009-02-02 22:39:02 -08:00
test_process.rb adding session_options initialization and test [#2303 state:resolved] 2009-03-24 10:54:19 -05:00
translation.rb Added ActionController::Translation module delegating to I18n #translate/#t and #localize/#l [status:committed #1008] 2008-09-10 00:39:54 -05:00
uploaded_file.rb 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
url_rewriter.rb Ensure that when UrlWriter is included in multiple classes, the default_url_options of one don't affect the other. [#1277 state:resolved] 2009-01-28 19:31:48 +00:00
verification.rb Update bundled Rack for Ruby 1.9 spec changes 2009-02-07 16:18:09 -06:00