remove sqlite

stopped working on my mac, but not used anyway
updated to latest debugger and rubyx
This commit is contained in:
Torsten Ruger
2019-02-09 17:49:05 +02:00
parent b858836eb9
commit 3841eed786
9 changed files with 107 additions and 160 deletions

View File

@@ -7,8 +7,3 @@
ActiveSupport.on_load(:action_controller) do
wrap_parameters format: [:json]
end
# To enable root element in JSON for ActiveRecord objects.
# ActiveSupport.on_load(:active_record) do
# self.include_root_in_json = true
# end