Sorry for a primitive question, but how can i use a local copy of rails
with my rails 3 application (locally)?
Quick googling didn't help, and on StackOverflow there is something
about putting local rails to the "vendor" directory, but it does not
seem to work for me.
Sorry for a primitive question, but how can i use a local copy of rails
with my rails 3 application (locally)?
Quick googling didn't help, and on StackOverflow there is something
about putting local rails to the "vendor" directory, but it does not
seem to work for me.
Can you clarify exactly what you mean please? Give an example of what
you are trying to achieve. Also tell us which version(s) of rails you
are interested in as the answer may vary.
Can you clarify exactly what you mean please? Give an example of what
you are trying to achieve. Also tell us which version(s) of rails you
are interested in as the answer may vary.
(i actually copied the folder with my copy of rails git repository to
vendor/rails).
After that my sample application started using this copy of rails
instead of rails gem.