You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run rails generate ...something... to copy html error pages to project's public/
generator should support an update option to overwrite existing files with the same name. (But don't do this by default, so existing pages aren't clobbered unless user really wants to.)
The text was updated successfully, but these errors were encountered:
for cleaner integration with rails projects
installation would go something like
rails generate ...something...
to copy html error pages to project's public/update
option to overwrite existing files with the same name. (But don't do this by default, so existing pages aren't clobbered unless user really wants to.)The text was updated successfully, but these errors were encountered: