Web console addition
This commit is contained in:
@@ -92,6 +92,8 @@ group :development do
|
||||
gem 'capistrano-rails', '~> 1.1', require: false
|
||||
gem 'spring'
|
||||
gem 'spring-commands-rspec'
|
||||
gem 'web-console', '~> 2.0.0.beta3'
|
||||
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
||||
@@ -97,6 +97,8 @@ GEM
|
||||
barber (>= 0.4.1)
|
||||
emblem-source
|
||||
bcrypt (3.1.7)
|
||||
binding_of_caller (0.7.3.pre1)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bootstrap-sass (2.3.2.2)
|
||||
sass (~> 3.2)
|
||||
bourbon (4.0.2)
|
||||
@@ -144,6 +146,7 @@ GEM
|
||||
multi_json (~> 1.0)
|
||||
rest-client (~> 1.6.1)
|
||||
daemons (1.1.9)
|
||||
debug_inspector (0.0.2)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
em-http-request (1.1.2)
|
||||
@@ -401,6 +404,11 @@ GEM
|
||||
json (>= 1.8.0)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
web-console (2.0.0.beta3)
|
||||
activemodel (~> 4.0)
|
||||
binding_of_caller (= 0.7.3.pre1)
|
||||
railties (~> 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
websocket-driver (0.3.4)
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
@@ -457,3 +465,4 @@ DEPENDENCIES
|
||||
thin
|
||||
turnip
|
||||
uglifier (>= 1.0.3)
|
||||
web-console (~> 2.0.0.beta3)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.form-row
|
||||
@extend .row
|
||||
+grid-row(nest)
|
||||
.form-label
|
||||
@media #{$small-only}
|
||||
+grid-column($columns:10, $center:true)
|
||||
|
||||
@@ -16,6 +16,8 @@ Qwaiter::Application.configure do
|
||||
|
||||
config.ember.variant = :development
|
||||
|
||||
# config.web_console.automount = true
|
||||
|
||||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.delivery_method = :letter_opener
|
||||
|
||||
Reference in New Issue
Block a user