Skip to content

Commit 4c66ab2

Browse files
author
Zachary Scott
committed
Feature requests should be made on the mailing list, not submitted to
the issue tracker. See also rails#15455 [ci skip]
1 parent fab8d07 commit 4c66ab2

File tree

7 files changed

+40
-7
lines changed

7 files changed

+40
-7
lines changed

actionmailer/README.rdoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ API documentation is at
156156

157157
* http://api.rubyonrails.org
158158

159-
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
159+
Bug reports can be filed for the Ruby on Rails project here:
160160

161161
* https://github.com/rails/rails/issues
162162

163+
Feature requests should be discussed on the rails-core mailing list here:
164+
165+
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
166+

actionpack/README.rdoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ API documentation is at
4848

4949
* http://api.rubyonrails.org
5050

51-
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
51+
Bug reports can be filed for the Ruby on Rails project here:
5252

5353
* https://github.com/rails/rails/issues
54+
55+
Feature requests should be discussed on the rails-core mailing list here:
56+
57+
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
58+

actionview/README.rdoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ API documentation is at
2929

3030
* http://api.rubyonrails.org
3131

32-
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
32+
Bug reports can be filed for the Ruby on Rails project here:
3333

3434
* https://github.com/rails/rails/issues
35+
36+
Feature requests should be discussed on the rails-core mailing list here:
37+
38+
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
39+

activemodel/README.rdoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ API documentation is at
262262

263263
* http://api.rubyonrails.org
264264

265-
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
265+
Bug reports can be filed for the Ruby on Rails project here:
266266

267267
* https://github.com/rails/rails/issues
268+
269+
Feature requests should be discussed on the rails-core mailing list here:
270+
271+
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
272+

activerecord/README.rdoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ API documentation is at:
208208

209209
* http://api.rubyonrails.org
210210

211-
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
211+
Bug reports can be filed for the Ruby on Rails project here:
212212

213213
* https://github.com/rails/rails/issues
214+
215+
Feature requests should be discussed on the rails-core mailing list here:
216+
217+
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
218+

activesupport/README.rdoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ API documentation is at:
3030

3131
* http://api.rubyonrails.org
3232

33-
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
33+
Bug reports can be filed for the Ruby on Rails project here:
3434

3535
* https://github.com/rails/rails/issues
36+
37+
Feature requests should be discussed on the rails-core mailing list here:
38+
39+
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
40+

railties/README.rdoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ API documentation is at
3131

3232
* http://api.rubyonrails.org
3333

34-
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
34+
Bug reports can be filed for the Ruby on Rails project here:
3535

3636
* https://github.com/rails/rails/issues
3737

38+
Feature requests should be discussed on the rails-core mailing list here:
39+
40+
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
41+

0 commit comments

Comments
 (0)