Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically Render ruby / package views #20

Open
stevenhaddox opened this issue Feb 27, 2013 · 3 comments
Open

Dynamically Render ruby / package views #20

stevenhaddox opened this issue Feb 27, 2013 · 3 comments
Assignees

Comments

@stevenhaddox
Copy link
Owner

The rendering of /db and /known should all happen dynamically based upon the configuration.

@ghost ghost assigned stevenhaddox Feb 27, 2013
@stevenhaddox
Copy link
Owner Author

+1 to myself. Each deployed instance will have different known rubies available and hard coding this requires conflicting with the git repo currently when you go to upgrade.

@mindscratch
Copy link
Collaborator

+1

@stevenhaddox
Copy link
Owner Author

I've managed to implement making the listing of Rubies on the RVM::FW instance dynamic as well as calculating the MD5 sums on the fly before rendering the /rubies view. This tackles a portion of this that has been irritating me forever where configs weren't matching rubies actually on the filesystem.

Now I just need to write a script / task that will generate the db and known files dynamically based upon the configuration file's latest rubies... #someday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants