ruby on rails 3 - Can ActiveRecord use a proxy to access the database? -


i need access database requires whitelisted ips. in order have static ip using proximo addon on heroku. allows me use proxy outbound connections.

can use proxy access database? searched on activerecord documentation couldnt find reference.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -