Reputation: 8691
anybody know a way to just get emailed when new versions of Ruby and Rails are released? They have mailing lists and Ruby on Rails has a twitter, but i dont want all the noise that comes with those, i just want to know when a new releases are made, especially ones with security fixes.
Upvotes: 6
Views: 850
Reputation: 43153
Get the feed from the rails blog. https://rubyonrails.org/feed.xml
Upvotes: 3
Reputation: 10856
Gemnasium is a great online tool to monitor your project dependencies. You can sync your Github repos or upload Gemfiles of the projects which dependencies you'd like to monitor.
Upvotes: -1
Reputation: 4432
Follow Rails at VersionEye and you will receive an email as soon the next version will be released.
http://www.versioneye.com/ruby/rails/4.0.0
And You can customize your own RSS Feed to get notified about new versions. Currently you can follow more than 220K open source projects.
By the way. I work at VersionEye. Let me know if you have questions ;-)
Upvotes: 3
Reputation: 946
You can use IFTTT with "RSS to E-mail"
I have shared a recipe:
https://ifttt.com/recipes/66069
Upvotes: -1
Reputation: 2541
You could try this service: http://gemnotifier.org/
It will send you an email whenever a new version of a particular gem is released.
Upvotes: 1
Reputation: 19485
Your best bet is to subscribe to rubyonrails-security. There's also rubyonrails-talk, but that's much noisier.
Upvotes: 1