Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Better error pages #24

Open
jure opened this issue Jan 13, 2014 · 2 comments
Open

Better error pages #24

jure opened this issue Jan 13, 2014 · 2 comments
Assignees

Comments

@jure
Copy link
Member

jure commented Jan 13, 2014

Ideally nobody sees them ever, but if they do, they're the ugly default currently. I'm sure I can whip up some nice illustrations (GitHub style) for the 50x and 40xs.

@ghost ghost assigned jure Jan 13, 2014
@jonasagx
Copy link

Hi, I can help with that, I just need to know better the project structure in order to understand where to put things. Is out there any doc covering it?

@jure
Copy link
Member Author

jure commented May 24, 2014

Hi Jonas! Thanks for offering to help. There's a short tutorial about how to implement dynamic error pages in Rails here: http://wearestac.com/blog/dynamic-error-pages-in-rails

Right now the error pages are being served from the public folder, which is the Rails default way. I.e. a 404 error will serve public/404.html (https://github.com/ScienceGist/sciencegist/blob/master/public/404.html). These pages are quite ugly by default and it would be awesome if we could make them prettier :)

An example of a good error page in my mind is: https://github.com/404, which gives you an option to search the content right there from the error page. Google's http://www.google.com/notaurl is a bit more minimalistic, which is fine as well.

Let me know if I can help you with anything!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants