Skip to content

Commit

Permalink
pr updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton committed Sep 14, 2023
1 parent 581b7d6 commit 3cc7d5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,16 @@ class Application < Rails::Application
#
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")
config.generators do |g|
g.test_framework nil
g.factory_bot false
g.scaffold_stylesheet false
g.stylesheets false
g.javascripts false
g.helper false
end

config.action_controller.default_protect_from_forgery = true
config.generators.system_tests = nil
end
end
6 changes: 3 additions & 3 deletions config/initializers/appdev_support.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppdevSupport.config do |config|
config.action_dispatch = true
config.active_record = true
config.pryrc = :minimal
# config.action_dispatch = true
# config.active_record = true
# config.pryrc = :minimal
end

AppdevSupport.init

0 comments on commit 3cc7d5b

Please sign in to comment.