1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Re-order dashboard manifest so photos are first

This commit is contained in:
Daniel Barber 2015-10-23 18:02:14 +01:00
parent df2deb3e0c
commit ef0d0bce0f
3 changed files with 15 additions and 2 deletions

View File

@ -58,6 +58,8 @@ gem 'dragonfly-s3_data_store'
gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier' gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier'
gem 'haml' gem 'haml'
gem 'kaminari' gem 'kaminari'
gem 'monban'
gem 'monban-generators'
gem 'pg' gem 'pg'
gem 'redcarpet' gem 'redcarpet'
gem 'simple_form' gem 'simple_form'

View File

@ -67,13 +67,14 @@ GEM
jmespath (~> 1.0) jmespath (~> 1.0)
aws-sdk-resources (2.1.29) aws-sdk-resources (2.1.29)
aws-sdk-core (= 2.1.29) aws-sdk-core (= 2.1.29)
bcrypt (3.1.10)
better_errors (2.1.1) better_errors (2.1.1)
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubis (>= 2.6.6) erubis (>= 2.6.6)
rack (>= 0.9.0) rack (>= 0.9.0)
binding_of_caller (0.7.2) binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bourbon (4.2.5) bourbon (4.2.6)
sass (~> 3.4) sass (~> 3.4)
thor (~> 0.19) thor (~> 0.19)
builder (3.2.2) builder (3.2.2)
@ -172,6 +173,12 @@ GEM
minitest (5.8.1) minitest (5.8.1)
momentjs-rails (2.10.6) momentjs-rails (2.10.6)
railties (>= 3.1) railties (>= 3.1)
monban (0.2.1)
bcrypt
rails
warden
monban-generators (0.0.4)
monban (>= 0.0.12)
multi_json (1.11.2) multi_json (1.11.2)
neat (1.7.2) neat (1.7.2)
bourbon (>= 4.0) bourbon (>= 4.0)
@ -309,6 +316,8 @@ GEM
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.1) unf_ext (0.0.7.1)
warden (1.2.3)
rack (>= 1.0)
websocket-driver (0.6.2) websocket-driver (0.6.2)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2) websocket-extensions (0.1.2)
@ -337,6 +346,8 @@ DEPENDENCIES
jquery-rails jquery-rails
kaminari kaminari
letter_opener letter_opener
monban
monban-generators
pg pg
poltergeist poltergeist
powder powder

View File

@ -10,9 +10,9 @@ class DashboardManifest
# Dashboards returned from this method must be Rails models for Administrate # Dashboards returned from this method must be Rails models for Administrate
# to work correctly. # to work correctly.
DASHBOARDS = [ DASHBOARDS = [
:photos,
:categories, :categories,
:pages, :pages,
:photos,
] ]
# `ROOT_DASHBOARD` # `ROOT_DASHBOARD`