| Commit message (Expand) | Author | Age | Files | Lines |
* | annoted_source_code may return nil if an error happens during template compil... | José Valim | 2010-08-16 | 1 | -1/+1 |
* | Moves local_request? to require.local? | Santiago Pastorino | 2010-08-13 | 1 | -8/+1 |
* | Use Rack::Utils.bytesize when calculating content-length of exception pages. ... | Tarsoly András | 2010-06-20 | 1 | -1/+1 |
* | Ensure show exceptions middleware properly filters backtrace before logging. | José Valim | 2010-06-09 | 1 | -1/+1 |
* | Accept both regexps and strings for LOCALHOST. | José Valim | 2010-06-08 | 1 | -2/+2 |
* | Make sure that rails recognized the full notation of IPv6 loopback address, a... | Prem Sichanugrist | 2010-06-08 | 1 | -2/+2 |
* | Include backtrace in failsafe log. Rescue possible exceptions in failsafe res... | Jeremy Kemper | 2010-06-04 | 1 | -1/+1 |
* | Use annoted source code in Template:Error to avoid special cases in the show ... | José Valim | 2010-05-09 | 1 | -8/+4 |
* | RouteSet does not raise ActionController::RoutingError when no routes match a... | Carl Lerche | 2010-04-30 | 1 | -1/+11 |
* | Remove outdated docs. | José Valim | 2010-02-09 | 1 | -14/+0 |
* | Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu... | Prem Sichanugrist | 2010-01-17 | 1 | -2/+2 |
* | Add ActionDispatch::Notifications middleware. | José Valim | 2010-01-17 | 1 | -5/+2 |
* | Use backtrace cleaner for dev mode exception page | Joshua Peek | 2010-01-16 | 1 | -3/+18 |
* | @_formats initialization should be AbstractController::Base. | José Valim | 2010-01-04 | 1 | -1/+1 |
* | Add notifications to ActionDispatch::ShowExceptions, this can be used as hook... | José Valim | 2010-01-03 | 1 | -2/+22 |
* | All AD modules are "deferrable" | Joshua Peek | 2009-12-22 | 1 | -1/+2 |
* | AD::StatusCodes support is now part of rack | Joshua Peek | 2009-12-22 | 1 | -1/+1 |
* | Use AbstractController error constants | Joshua Peek | 2009-12-16 | 1 | -3/+2 |
* | Reduce usage of interpret_status. It should also return a integer | Joshua Peek | 2009-12-10 | 1 | -3/+1 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -2/+2 |
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -0/+2 |
* | Make the default 500 Internal Server Error page more friendly. Many people do... | Hongli Lai (Phusion) | 2009-05-27 | 1 | -1/+4 |
* | Got all the dispatch tests running on new base | Carl Lerche | 2009-05-26 | 1 | -5/+6 |
* | Wrap string body in an array | Jeremy Kemper | 2009-05-20 | 1 | -1/+1 |
* | Merge Failsafe middleware into ShowExceptions | Joshua Peek | 2009-05-17 | 1 | -47/+40 |
* | Merge branch 'master' into wip_abstract_controller | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -0/+2 |
* | Extract ActionController rescue templates into Rescue and ShowExceptions midd... | Joshua Peek | 2009-05-02 | 1 | -0/+142 |