Development

Changeset 10498

You must first sign up to be able to contribute.

Changeset 10498

Show
Ignore:
Timestamp:
07/29/08 06:38:41 (4 months ago)
Author:
dwhittle
Message:

doc: fixed typo in chapter 8 (closes #4092)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/book/08-Inside-the-Model-Layer.txt

    r10189 r10498  
    542542`hostspec`, `database`, `username`, and `password` are the usual database connection settings. 
    543543 
    544 To overridden the configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`. 
     544To override the configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`. 
    545545 
    546546If you use a SQLite database, the `hostspec` parameter must be set to the path of the database file. For instance, if you keep your blog database in `data/blog.db`, the `databases.yml` file will look like Listing 8-19. 
  • doc/branches/1.2/book/08-Inside-the-Model-Layer.txt

    r10189 r10498  
    542542`hostspec`, `database`, `username`, and `password` are the usual database connection settings. 
    543543 
    544 To overridden the configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`. 
     544To override the configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`. 
    545545 
    546546If you use a SQLite database, the `hostspec` parameter must be set to the path of the database file. For instance, if you keep your blog database in `data/blog.db`, the `databases.yml` file will look like Listing 8-19.