I didn't understand this at first, but it turns out to be pretty nice to have a separate database configuration specifically for rake.
For example, when I run my Rails rake tasks on production, it always looks like: rake RAILS_ENV=production TASK In Merb, all I need to do is set my rake database settings, and whenever I run a rake task it'll use those settings by default. On Dec 13, 1:57 pm, Eeby <[email protected]> wrote: > Down at the bottom of the generated database.yml I notice there's... > > rake: > <<: *defaults > > What's the purpose of the "rake" section? > > Thanks, > > Ethan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
