I have a javascript project that is still in development; Then I have another rails project that will use the javascript project;
I would like to have in "my-rails-project/public/javascript/" the link to the other javascript project. I would like to be able to make changes within the rails-project and affect the javascript-project.
Is this possible and how? thanks (: