Add amoeba gem for cloning ActiveRecord objects
This commit is contained in:
parent
3f914d3be7
commit
24b15c0740
2 changed files with 6 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -46,6 +46,9 @@ gem 'will_paginate', '~> 3.3'
|
||||||
# Migrate and update data alongside your database structure.
|
# Migrate and update data alongside your database structure.
|
||||||
gem 'data_migrate'
|
gem 'data_migrate'
|
||||||
|
|
||||||
|
# A ruby gem to allow the copying of ActiveRecord objects and their associated children, configurable with a DSL on the model
|
||||||
|
gem 'amoeba'
|
||||||
|
|
||||||
group :doc do
|
group :doc do
|
||||||
gem 'apipie-rails'
|
gem 'apipie-rails'
|
||||||
gem 'sdoc'
|
gem 'sdoc'
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,8 @@ GEM
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
amazing_print (1.4.0)
|
amazing_print (1.4.0)
|
||||||
|
amoeba (3.2.0)
|
||||||
|
activerecord (>= 4.2.0)
|
||||||
api_matchers (0.6.2)
|
api_matchers (0.6.2)
|
||||||
activesupport (>= 3.2.5)
|
activesupport (>= 3.2.5)
|
||||||
nokogiri (>= 1.5.2)
|
nokogiri (>= 1.5.2)
|
||||||
|
|
@ -305,6 +307,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
amazing_print
|
amazing_print
|
||||||
|
amoeba
|
||||||
api_matchers
|
api_matchers
|
||||||
apipie-rails
|
apipie-rails
|
||||||
awesome_nested_set
|
awesome_nested_set
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue