Introduce jbuilder
This commit is contained in:
parent
901a15f064
commit
f056e5e50b
2
Gemfile
2
Gemfile
|
@ -47,6 +47,8 @@ gem 'raphael-rails'
|
||||||
|
|
||||||
gem 'copy_carrierwave_file'
|
gem 'copy_carrierwave_file'
|
||||||
|
|
||||||
|
gem 'jbuilder'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
gem 'spring-commands-rspec'
|
gem 'spring-commands-rspec'
|
||||||
|
|
|
@ -159,6 +159,9 @@ GEM
|
||||||
i18n
|
i18n
|
||||||
term-ansicolor (>= 1.3.2)
|
term-ansicolor (>= 1.3.2)
|
||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
|
jbuilder (2.3.2)
|
||||||
|
activesupport (>= 3.0.0, < 5)
|
||||||
|
multi_json (~> 1.2)
|
||||||
jquery-datatables-rails (3.3.0)
|
jquery-datatables-rails (3.3.0)
|
||||||
actionpack (>= 3.1)
|
actionpack (>= 3.1)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
|
@ -184,6 +187,7 @@ GEM
|
||||||
minitest (5.8.1)
|
minitest (5.8.1)
|
||||||
morrisjs-rails (0.5.1)
|
morrisjs-rails (0.5.1)
|
||||||
railties (> 3.1, < 5)
|
railties (> 3.1, < 5)
|
||||||
|
multi_json (1.11.2)
|
||||||
nenv (0.2.0)
|
nenv (0.2.0)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
net-scp (1.2.1)
|
net-scp (1.2.1)
|
||||||
|
@ -362,6 +366,7 @@ DEPENDENCIES
|
||||||
guard-rspec
|
guard-rspec
|
||||||
hirb
|
hirb
|
||||||
i18n-tasks
|
i18n-tasks
|
||||||
|
jbuilder
|
||||||
jquery-datatables-rails
|
jquery-datatables-rails
|
||||||
jquery-rails
|
jquery-rails
|
||||||
morrisjs-rails
|
morrisjs-rails
|
||||||
|
|
Loading…
Reference in New Issue