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_dispatch/middleware
Eliot Sykes 3ff39494cd config.static_index configures directory index "index.html" filename
Set `config.static_index` to serve a static directory index file not
named `index`. For example, to serve `main.html` instead of `index.html`
for directory requests, set `config.static_index` to `"main"`.
2015-05-28 09:41:00 +01:00
..
session Explained how to set session expiry through session_store config 2015-02-27 10:29:44 +00:00
templates Change filter on /rails/info/routes to use an actual path regexp from rails 2015-02-23 19:57:01 +03:00
callbacks.rb [ci skip] Fix comment of ActionDispatch::Callbacks 2014-11-23 13:22:36 +09:00
cookies.rb Document :tld_length option for cookies. 2015-04-29 14:15:18 -07:00
debug_exceptions.rb Action View is needed for DebugExceptions 2014-12-02 15:06:50 -02:00
exception_wrapper.rb require rack/utils in exception_wrapper 2015-02-12 14:56:35 -08:00
flash.rb Migrate old flash behaviour 2015-01-30 09:47:03 +11:00
params_parser.rb Do not rescue Exception in ParamsParser 2014-11-23 13:47:09 -08:00
public_exceptions.rb Fix ActionDispatch::PublicExceptions returning string rack status 2015-03-23 13:15:59 +00:00
reloader.rb Use ruby 1.9 lambda syntax in documentations [ci skip] 2015-05-03 02:50:31 +03:00
remote_ip.rb Don't rescue IPAddr::InvalidAddressError 2014-08-29 09:05:31 +02:00
request_id.rb add a branch to eliminate multiple nil checks 2015-05-23 11:38:23 -07:00
show_exceptions.rb Stash original path in ShowExceptions middleware 2014-07-14 11:55:44 +01:00
ssl.rb Avoid URI parsing 2014-04-09 14:19:53 -03:00
stack.rb Add the #unshift method to the middleware stack 2012-05-18 16:41:52 +10:00
static.rb config.static_index configures directory index "index.html" filename 2015-05-28 09:41:00 +01:00