aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-06-14 22:52:38 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-06-14 22:52:38 +0530
commitc1474ff2e78da7a3443c3eee470a1e9aa5b560dd (patch)
treed02393ca969e8ab612ab7e764f5504c34bd6da89 /guides/source/contributing_to_ruby_on_rails.textile
parentf5e7cb84cd377feb1b60c5356ce02123e9c94380 (diff)
parent5795efa9d8c330853c9ce4507abc3d5b8baa65e1 (diff)
downloadrails-c1474ff2e78da7a3443c3eee470a1e9aa5b560dd.tar.gz
rails-c1474ff2e78da7a3443c3eee470a1e9aa5b560dd.tar.bz2
rails-c1474ff2e78da7a3443c3eee470a1e9aa5b560dd.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.textile4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile
index 92c607b6f5..b52cd6c6b6 100644
--- a/guides/source/contributing_to_ruby_on_rails.textile
+++ b/guides/source/contributing_to_ruby_on_rails.textile
@@ -109,7 +109,7 @@ You can run any single test separately too:
<shell>
$ cd actionpack
-$ ruby -Itest test/template/form_helper_test.rb
+$ bundle exec ruby -Itest test/template/form_helper_test.rb
</shell>
h4. Warnings
@@ -319,6 +319,8 @@ Now get busy and add or edit code. You’re on your branch now, so you can write
* Include tests that fail without your code, and pass with it.
* Update the (surrounding) documentation, examples elsewhere, and the guides: whatever is affected by your contribution.
+TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted.
+
h4. Follow the Coding Conventions
Rails follows a simple set of coding style conventions.