From fbe6442e02ff03156ac2ee43601085c89b63935e Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Mon, 3 Sep 2012 10:25:54 +0200 Subject: Remove template_chouette from ci configuration --- config/database.yml.ccontrol | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/database.yml.ccontrol b/config/database.yml.ccontrol index 659772172..c9067ea11 100644 --- a/config/database.yml.ccontrol +++ b/config/database.yml.ccontrol @@ -4,7 +4,6 @@ development: encoding: utf8 username: chouette password: chouette - template: template_chouette test: adapter: jdbcpostgresql @@ -12,7 +11,6 @@ test: encoding: utf8 username: chouette password: chouette - template: template_chouette # When war is created by jenkins production: -- cgit v1.2.3 From 58438f69e471bcd6c110d6a0dd707f593cfd2162 Mon Sep 17 00:00:00 2001 From: Marc Florisson Date: Mon, 3 Sep 2012 13:42:13 +0200 Subject: retore Gemfile.lock, update routes for subscription --- Gemfile.lock | 6 ------ config/routes.rb | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e7072b52e..63ab2fda8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,6 @@ GEM remote: http://rubygems.org/ specs: GeoRuby (1.3.4) - RedCloth (4.2.9) RedCloth (4.2.9-java) SyslogLogger (1.4.1) actionmailer (3.2.6) @@ -106,7 +105,6 @@ GEM acts_as_list (0.1.6) addressable (2.2.8) arel (3.0.2) - bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1-java) bouncy-castle-java (1.5.0146.1) builder (3.0.0) @@ -160,7 +158,6 @@ GEM factory_girl_rails (1.7.0) factory_girl (~> 2.6.0) railties (>= 3.0.0) - ffi (1.0.11) ffi (1.0.11-java) ffi-geos (0.0.6) ffi (>= 1.0.0) @@ -197,8 +194,6 @@ GEM jruby-rack (>= 1.1.1) json (1.7.5-java) json_pure (1.7.5) - launchy (2.1.0) - addressable (~> 2.2.6) launchy (2.1.0-java) addressable (~> 2.2.6) ffi (~> 1.0.9) @@ -224,7 +219,6 @@ GEM net-ssh (2.5.2) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) - nokogiri (1.5.5) nokogiri (1.5.5-java) orm_adapter (0.4.0) polyamorous (0.5.0) diff --git a/config/routes.rb b/config/routes.rb index 53c5f89d3..6f51978a3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,6 @@ ChouetteIhm::Application.routes.draw do devise_for :users do - match "/users/sign_up" => redirect("/subscription/new") + match "/users/sign_up" => "subscriptions#new" end resource :subscription -- cgit v1.2.3