by julesie on 3/5/13, 9:52 AM with 2 comments
This is assuming that their work will need to be integrated into an existing RoR app.
Would you?
a) set them up with a rails environment and let them write static html in the view files
b) no rails environment but access to git repo, let them right static pages in public folder calling relevant assets
c) completely separate folder with just their html/css/js/img files
d) something else entirely
by drstewart on 3/5/13, 4:44 PM
by sherm8n on 3/5/13, 5:44 PM
I gave a designer my laptop once to work on a rails project. She had no problem editing haml and css files. So I would try that for the first experiment.