Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Rails mailing list URLs to new discuss discourse URL #38864

Merged
merged 1 commit into from Apr 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -30,13 +30,13 @@ Changes that are cosmetic in nature and do not add anything substantial to the s

#### **Do you intend to add a new feature or change an existing one?**

* Suggest your change in the [rubyonrails-core mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core) and start writing code.
* Suggest your change in the [rubyonrails-core mailing list](https://discuss.rubyonrails.org/c/rubyonrails-core) and start writing code.

* Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.

#### **Do you have questions about the source code?**

* Ask any question about how to use Ruby on Rails in the [rubyonrails-talk mailing list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-talk).
* Ask any question about how to use Ruby on Rails in the [rubyonrails-talk mailing list](https://discuss.rubyonrails.org/c/rubyonrails-talk).

#### **Do you want to contribute to the Rails documentation?**

Expand Down
2 changes: 1 addition & 1 deletion actioncable/README.md
Expand Up @@ -21,4 +21,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion actioncable/actioncable.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actioncable/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/actioncable",
}

Expand Down
2 changes: 1 addition & 1 deletion actionmailbox/actionmailbox.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actionmailbox/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/actionmailbox",
}

Expand Down
2 changes: 1 addition & 1 deletion actionmailer/README.rdoc
Expand Up @@ -138,4 +138,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actionmailer/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/actionmailer",
}

Expand Down
2 changes: 1 addition & 1 deletion actionpack/README.rdoc
Expand Up @@ -55,4 +55,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actionpack/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/actionpack",
}

Expand Down
2 changes: 1 addition & 1 deletion actiontext/actiontext.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actiontext/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/actiontext",
}

Expand Down
2 changes: 1 addition & 1 deletion actionview/README.rdoc
Expand Up @@ -37,4 +37,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion actionview/actionview.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actionview/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/actionview",
}

Expand Down
2 changes: 1 addition & 1 deletion activejob/README.md
Expand Up @@ -130,4 +130,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion activejob/activejob.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activejob/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/activejob",
}

Expand Down
2 changes: 1 addition & 1 deletion activemodel/README.rdoc
Expand Up @@ -263,4 +263,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion activemodel/activemodel.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activemodel/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/activemodel",
}

Expand Down
2 changes: 1 addition & 1 deletion activerecord/README.rdoc
Expand Up @@ -216,4 +216,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion activerecord/activerecord.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activerecord/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/activerecord",
}

Expand Down
2 changes: 1 addition & 1 deletion activestorage/README.md
Expand Up @@ -159,4 +159,4 @@ Bug reports for the Ruby on Rails project can be filed here:
Feature requests should be discussed on the rails-core mailing list here:
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion activestorage/activestorage.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activestorage/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/activestorage",
}

Expand Down
2 changes: 1 addition & 1 deletion activesupport/README.rdoc
Expand Up @@ -37,4 +37,4 @@ Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activesupport/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/activesupport",
}

Expand Down
2 changes: 1 addition & 1 deletion guides/source/3_0_release_notes.md
Expand Up @@ -73,7 +73,7 @@ $ ruby script/plugin install git://github.com/rails/rails_upgrade.git

You can see an example of how that works at [Rails Upgrade is now an Official Plugin](http://omgbloglol.com/post/364624593/rails-upgrade-is-now-an-official-plugin)

Aside from Rails Upgrade tool, if you need more help, there are people on IRC and [rubyonrails-talk](https://groups.google.com/group/rubyonrails-talk) that are probably doing the same thing, possibly hitting the same issues. Be sure to blog your own experiences when upgrading so others can benefit from your knowledge!
Aside from Rails Upgrade tool, if you need more help, there are people on IRC and [rubyonrails-talk](https://discuss.rubyonrails.org/c/rubyonrails-talk) that are probably doing the same thing, possibly hitting the same issues. Be sure to blog your own experiences when upgrading so others can benefit from your knowledge!

Creating a Rails 3.0 application
--------------------------------
Expand Down
4 changes: 2 additions & 2 deletions guides/source/contributing_to_ruby_on_rails.md
Expand Up @@ -74,7 +74,7 @@ submissions! They just won't get backported to maintenance branches.

If you'd like feedback on an idea for a feature before doing the work to make
a patch, please send an email to the [rails-core mailing
list](https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core). You
list](https://discuss.rubyonrails.org/c/rubyonrails-core). You
might get no response, which means that everyone is indifferent. You might find
someone who's also interested in building that feature. You might get a "This
won't be accepted". But it's the proper place to discuss new ideas. GitHub
Expand Down Expand Up @@ -613,7 +613,7 @@ is the open source life.

If it's been over a week, and you haven't heard anything, you might want to try
and nudge things along. You can use the [rubyonrails-core mailing
list](https://groups.google.com/forum/#!forum/rubyonrails-core) for this. You can also
list](https://discuss.rubyonrails.org/c/rubyonrails-core) for this. You can also
leave another comment on the pull request.

While you're waiting for feedback on your pull request, open up a few other
Expand Down
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Expand Up @@ -2145,7 +2145,7 @@ getting up and running with Rails, feel free to consult these support
resources:

* The [Ruby on Rails Guides](index.html)
* The [Ruby on Rails mailing list](https://groups.google.com/group/rubyonrails-talk)
* The [Ruby on Rails mailing list](https://discuss.rubyonrails.org/c/rubyonrails-talk)
* The [#rubyonrails](irc://irc.freenode.net/#rubyonrails) channel on irc.freenode.net


Expand Down
2 changes: 1 addition & 1 deletion guides/source/layout.html.erb
Expand Up @@ -115,7 +115,7 @@
<%= link_to 'open an issue', 'https://github.com/rails/rails/issues' %>.
</p>
<p>And last but not least, any kind of discussion regarding Ruby on Rails
documentation is very welcome on the <%= link_to 'rubyonrails-docs mailing list', 'https://groups.google.com/forum/#!forum/rubyonrails-docs' %>.
documentation is very welcome on the <%= link_to 'rubyonrails-docs mailing list', 'https://discuss.rubyonrails.org/c/rubyonrails-docs' %>.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion rails.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/releases/tag/v#{version}",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}",
}

Expand Down
2 changes: 1 addition & 1 deletion railties/README.rdoc
Expand Up @@ -37,4 +37,4 @@ Bug reports can be filed for the Ruby on Rails project here:

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
* https://discuss.rubyonrails.org/c/rubyonrails-core
2 changes: 1 addition & 1 deletion railties/railties.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/rails/rails/issues",
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/railties/CHANGELOG.md",
"documentation_uri" => "https://api.rubyonrails.org/v#{version}/",
"mailing_list_uri" => "https://groups.google.com/forum/#!forum/rubyonrails-talk",
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
"source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/railties",
}

Expand Down