1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides
Yuki Nishijima cbcec99fdb Remove custom errors page section from the guides
This pattern is too problematic and introduces a lot of edge cases:

  * On 4.2, the issue https://github.com/rails/rails/issues/15124 is
    back again.
  * needs to define each action for each http status otherwise the
    router raises ActionController::RoutingError (No route matches).
  * If the router has `match "/*username",...` and some action is
    missing, Rails will pick up the "match" and try to do its job.
  * encourages people to copy & paste programming. Not DRY.

[ci skip]
2014-11-28 09:39:27 -08:00
..
assets Disable autolink in example code blocks in guides. 2014-06-24 06:33:07 +08:00
bug_report_templates secret_token is now saved in Rails.application.secrets.secret_token 2014-11-02 21:21:09 -06:00
rails_guides Fix guide anchor generation logic. 2014-08-24 11:58:01 +08:00
source Remove custom errors page section from the guides 2014-11-28 09:39:27 -08:00
.document adds guides/.document to tell rdoc not to process this directory 2013-03-04 22:28:23 +01:00
CHANGELOG.md Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
rails_guides.rb Update Redcarpet to 3.1.2 2014-05-14 19:52:47 +02:00
Rakefile Clarify where result goes, and supported formats of generate task. 2014-11-25 16:54:30 -08:00
w3c_validator.rb Guides: output valid HTML5 2014-05-05 17:42:04 -04:00