For some time now, Rails has offered multiple database support. Scenic, however, operated with the assumption that there is one database, hanging its functionality off the singleton, Scenic.database. We should make the changes necessary to support multiple databases, which may have the added benefit of easily offering view path configurability as has been asked for by a number of folks.
I'm currently messing with multiple databases in a sample app and will use this issue to enumerate the changes I think we need to make.
For some time now, Rails has offered multiple database support. Scenic, however, operated with the assumption that there is one database, hanging its functionality off the singleton,
Scenic.database. We should make the changes necessary to support multiple databases, which may have the added benefit of easily offering view path configurability as has been asked for by a number of folks.I'm currently messing with multiple databases in a sample app and will use this issue to enumerate the changes I think we need to make.
--databaseoption