From 2a9c6cc06edd91ef1d20fff2e077b4931957392a Mon Sep 17 00:00:00 2001 From: Rodrigo Rosenfeld Rosas Date: Thu, 13 Aug 2009 11:33:46 -0300 Subject: Update instructions for contribution guide. --- railties/guides/source/contributing_to_rails.textile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile index eae89e0b7e..b20b7d3994 100644 --- a/railties/guides/source/contributing_to_rails.textile +++ b/railties/guides/source/contributing_to_rails.textile @@ -75,7 +75,12 @@ TIP: You may want to "put your git branch name in your shell prompt":http://gith h4. Set up and Run the Tests -All of the Rails tests must pass with any code you submit, otherwise you have no chance of getting code accepted. This means you need to be able to run the tests. For the tests that touch the database, this means creating the databases. If you're using MySQL: +All of the Rails tests must pass with any code you submit, otherwise you have no chance of getting code accepted. This means you need to be able to run the tests. Rails needs the +mocha+ gem for running some tests, so install it with: + +gem install mocha + + +For the tests that touch the database, this means creating the databases. If you're using MySQL: mysql> create database activerecord_unittest; -- cgit v1.2.3