]>
author | Tom Hughes <tom@compton.nu> | |
Wed, 1 Aug 2018 17:56:11 +0000 (18:56 +0100) | ||
committer | Tom Hughes <tom@compton.nu> | |
Wed, 1 Aug 2018 18:13:04 +0000 (19:13 +0100) | ||
commit | 5fa0aebe9fee869a4a988859dd454a28ee451b97 | |
tree | 9daca419cc06f18303edfd8cb42b8b1a6597a12e | tree | snapshot |
parent | 49d5c686005fcf784c3633eacbcd18940f904060 | commit | diff |
.rubocop_todo.yml | diff | blob | history | |
app/assets/stylesheets/errors.scss | [new file with mode: 0644] | blob |
app/controllers/errors_controller.rb | [new file with mode: 0644] | blob |
app/views/errors/forbidden.html.erb | [new file with mode: 0644] | blob |
app/views/errors/internal_server_error.html.erb | [new file with mode: 0644] | blob |
app/views/errors/not_found.html.erb | [new file with mode: 0644] | blob |
app/views/layouts/error.html.erb | [new file with mode: 0644] | blob |
config/initializers/assets.rb | diff | blob | history | |
config/initializers/errors.rb | [new file with mode: 0644] | blob |
config/routes.rb | diff | blob | history | |
public/403.html | [deleted file] | blob | history |
public/404.html | [deleted file] | blob | history |
public/500.html | [deleted file] | blob | history |
test/controllers/errors_controller_test.rb | [new file with mode: 0644] | blob |