From cf99f41cdd72fc233fdf17cf6a21cfb1cecaa68d Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 13 Nov 2024 18:22:28 -0600 Subject: [PATCH 1/4] Mention rubyvideo.dev --- en/community/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/community/index.md b/en/community/index.md index 053df6f70b..628ba71616 100644 --- a/en/community/index.md +++ b/en/community/index.md @@ -47,6 +47,8 @@ to start: work-in-progress, discuss the future of Ruby, and welcome newcomers to the Ruby community. + Additionally, you can visit [rubyvideo.dev](https://www.rubyvideo.dev/) to find videos of Ruby conferences and talks. + [Podcasts](podcasts/) : If you prefer to listen to discussions about Ruby rather than read, you can tune into one of these awesome Ruby podcasts. These Rubyists From 4665684a36f119fb8e8723f1dd315a3676358c62 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 13 Nov 2024 18:35:40 -0600 Subject: [PATCH 2/4] Add newsletters to community content --- _data/locales/en.yml | 2 +- en/community/index.md | 6 ++---- en/community/weblogs/index.md | 19 +++++++++++-------- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/_data/locales/en.yml b/_data/locales/en.yml index 60dcafc273..f078c09800 100644 --- a/_data/locales/en.yml +++ b/_data/locales/en.yml @@ -65,7 +65,7 @@ sidebar: url: /en/community/user-groups/ description: Get in contact with Rubyists in your area. weblogs: - text: Blogs + text: Blogs and Newsletters url: /en/community/weblogs/ description: Read about what’s happening right now in the Ruby community. ruby_core: diff --git a/en/community/index.md b/en/community/index.md index 628ba71616..a17b293f5f 100644 --- a/en/community/index.md +++ b/en/community/index.md @@ -36,10 +36,8 @@ to start: : Now is a fantastic time to follow Ruby’s development. If you are interested in helping with Ruby, start here. -[Ruby Blogs](weblogs/) -: Very little happens in the Ruby community that is not talked about on - the blogs. We’ve got a nice list of suggestions for you here for - getting plugged in. +[Ruby Blogs and Newsletters](weblogs/) +: Most activities and updates in the Ruby community are discussed through blogs and newsletters. Here’s a curated list to help you stay connected and informed. [Ruby Conferences](conferences/) : Ruby programmers around the world are getting involved in more and diff --git a/en/community/weblogs/index.md b/en/community/weblogs/index.md index 5048495b70..84ffda821d 100644 --- a/en/community/weblogs/index.md +++ b/en/community/weblogs/index.md @@ -1,14 +1,19 @@ --- layout: page -title: "Blogs" +title: "Blogs and Newsletters" lang: en --- -Ruby blogs have exploded over the past years and given sufficient -hunting, you can unearth hundreds of blogs sharing bits of Ruby code, -describing new techniques, or speculating on Ruby’s future. +Ruby blogs and newsletters have exploded over the past years and given +sufficient hunting, you can unearth hundreds of blogs sharing bits of +Ruby code, describing new techniques, or speculating on Ruby’s future. {: .summary} +### Newsletters + +* [**Ruby Weekly**][ruby-weekly]: A newsletter that curates the most interesting Ruby articles and news each week. +* [**Short Ruby Newsletter**][short-ruby-newsletter]: A weekly summary of the articles, discussions, and news from the Ruby community. + ### Mining for Ruby Blogs * [**RubyFlow**][rubyflow], “the Ruby and Rails community linklog”, @@ -22,9 +27,6 @@ describing new techniques, or speculating on Ruby’s future. A few notable blogs stand out for the frequency and immediacy of their updates. -* [**Ruby Weekly**][ruby-weekly]: Although more of a newsletter than a - blog, Ruby Weekly is a distillation of the most interesting Ruby - articles and news each week. * [**DEV Ruby Tag**][dev-ruby-tag] is the collection of all posts tagged Ruby within the DEV Community. DEV is a network of thousands of software developers who blog about and discuss code. @@ -47,6 +49,7 @@ out there, be sure to share! [rubyland]: http://rubyland.news/ [ruby-weekly]: https://rubyweekly.com/ [dev-ruby-tag]: https://dev.to/t/ruby -[riding-rails]: http://weblog.rubyonrails.org/ +[riding-rails]: https://rubyonrails.org/blog/ [reddit]: http://www.reddit.com/r/ruby [hn]: http://news.ycombinator.com/ +[short-ruby-newsletter]: https://newsletter.shortruby.com/ From 8653ec8f554c5e86ca41e02934f0990ac31a6fdb Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 13 Nov 2024 18:43:02 -0600 Subject: [PATCH 3/4] Remove deadlinks from the community page --- en/community/index.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/en/community/index.md b/en/community/index.md index a17b293f5f..d7119954c2 100644 --- a/en/community/index.md +++ b/en/community/index.md @@ -53,14 +53,8 @@ to start: use their podcasts to cover new releases, community news, and interview their fellow Ruby developers. -General Ruby Information -: * [Ruby Central][ruby-central] - * [Ruby at Open Directory Project][ruby-opendir] - * [Rails at Open Directory Project][rails-opendir] - - +[Ruby Central][ruby-central] +: Ruby Central is a non-profit organization dedicated to supporting the worldwide Ruby community. [ruby-central]: http://rubycentral.org/ [ruby-discord]: https://discord.gg/ad2acQFtkh -[ruby-opendir]: https://dmoztools.net/Computers/Programming/Languages/Ruby/ -[rails-opendir]: https://dmoztools.net/Computers/Programming/Languages/Ruby/Software/Frameworks/Rails/ From 21d56e209e5c018bacdd57565e2cf1ec82b9e72e Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 13 Nov 2024 23:59:59 -0600 Subject: [PATCH 4/4] Update names to Rails blog --- en/community/weblogs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/community/weblogs/index.md b/en/community/weblogs/index.md index 84ffda821d..ebb5f23ca0 100644 --- a/en/community/weblogs/index.md +++ b/en/community/weblogs/index.md @@ -30,7 +30,7 @@ updates. * [**DEV Ruby Tag**][dev-ruby-tag] is the collection of all posts tagged Ruby within the DEV Community. DEV is a network of thousands of software developers who blog about and discuss code. -* [**Riding Rails**][riding-rails] is the official group blog of the +* [**Ruby on Rails Blog**][ruby-on-rails-blog] is the official group blog of the Ruby on Rails team. If you are running Rails, this blog is essential for notification of security updates and an overall view of the wide Rails community. @@ -49,7 +49,7 @@ out there, be sure to share! [rubyland]: http://rubyland.news/ [ruby-weekly]: https://rubyweekly.com/ [dev-ruby-tag]: https://dev.to/t/ruby -[riding-rails]: https://rubyonrails.org/blog/ +[ruby-on-rails-blog]: https://rubyonrails.org/blog/ [reddit]: http://www.reddit.com/r/ruby [hn]: http://news.ycombinator.com/ [short-ruby-newsletter]: https://newsletter.shortruby.com/