error_page_assets icon indicating copy to clipboard operation
error_page_assets copied to clipboard

Let the asset pipeline generate your static error pages.

Results 4 error_page_assets issues
Sort by recently updated
recently updated
newest added

Hello, @bronson First of all, thank you for making this little nice gem! We've been using this for a while and we recently encountered a method definition collision caused by...

Fixes the homepage information in the gemspec to this repo's URL.

in error_page_assets.rake: ``` namespace :assets do def log msg # try to log like Sprockets even though their stuff is all private STDERR.puts msg Rails.logger.info(msg) if Rails.respond_to?(:logger) && Rails.logger end...

This is a nice little gem. I'm glad it's simple enough that it actually still works despite not being updated in a few years. I notice that this is hard-coded...