mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed typos [ci skip]
This commit is contained in:
parent
3ba0eeda02
commit
128fa3b9a4
1 changed files with 2 additions and 2 deletions
|
@ -570,7 +570,7 @@ $ rails runner 'puts ActiveRecord::Base.connections'
|
|||
|
||||
Since pool is not in the `ENV['DATABASE_URL']` provided connection information its information is merged in. Since `adapter` is duplicate, the `ENV['DATABASE_URL']` connection information wins.
|
||||
|
||||
The only way to explicitly not use the connection information in `ENV['DATABASE_URL']` is to specify an explicit URL connectinon using the `"url"` sub key:
|
||||
The only way to explicitly not use the connection information in `ENV['DATABASE_URL']` is to specify an explicit URL connection using the `"url"` sub key:
|
||||
|
||||
```
|
||||
$ cat config/database.yml
|
||||
|
@ -716,7 +716,7 @@ Rails will now prepend "/app1" when generating links.
|
|||
|
||||
#### Using Passenger
|
||||
|
||||
Passenger makes it easiy to run your application in a subdirectory. You can find
|
||||
Passenger makes it easily to run your application in a subdirectory. You can find
|
||||
the relevant configuration in the
|
||||
[passenger manual](http://www.modrails.com/documentation/Users%20guide%20Apache.html#deploying_rails_to_sub_uri).
|
||||
|
||||
|
|
Loading…
Reference in a new issue