HI Guys, I recently tried VERY hard to override the database configuration bassed on ENV vars or actual API calls. This task is almost next to impossible.
I know that the database.yml file is parsed as ERB but that is sane for simple ENV replacement if you want to actually change which database adaptor it is (requires extra config/params) it becomes messy. I found https://github.com/rails/rails/issues/5297 which explains the issue/solution far better then I could. Active record supports this natively, I can't see why rails would force the requirement of a database.yml and for it to have a "production" section. see http://apidock.com/rails/ActiveRecord/Base/establish_connection/class URL section. Regards David -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/8qOi7BryxukJ. 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-core?hl=en.
