http://railscasts.com/episodes/53-handling-exceptions-revised
Requires Ruby 1.9.2 or higher.
rake middleware
rails g controller errors
curl localhost:3000/errors/404 > public/404.html
http://railscasts.com/episodes/53-handling-exceptions-revised
Requires Ruby 1.9.2 or higher.
rake middleware
rails g controller errors
curl localhost:3000/errors/404 > public/404.html