Redd Vinylene wrote:
> Norm wrote:
>> Redd Vinylene wrote:
>>>   
>> When you say "their own database.yml" do you mean that you have
>> differently named databases in each database.yml?  Stupid question but
>> stuff happens.
> 
> Yes, exactly, like site1_production, site2_production and so on.

So if you start only site2's mongrel cluster it actually uses the data 
site3_production, though it's database.yml specifies site2_production?

also, I think you forgot the 't.' in your rake tasks

task :install_site3 => :environment do |t|
  t.load_database
  t.create_keys
  t.create_preferences
  t.create_admin
end
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to