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
2009-02-28 10:33:42 +01:00
..
assertions Merge docrails 2009-01-18 18:10:58 +00:00
caching Fix for sweepers method_missing missing &block argument [#1581 status:committed] 2009-01-27 16:11:45 -06:00
cgi_ext
routing Ruby 1.9 compat: silence a warning about regexp languages 2009-02-25 09:38:26 -08:00
session Session LazyHash#inspect triggers the hash to load 2009-02-07 16:47:44 -06:00
templates/rescues
vendor Update bundled rack to fix more parameter parsing issues 2009-02-14 18:23:08 -06:00
base.rb Added ability to pass in :public => true to fresh_when, stale?, and expires_in to make the request proxy cachable [#2095 state:committed] 2009-02-28 10:33:42 +01:00
benchmarking.rb
caching.rb Autoload ActionController::Caching::Sweeper constant [#1977 state:resolved] 2009-02-16 14:37:42 -06:00
cgi_ext.rb
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
filters.rb
flash.rb Merge docrails 2009-01-18 18:10:58 +00:00
headers.rb
helpers.rb Inline code comments for class_eval/module_eval [#1657 state:resolved] 2008-12-28 19:49:28 +00:00
http_authentication.rb Fixed http digest authentication to use credentials URI passed from client. [#1848 state:resolved] 2009-02-16 20:20:23 +01:00
integration.rb Update bundled Rack for Ruby 1.9 spec changes 2009-02-07 16:18:09 -06:00
layout.rb correctly handle layouts for AJAX requests and regular js files [#2052 state:resolved] 2009-02-24 10:38:07 -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
mime_types.rb
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
polymorphic_routes.rb Inline code comments for class_eval/module_eval [#1657 state:resolved] 2008-12-28 19:49:28 +00:00
record_identifier.rb
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 Force all internal calls to Array#to_sentence to use English [#2010 state:resolved] 2009-02-27 14:22:39 +01:00
request_forgery_protection.rb
rescue.rb Port fast reloadable templates from rails-dev-boost. 2009-02-12 13:04:12 -06:00
resources.rb Removed map.resources :only/:except inheritance 2009-02-01 14:47:56 +13:00
response.rb Removed dead convert_expires! in Response [#1952 state:resolved] 2009-02-16 14:18:06 -06: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 Merge docrails 2009-01-18 18:10:58 +00:00
session_management.rb Merge docrails 2009-01-18 18:10:58 +00:00
status_codes.rb
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 Temporarily bundle Rack 1.0 prerelease for testing 2009-02-07 00:08:28 -06:00
translation.rb
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