Mark H. Wilkinson
Mark H. Wilkinson
I think this was fixed by #5334. Or at least the bit to do with the way the schema name is displayed.
Hi! Thanks for looking it over. I'd tried to extend `Configuration` in a way that would not break existing code: providing a `database=` writer and if that is used the...
@hopsoft: In the project where I need this working I've been using scenic 1.5.4 along with the [initializer](https://github.com/mhw/scenic-multiple-database/blob/master/config/initializers/scenic.rb) without any issues. I'd suggest going that route as I've not kept...
@rquant Not that I'm aware of, I'm afraid. My project only required migrations run against the primary PostgreSQL database so I didn't go as far as that. I'm sure it...
Hi; have you had any further thoughts on implementing this feature? The approach you outlined looks like it would solve the problem in a clean way, but it would also...
See also https://github.com/mhw/jquery-Mustache which builds on Alexis' fix. I've reconciled a divergence between `jquery.mustache.js` and `src/jquery.mustache.js` and rebuilt the concatenated file.
I've run in to the same issue on a system I'm working on, and found the addition above resolves the problem. My change is [here](https://github.com/mhw/mysql_fdw/commit/1e102db28c6f785bc29e669d5f4597a2306bd59f) in my fork. I'll see...