Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to be notified when new Ruby or Rails releases are made?

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.

like image 657
Mohamed Hafez Avatar asked Nov 13 '12 00:11

Mohamed Hafez


People also ask

When did rails 7 come out?

March 8, 2022 Rails 7.0.2.3, 6.1. 4.7, 6.0. 4.7, and 5.2. 6.3 have been released!

What version of Rails are we on?

What is the latest ruby on rails version? December 15, 2021 Rails versions 6.0.

How do I run a local rails project?

Go to your browser and open http://localhost:3000, you will see a basic Rails app running. You can also use the alias "s" to start the server: bin/rails s . The server can be run on a different port using the -p option. The default development environment can be changed using -e .


2 Answers

Get the feed from the rails blog. http://weblog.rubyonrails.org/feed/atom.xml

like image 148
Andrew Avatar answered Oct 08 '22 21:10

Andrew


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 ;-)

like image 33
Robert Reiz Avatar answered Oct 08 '22 21:10

Robert Reiz