mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Improve wording, fix some formatting issues
This commit is contained in:
parent
9d87fb8f68
commit
f9cc3f0d8e
1 changed files with 5 additions and 4 deletions
|
@ -18,11 +18,12 @@ is database independent: you don't need to worry about the precise syntax of
|
|||
drop down to raw SQL for database specific features). For example you could use
|
||||
SQLite3 in development, but MySQL in production.
|
||||
|
||||
You'll learn all about migrations including:
|
||||
In this guide, you'll learn all about migrations including:
|
||||
|
||||
* The generators you can use to create them The methods Active Record provides
|
||||
* to manipulate your database The Rake tasks that manipulate them How they
|
||||
* relate to +schema.rb+
|
||||
* The generators you can use to create them
|
||||
* The methods Active Record provides to manipulate your database
|
||||
* The Rake tasks that manipulate them
|
||||
* How they relate to +schema.rb+
|
||||
|
||||
endprologue.
|
||||
|
||||
|
|
Loading…
Reference in a new issue