Skip to content

Commit 3102db1

Browse files
committed
Update notes and do not use :sql format.
1 parent 15927cb commit 3102db1

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Now create the DB and setup the app.
1616

1717
```shell
1818
$ bundle install
19-
$ ./bin/rake db:setup
19+
$ ./bin/rails db:setup
2020
```
2121

22+
23+

config/application.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,5 @@ class Application < Rails::Application
1111
# Settings in config/environments/* take precedence over those specified here.
1212
# Application configuration should go into files in config/initializers
1313
# -- all .rb files in that directory are automatically loaded.
14-
15-
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
16-
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
17-
# config.time_zone = 'Central Time (US & Canada)'
18-
19-
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
20-
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
21-
# config.i18n.default_locale = :de
22-
23-
# Do not swallow errors in after_commit/after_rollback callbacks.
24-
config.active_record.raise_in_transactional_callbacks = true
25-
26-
config.active_record.schema_format = :sql
27-
2814
end
2915
end

db/structure.sql

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)