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
-
Joao Carlos August 20th, 2009 @ 10:32 PM
Failing for a missing database.yml is normal and acceptable. Will fix the
other one soon. -
Joao Carlos August 22nd, 2009 @ 11:53 PM
- State changed from new to resolved
(from [52dd0e7ffa10ba0307b1c56614c8d5153eca0c3f]) Setting values return nil if the settings table does not yet exist [#163 state:resolved] http://github.com/jcxplorer/hhlc/commit/52dd0e7ffa10ba0307b1c56614c...
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.
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
Referenced by
- 163 Setup fails on a clean repository (from [52dd0e7ffa10ba0307b1c56614c8d5153eca0c3f]) Setting...