My app has a Ruby on Rails back-end (using git and heroku), and a front-end designer (css/jquery) just asked if he could work on the code without install rails (i.e. downloading the code from git, and just ftp’ing it to heroku).
It does not seem like it is possible to FTP to heroku. Is there some other way that front-end developers can interact with rails without having to install rails on their own?
Thank you!
Greg
I’ll provide a sample of static html pages generated thanks to the actual application together with the css & js files. The only point missing is the ajax processes then.