Skip to content

Commit 83a0132

Browse files
Merge pull request rails#51328 from fatkodima/remove-useless-lines-from-doc
Remove useless example lines from the `configuring.md` doc
2 parents 5411787 + 53523a3 commit 83a0132

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

guides/source/configuring.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3089,9 +3089,6 @@ development:
30893089
$ echo $DATABASE_URL
30903090
postgresql://localhost/my_database
30913091
3092-
$ bin/rails runner 'puts ActiveRecord::Base.configurations'
3093-
#<ActiveRecord::DatabaseConfigurations:0x00007fd50e209a28>
3094-
30953092
$ bin/rails runner 'puts ActiveRecord::Base.configurations.inspect'
30963093
#<ActiveRecord::DatabaseConfigurations:0x00007fc8eab02880 @configurations=[
30973094
#<ActiveRecord::DatabaseConfigurations::UrlConfig:0x00007fc8eab020b0
@@ -3114,9 +3111,6 @@ development:
31143111
$ echo $DATABASE_URL
31153112
postgresql://localhost/my_database
31163113
3117-
$ bin/rails runner 'puts ActiveRecord::Base.configurations'
3118-
#<ActiveRecord::DatabaseConfigurations:0x00007fd50e209a28>
3119-
31203114
$ bin/rails runner 'puts ActiveRecord::Base.configurations.inspect'
31213115
#<ActiveRecord::DatabaseConfigurations:0x00007fc8eab02880 @configurations=[
31223116
#<ActiveRecord::DatabaseConfigurations::UrlConfig:0x00007fc8eab020b0
@@ -3138,9 +3132,6 @@ development:
31383132
$ echo $DATABASE_URL
31393133
postgresql://localhost/my_database
31403134
3141-
$ bin/rails runner 'puts ActiveRecord::Base.configurations'
3142-
#<ActiveRecord::DatabaseConfigurations:0x00007fd50e209a28>
3143-
31443135
$ bin/rails runner 'puts ActiveRecord::Base.configurations.inspect'
31453136
#<ActiveRecord::DatabaseConfigurations:0x00007fc8eab02880 @configurations=[
31463137
#<ActiveRecord::DatabaseConfigurations::UrlConfig:0x00007fc8eab020b0

0 commit comments

Comments
 (0)