File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,16 @@ class Application < Rails::Application
1818 #
1919 # config.time_zone = "Central Time (US & Canada)"
2020 # config.eager_load_paths << Rails.root.join("extras")
21+ config . generators do |g |
22+ g . test_framework nil
23+ g . factory_bot false
24+ g . scaffold_stylesheet false
25+ g . stylesheets false
26+ g . javascripts false
27+ g . helper false
28+ end
29+
30+ config . action_controller . default_protect_from_forgery = true
31+ config . generators . system_tests = nil
2132 end
2233end
Original file line number Diff line number Diff line change 11AppdevSupport . config do |config |
2- config . action_dispatch = true
3- config . active_record = true
4- config . pryrc = :minimal
2+ # config.action_dispatch = true
3+ # config.active_record = true
4+ # config.pryrc = :minimal
55end
66
77AppdevSupport . init
You can’t perform that action at this time.
0 commit comments