Add Gems for smart annotations (atwho)

This commit is contained in:
Luka Murn 2017-01-04 10:51:55 +01:00
parent 5d0e80a5e1
commit 23e60e0d01
3 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,8 @@ gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails
gem 'quill-rails', # Rich text editor
git: 'https://github.com/biosistemika/quill-rails.git',
ref: 'e765c04'
gem 'base62' # Used for smart annotations
gem 'jquery-atwho-rails' # Used for smart annotations
group :development, :test do
gem 'byebug'

View file

@ -12,6 +12,7 @@
//= require jquery-ui/draggable
//= require jquery-ui/droppable
//= require jquery.ui.touch-punch.min
//= require jquery.atwho
//= require hammer
//= require introjs
//= require js.cookie

View file

@ -2,6 +2,7 @@
*= require_self
*= require_tree .
*= require jquery-ui/draggable
*= require jquery.atwho
*= require rails_bootstrap_forms
*= require bootstrap-select
*= require constants