Introduce her for REST API ORM
This commit is contained in:
parent
047cc5f5ad
commit
0fb61f7a7f
2
Gemfile
2
Gemfile
|
@ -54,6 +54,8 @@ gem 'jbuilder'
|
|||
|
||||
gem 'search_object'
|
||||
|
||||
gem 'her'
|
||||
|
||||
group :development do
|
||||
gem 'spring'
|
||||
gem 'spring-commands-rspec'
|
||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -125,6 +125,8 @@ GEM
|
|||
railties (>= 3.0.0)
|
||||
faker (1.6.6)
|
||||
i18n (~> 0.5)
|
||||
faraday (0.9.2)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.9.14)
|
||||
font-awesome-sass (4.6.2)
|
||||
sass (>= 3.2)
|
||||
|
@ -148,6 +150,11 @@ GEM
|
|||
guard (~> 2.1)
|
||||
guard-compat (~> 1.1)
|
||||
rspec (>= 2.99.0, < 4.0)
|
||||
her (0.8.2)
|
||||
activemodel (>= 3.0.0, <= 6.0.0)
|
||||
activesupport (>= 3.0.0, <= 6.0.0)
|
||||
faraday (>= 0.8, < 1.0)
|
||||
multi_json (~> 1.7)
|
||||
highline (1.7.8)
|
||||
hirb (0.7.3)
|
||||
http-cookie (1.0.3)
|
||||
|
@ -197,6 +204,7 @@ GEM
|
|||
morrisjs-rails (0.5.1)
|
||||
railties (> 3.1, < 5)
|
||||
multi_json (1.12.1)
|
||||
multipart-post (2.0.0)
|
||||
nenv (0.3.0)
|
||||
nested_form (0.3.2)
|
||||
net-scp (1.2.1)
|
||||
|
@ -344,7 +352,7 @@ GEM
|
|||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.3.11)
|
||||
sqlite3 (1.3.12)
|
||||
sshkit (1.11.3)
|
||||
net-scp (>= 1.1.2)
|
||||
net-ssh (>= 2.8.0)
|
||||
|
@ -399,6 +407,7 @@ DEPENDENCIES
|
|||
font-awesome-sass
|
||||
globalize
|
||||
guard-rspec
|
||||
her
|
||||
hirb
|
||||
i18n-tasks
|
||||
jbuilder
|
||||
|
|
Loading…
Reference in New Issue