mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix spelling errors and references to application.rb in command line guide
This commit is contained in:
parent
1a8226977f
commit
3e56a38324
1 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ Usage: ./script/generate generator [options] [args]
|
|||
...
|
||||
|
||||
Installed Generators
|
||||
Builtin: controller, integration_test, mailer, migration, model, observer, performance_test, plugin, resource, scaffold, session_migration
|
||||
Built-in: controller, integration_test, mailer, migration, model, observer, performance_test, plugin, resource, scaffold, session_migration
|
||||
|
||||
...
|
||||
...
|
||||
|
@ -356,8 +356,8 @@ $ rails . --git --database=postgresql
|
|||
add 'Rakefile'
|
||||
create README
|
||||
add 'README'
|
||||
create app/controllers/application.rb
|
||||
add 'app/controllers/application.rb'
|
||||
create app/controllers/application_controller_.rb
|
||||
add 'app/controllers/application_controller_.rb'
|
||||
create app/helpers/application_helper.rb
|
||||
...
|
||||
create log/test.log
|
||||
|
|
Loading…
Reference in a new issue