Ticket #123 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

PATCH rake db:migrate fails, looking for dist/conf/database.yml

Reported by: iv..@gweezlebur.com Assigned to:
Priority: medium Milestone: 0.4
Component: Merb Keywords:
Cc:

Description

On revision [410], rake db:migrate won't run because it is looking for the database config in dist/, which disappeared around [396] or so.

This patch fixes that, plus several other occurrences of dist/ in Rakefiles and documentation.

It also fixes one in lib/merb/server.rb that doesn't appear to be spec'd yet, so I didn't update the specs.

Attachments

merb-rakefile-more-dist-byebye.diff (8.4 kB) - added by iv..@gweezlebur.com on 08/12/07 05:28:23.
Patch to remove several references to dist/

Change History

08/12/07 05:28:23 changed by iv..@gweezlebur.com

  • attachment merb-rakefile-more-dist-byebye.diff added.

Patch to remove several references to dist/

08/12/07 05:31:18 changed by iv..@gweezlebur.com

  • summary changed from rake db:migrate fails, looking for dist/conf/database.yml to PATCH rake db:migrate fails, looking for dist/conf/database.yml.

Hmm, it also takes the sample app out of setup_clean in the Rakefile, which should really be a separate thing. If that bugs you, I'll resubmit.

08/12/07 20:44:13 changed by rogelio.samo..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [411]) - More references to the 'dist' are now removed. Closes #123 [iv..@gweezlebur.com]