re-activate custom application error page
This commit is contained in:
parent
ba1009340e
commit
c347038869
@ -3,9 +3,9 @@ class ApplicationController < ActionController::Base
|
|||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
||||||
# rescue_from Exception, :with => :render_error
|
rescue_from Exception, :with => :render_error
|
||||||
#
|
|
||||||
# def render_error
|
def render_error
|
||||||
# render :template => "/admin/errors/500", :layout => 'admin/box', :status => 500
|
render :template => "/admin/errors/500", :layout => 'admin/box', :status => 500
|
||||||
# end
|
end
|
||||||
end
|
end
|
||||||
|
29
doc/TODO
29
doc/TODO
@ -1,19 +1,5 @@
|
|||||||
BOARD:
|
BOARD:
|
||||||
|
|
||||||
x liquid inheritance
|
|
||||||
x bug editable_xxx disabled for nil block
|
|
||||||
! duplicated block name
|
|
||||||
x display liquid errors
|
|
||||||
x theme assets selector in page editor
|
|
||||||
x saving page in ajax
|
|
||||||
x editable_long_text tag
|
|
||||||
x blocking issue when modifying the parent of 2 templates => one of the 2 children has reference of the first child
|
|
||||||
x editable_file tag
|
|
||||||
x stylish file field
|
|
||||||
x remove not used editable element all in once
|
|
||||||
x default content from parent editable element
|
|
||||||
x unable to upload/remove editable file
|
|
||||||
|
|
||||||
- refactor slugify method (use parameterize + create a module)
|
- refactor slugify method (use parameterize + create a module)
|
||||||
- [content types] the "display column" selector should not include file types
|
- [content types] the "display column" selector should not include file types
|
||||||
|
|
||||||
@ -85,4 +71,17 @@ x theme assets: disable version if not image (handled by the new version of Carr
|
|||||||
x rack app to map pretty asset url to S3 => shortcut urls instead
|
x rack app to map pretty asset url to S3 => shortcut urls instead
|
||||||
x site selector (cross domain authentication)
|
x site selector (cross domain authentication)
|
||||||
x nice error page
|
x nice error page
|
||||||
x nice 404 page (admin section)
|
x nice 404 page (admin section)
|
||||||
|
x liquid inheritance
|
||||||
|
x bug editable_xxx disabled for nil block
|
||||||
|
! duplicated block name
|
||||||
|
x display liquid errors
|
||||||
|
x theme assets selector in page editor
|
||||||
|
x saving page in ajax
|
||||||
|
x editable_long_text tag
|
||||||
|
x blocking issue when modifying the parent of 2 templates => one of the 2 children has reference of the first child
|
||||||
|
x editable_file tag
|
||||||
|
x stylish file field
|
||||||
|
x remove not used editable element all in once
|
||||||
|
x default content from parent editable element
|
||||||
|
x unable to upload/remove editable file
|
Loading…
Reference in New Issue
Block a user