From 855ca52758f9a27e43872674fe1670c4f7ac0bd0 Mon Sep 17 00:00:00 2001 From: Alberto Perdomo Date: Mon, 11 Oct 2010 01:29:33 +0100 Subject: [PATCH] Bugfix --- authlogic.rb | 3 ++- capistrano.rb | 1 + devise.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/authlogic.rb b/authlogic.rb index 1319079..10b9859 100644 --- a/authlogic.rb +++ b/authlogic.rb @@ -1 +1,2 @@ -gem "authlogic" \ No newline at end of file +gem "authlogic" +run "bundle install" \ No newline at end of file diff --git a/capistrano.rb b/capistrano.rb index cd6b8cf..a442e3c 100644 --- a/capistrano.rb +++ b/capistrano.rb @@ -1,2 +1,3 @@ gem "capistrano" +run "bundle install" capify! \ No newline at end of file diff --git a/devise.rb b/devise.rb index 7e767d8..6069855 100644 --- a/devise.rb +++ b/devise.rb @@ -1,5 +1,5 @@ -# TODO: devise, authlogic? gem 'devise', '>=1.1.2' +run "bundle install" generate "devise:install" generate "devise User"