TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best environment for non-rails front end developer?

2 点作者 julesie大约 12 年前
What environment would you give a front end designer/developer with no knowledge of Ruby on Rails?<p>This is assuming that their work will need to be integrated into an existing RoR app.<p>Would you?<p>a) set them up with a rails environment and let them write static html in the view files<p>b) no rails environment but access to git repo, let them right static pages in public folder calling relevant assets<p>c) completely separate folder with just their html/css/js/img files<p>d) something else entirely

2 条评论

drstewart大约 12 年前
For designers (not front-end devs), we have a completely separate repo based on Bootstrap that lets them tweak styles to their hearts content. Once they're done, they update and tag the version (it's a Ruby gem), which our apps can pull in by just updating the Gemfile. Makes it easy for both parties.
sherm8n大约 12 年前
There's no right answer to this. Can you experiment and see what works best for your team?<p>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.