-
Notifications
You must be signed in to change notification settings - Fork 26
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
Patch 'railsexpress' not found. #5
Comments
fixed here: rvm/rvm#717 (reference) @skaes please consider contributing your patches to https://github.com/wayneeseguin/rvm and adding a test here: https://github.com/wayneeseguin/rvm-test/blob/master/batch_scripts/long/ruby-1.8.7 |
Thx for fixing! |
cool. I kept the patchsets separate because I wanted to be independent from the rvm release schedule. But yeah, if more people are using them, they could be merged. |
@skaes rvm uses now two branches(master/stable) and git flow to manage releasing, with this it's quite easy to introduce your fixes when needed. also rvm allows installation from any github repo so you can also:
after pushing your fixes and before the pull request gets pulled |
@skaes I have configured your repo as a remote and pulled from it, works like a charm, thanks for keeping the same structure, I will try to keep track of this repo and pull it when something changes. |
That's awesome! Thx a lot. |
Doing
./install.sh
rvm install 1.9.2 --force --patch railsexpress -n railsexpress
i get a patch not found message:
...
ruby-1.9.2-p290-railsexpress - #extracting ruby-1.9.2-p290 to /Users/nico/.rvm/src/ruby-1.9.2-p290-railsexpress
ruby-1.9.2-p290-railsexpress - #extracted to /Users/nico/.rvm/src/ruby-1.9.2-p290-railsexpress
Patch 'railsexpress' not found.
ruby-1.9.2-p290-railsexpress - #configuring
ruby-1.9.2-p290-railsexpress - #compiling
...
Nico
The text was updated successfully, but these errors were encountered: