File tree 2 files changed +14
-3
lines changed
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
18
18
#
19
19
# config.time_zone = "Central Time (US & Canada)"
20
20
# 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
21
32
end
22
33
end
Original file line number Diff line number Diff line change 1
1
AppdevSupport . 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
5
5
end
6
6
7
7
AppdevSupport . init
You can’t perform that action at this time.
0 commit comments