HN2new | past | comments | ask | show | jobs | submit | sikachu_'s commentslogin

If you're using Bundler (which I assume you do, for Rails 3.0) tl;dr is changing from:

    gem 'rails', '3.0.20'
to

    gem 'rails', github: 'rails/rails', branch: '3-0-stable'


This is slightly different: this will mean you're bundling the stable branch, which may or may not be the same as 'the last release plus a single security patch.'


I found it brilliant first time I founded that out myself. It's more like improving user's experience from their end.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: