aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-07-15 19:36:19 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-07-15 19:36:19 +0530
commita80e1e437e74409d8b47b0c3b0cc0bc9ba78c190 (patch)
treeabcfc7fcc30c7196cb2b71c7217f91d5a344197b /guides/source/contributing_to_ruby_on_rails.textile
parentaa6f5120a71dd04f54f248b6c60890bca6d82adc (diff)
parent92dcdc590ebb8407e7f53c26d501d169799d0eff (diff)
downloadrails-a80e1e437e74409d8b47b0c3b0cc0bc9ba78c190.tar.gz
rails-a80e1e437e74409d8b47b0c3b0cc0bc9ba78c190.tar.bz2
rails-a80e1e437e74409d8b47b0c3b0cc0bc9ba78c190.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile
index fd5e2b28c0..a8a097d156 100644
--- a/guides/source/contributing_to_ruby_on_rails.textile
+++ b/guides/source/contributing_to_ruby_on_rails.textile
@@ -34,6 +34,8 @@ h4. What about Feature Requests?
Please don't put "feature request" items into GitHub Issues. If there's a new feature that you want to see added to Ruby on Rails, you'll need to write the code yourself - or convince someone else to partner with you to write the code. Later in this guide you'll find detailed instructions for proposing a patch to Ruby on Rails. If you enter a wishlist item in GitHub Issues with no code, you can expect it to be marked "invalid" as soon as it's reviewed.
+If you'd like feedback on an idea for a feature before doing the work for make a patch, please send an email to the "rails-core mailing list":https://groups.google.com/forum/?fromgroups#!forum/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 Issues are not a particularly good venue for the sometimes long and involved discussions new features require.
+
h3. Running the Test Suite
To move on from submitting bugs to helping resolve existing issues or contributing your own code to Ruby on Rails, you _must_ be able to run its test suite. In this section of the guide you'll learn how to set up the tests on your own computer.