stevenhaddox / rvm_fw

RVM::FW - Exposing hidden Rubies for firewalled RVMs
http://rvm-fw.herokuapp.com
MIT License
31 stars 9 forks source link

Dynamically generate .rvm/config/user file #3

Closed stevenhaddox closed 14 years ago

stevenhaddox commented 14 years ago

Currently the user config file (http://github.com/stevenhaddox/rvm_fw/blob/master/views/db.txt) is static. We need to dynamically generate the rvm-fw.local with the server it is being rendered from and then render it on-the-fly.

stevenhaddox commented 14 years ago

Partially completed. Hostname, port, and protocol are now dynamic. Still have to update the rubies to be dynamic if possible.

stevenhaddox commented 14 years ago

Don't think the rubies / packages will be easy to do dynamically... closing this for now as I don't see a real need.