diff options
| author | Michel Etienne | 2012-05-04 19:01:45 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-05-04 19:01:45 +0200 |
| commit | dd0af020e137bf898df2c9289ebb311401e656b4 (patch) | |
| tree | a2f7bf5ecd2c2ebf220096ed28ad2bfe315a99b2 /Gemfile | |
| parent | 32c1a5676e0df8524d534a71c78363ce215f92d3 (diff) | |
| download | chouette-core-dd0af020e137bf898df2c9289ebb311401e656b4.tar.bz2 | |
ajout cocoon
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,7 @@ gem "map_layers", "~> 0.0.4" gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' gem 'json' gem 'formtastic' +gem 'cocoon' gem 'inherited_resources' gem 'will_paginate', '~> 3.0' gem 'ransack' @@ -29,8 +30,10 @@ gem 'squeel' gem 'RedCloth' gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git" +gem "acts_as_list" gem 'apartment', :git => 'git://github.com/dryade/apartment.git' gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe' +#gem 'ninoxe', :path => '~/workspace/chouette/ninoxe' # Gems used only for assets and not required # in production environments by default. |
