Best_inPlace no git
This commit is contained in:
parent
314d69e82d
commit
13f22abaa8
|
|
@ -83,7 +83,7 @@ gem 'sendgrid_toolkit', '>= 1.1.1'
|
||||||
gem 'stripe'
|
gem 'stripe'
|
||||||
gem 'zip-codes'
|
gem 'zip-codes'
|
||||||
gem 'email_validator'
|
gem 'email_validator'
|
||||||
gem 'best_in_place', github: 'bernat/best_in_place'
|
gem 'best_in_place' #, github: 'bernat/best_in_place'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: git://github.com/bernat/best_in_place.git
|
|
||||||
revision: 1b779e60ea912ab9c39d5c999b00c8ac44a8e535
|
|
||||||
specs:
|
|
||||||
best_in_place (3.1.1)
|
|
||||||
actionpack (>= 3.2)
|
|
||||||
railties (>= 3.2)
|
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: ../db/target/ruby_package
|
remote: ../db/target/ruby_package
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -103,6 +95,9 @@ GEM
|
||||||
backports (3.11.1)
|
backports (3.11.1)
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.11)
|
||||||
bcrypt-ruby (3.0.1)
|
bcrypt-ruby (3.0.1)
|
||||||
|
best_in_place (3.1.1)
|
||||||
|
actionpack (>= 3.2)
|
||||||
|
railties (>= 3.2)
|
||||||
binding_of_caller (0.8.0)
|
binding_of_caller (0.8.0)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bootstrap-sass (2.0.4.0)
|
bootstrap-sass (2.0.4.0)
|
||||||
|
|
@ -636,7 +631,7 @@ DEPENDENCIES
|
||||||
amqp (= 0.9.8)
|
amqp (= 0.9.8)
|
||||||
aws-sdk (~> 1)
|
aws-sdk (~> 1)
|
||||||
bcrypt-ruby (= 3.0.1)
|
bcrypt-ruby (= 3.0.1)
|
||||||
best_in_place!
|
best_in_place
|
||||||
bootstrap-sass (= 2.0.4)
|
bootstrap-sass (= 2.0.4)
|
||||||
bootstrap-will_paginate (= 0.0.6)
|
bootstrap-will_paginate (= 0.0.6)
|
||||||
bugsnag
|
bugsnag
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ ActiveAdmin.register_page "Dashboard" do
|
||||||
small ul do
|
small ul do
|
||||||
li link_to "Users", admin_users_path
|
li link_to "Users", admin_users_path
|
||||||
li link_to "Teachers", admin_teachers_path
|
li link_to "Teachers", admin_teachers_path
|
||||||
li link_to "Onboarding Management", admin_currently_onboardings_path
|
li link_to "Onboarding Management", admin_onboarder_managements_path
|
||||||
li link_to "Lesson Sessions", admin_lesson_sessions_path
|
li link_to "Lesson Sessions", admin_lesson_sessions_path
|
||||||
li link_to "Slow Lesson Responses", admin_slow_responses_path
|
li link_to "Slow Lesson Responses", admin_slow_responses_path
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue