From 8e1f1ee44241838c2b701ad2622d98c9c41ea268 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Dec 2004 16:14:20 +0000 Subject: Moved require_association to associations.rb and added methods for resetting the inheritable attributes on subclasses git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@125 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/doc/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/doc/index.html') diff --git a/railties/doc/index.html b/railties/doc/index.html index b40b9562ea..522a88cd5c 100644 --- a/railties/doc/index.html +++ b/railties/doc/index.html @@ -53,8 +53,8 @@ Recommendation: Use *_development and *_test names, such as basecamp_development and basecamp_test
Warning: Don't point your test database at your development database, it'll destroy the latter on test runs!
  • Edit config/database.yml with your database settings. -
  • Create controllers and models using the generators in script/new_*
    - Help: Run a generator with no arguments for documentation +
  • Create controllers and models using the generator in script/generate
    + Help: Run the generator with no arguments for documentation
  • See all the tests run by running rake.
  • Develop your Rails application!
  • Setup Apache with FastCGI (and Ruby bindings), if you need better performance -- cgit v1.2.3