diff options
author | Zachary Scott <e@zzak.io> | 2014-06-01 19:11:39 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-06-01 19:11:39 -0700 |
commit | 4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b (patch) | |
tree | eef509cdf66080fd75595c310c2104046a29ca19 /actionview | |
parent | fab8d0795a4213e9210c7aa88d3b5653232bb221 (diff) | |
download | rails-4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b.tar.gz rails-4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b.tar.bz2 rails-4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b.zip |
Feature requests should be made on the mailing list, not submitted to
the issue tracker. See also #15455 [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/README.rdoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/actionview/README.rdoc b/actionview/README.rdoc index 35f805346c..5bb62c7562 100644 --- a/actionview/README.rdoc +++ b/actionview/README.rdoc @@ -29,6 +29,11 @@ API documentation is at * http://api.rubyonrails.org -Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here: +Bug reports can be filed for the Ruby on Rails project here: * https://github.com/rails/rails/issues + +Feature requests should be discussed on the rails-core mailing list here: + +* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core + |