1

I google'd around and tried a lot of things, but i'm not getting it right.

I'm on Rails 4 and fairly new to rails in general.

Can Somebody explain to me the, (like it seems), basic steps to set up Custom Error Pages on Heroku ?

Thank you

Mini John
  • 7,855
  • 9
  • 59
  • 108

1 Answers1

7

Ok for the time i think this is fine.

Actually the public/ 404, 422 and 500 Error Pages are showing up on heroku if i modify them.

Just edit

  • public/404.html
  • public/422.html
  • public/500.html

and on heroku its showing up fine.

Mini John
  • 7,855
  • 9
  • 59
  • 108