Use inherited_resources rubygem
This commit is contained in:
parent
6ded06a8ce
commit
12dae9cee8
2 changed files with 7 additions and 13 deletions
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ gem 'prawn-table'
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'simple_form'
|
gem 'simple_form'
|
||||||
gem 'inherited_resources', git: 'git://github.com/josevalim/inherited_resources.git', branch: 'rails-4-2'
|
gem 'inherited_resources'
|
||||||
gem 'localize_input', git: "git://github.com/bennibu/localize_input.git"
|
gem 'localize_input', git: "git://github.com/bennibu/localize_input.git"
|
||||||
gem 'daemons'
|
gem 'daemons'
|
||||||
gem 'twitter-bootstrap-rails', '~> 2.2.8'
|
gem 'twitter-bootstrap-rails', '~> 2.2.8'
|
||||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -4,17 +4,6 @@ GIT
|
||||||
specs:
|
specs:
|
||||||
localize_input (0.1.0)
|
localize_input (0.1.0)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: git://github.com/josevalim/inherited_resources.git
|
|
||||||
revision: ff1c991307ff78cce98882b6986aeabbbcfd70c4
|
|
||||||
branch: rails-4-2
|
|
||||||
specs:
|
|
||||||
inherited_resources (1.5.1)
|
|
||||||
actionpack (>= 3.2, < 5)
|
|
||||||
has_scope (~> 0.6.0.rc)
|
|
||||||
railties (>= 3.2, < 5)
|
|
||||||
responders
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/technoweenie/acts_as_versioned.git
|
remote: git://github.com/technoweenie/acts_as_versioned.git
|
||||||
revision: 63b1fc8529d028fae632fe80ec0cb25df56cd76b
|
revision: 63b1fc8529d028fae632fe80ec0cb25df56cd76b
|
||||||
|
@ -191,6 +180,11 @@ GEM
|
||||||
i18n-spec (0.6.0)
|
i18n-spec (0.6.0)
|
||||||
iso
|
iso
|
||||||
ice_cube (0.13.0)
|
ice_cube (0.13.0)
|
||||||
|
inherited_resources (1.6.0)
|
||||||
|
actionpack (>= 3.2, < 5)
|
||||||
|
has_scope (~> 0.6.0.rc)
|
||||||
|
railties (>= 3.2, < 5)
|
||||||
|
responders
|
||||||
interception (0.5)
|
interception (0.5)
|
||||||
iso (0.2.1)
|
iso (0.2.1)
|
||||||
i18n
|
i18n
|
||||||
|
@ -499,7 +493,7 @@ DEPENDENCIES
|
||||||
i18n-js (~> 3.0.0.rc8)
|
i18n-js (~> 3.0.0.rc8)
|
||||||
i18n-spec
|
i18n-spec
|
||||||
ice_cube (~> 0.13.0)
|
ice_cube (~> 0.13.0)
|
||||||
inherited_resources!
|
inherited_resources
|
||||||
jquery-rails
|
jquery-rails
|
||||||
kaminari
|
kaminari
|
||||||
less-rails
|
less-rails
|
||||||
|
|
Loading…
Reference in a new issue