aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJonathan Roes <jroes@jroes.net>2013-05-01 23:14:33 -0300
committerJonathan Roes <jroes@jroes.net>2013-05-01 23:14:33 -0300
commit72bde8484f4b4fe373a2e24edde47539530a65f6 (patch)
tree857c07ad2bb5e713e4b2557cacea5784209ba4b7 /guides
parent0960716d38d15a4aad3e333a8b3c4ae6c8658dc8 (diff)
downloadrails-72bde8484f4b4fe373a2e24edde47539530a65f6.tar.gz
rails-72bde8484f4b4fe373a2e24edde47539530a65f6.tar.bz2
rails-72bde8484f4b4fe373a2e24edde47539530a65f6.zip
Add a few overview bullet points
Diffstat (limited to 'guides')
-rw-r--r--guides/source/development_dependencies_install.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index ef622103f4..312199f8fd 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -5,6 +5,10 @@ This guide covers how to setup an environment for Ruby on Rails core development
After reading this guide, you will know:
+* How to set up your machine for Rails development
+* How to run specific groups of unit tests from the Rails test suite
+* How the ActiveRecord portion of the Rails test suite operates
+
--------------------------------------------------------------------------------
The Easy Way