2012-01-29から1日間の記事一覧

Gemfile.lockってバージョン管理すべき?

Gemを作ってるなら管理すべきでない、アプリを作ってるなら管理すべき、だそうです。 When developing a gem, use the gemspec method in your Gemfile to avoid duplication. In general, a gem’s Gemfile should contain the Rubygems source and a single…