On 13/07/2009, at 5:23 PM, Chris Eppstein wrote: > If I were you, I'd focus on finding a way to run your bootstrapping > migrations either outside the context of your rails app.
Hmmm... worth considering, if a bit ugly. Anyone know an easy way to run migrations outside of rails? > Failing that, You can wrap your whole controller definition in a > begin/rescue block and define a stubbed out class when the exception > is raised... Also scary but might do for the moment. The main thing is we'd like to keep the cache_config = true in place, but also have the ability to nuke the DBs whenever we felt like it. Worse comes to worse, we'd turn it off for test environment and put up with the speed loss. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
