#163 ✓resolved
Matias Korhonen

Setup fails on a clean repository

Reported by Matias Korhonen | August 20th, 2009 @ 10:30 PM | in 0.5.5 (Bug fix galore)

Rake eish:setup fails when running it in a clean copy of the project

matt@bar:~/hhlc$ rake eish:setup
(in /home/matt/Desktop/hhlc)
Running command 'git submodule init'...
Submodule 'vendor/plugins/meta-tags' (git://github.com/kpumuk/meta-tags.git) registered for path 'vendor/plugins/meta-tags'
Submodule 'vendor/plugins/paperclip' (git://github.com/thoughtbot/paperclip.git) registered for path 'vendor/plugins/paperclip'
Submodule 'vendor/plugins/xapit-sync' (git://github.com/ryanb/xapit-sync.git) registered for path 'vendor/plugins/xapit-sync'
Command 'git submodule init' finished executing!

Running command 'git submodule update'...
Initialized empty Git repository in /home/matt/Desktop/hhlc/vendor/plugins/meta-tags/.git/
Submodule path 'vendor/plugins/meta-tags': checked out 'a0e225db0823ccbe3fb11a7c2535f9db2caeb6b3'
Initialized empty Git repository in /home/matt/Desktop/hhlc/vendor/plugins/paperclip/.git/
Submodule path 'vendor/plugins/paperclip': checked out 'ea5f6ac0204e0020a856eaaa4d3cc5cee2e0b3ab'
Initialized empty Git repository in /home/matt/Desktop/hhlc/vendor/plugins/xapit-sync/.git/
Submodule path 'vendor/plugins/xapit-sync': checked out '1f2b53323c7d16dbec1a30077ed37e7d13403c0c'
Command 'git submodule update' finished executing!

rake aborted!
No such file or directory - /home/matt/Desktop/hhlc/config/database.yml

(See full trace by running task with --trace)

It also fails even if database.yml is present:

matt@bar:~/hhlc$ rake eish:setup
(in /home/matt/workspace/hhlc)
Running command 'git submodule init'...

Command 'git submodule init' finished executing!

Running command 'git submodule update'...

Command 'git submodule update' finished executing!

rake aborted!
Could not find table 'settings'

(See full trace by running task with --trace)

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby on Rails web application for the HAAGA-HELIA Linux Club.

People watching this ticket

Tags

Referenced by

Pages