igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

Prepare for Rails 5.1 #77

Closed igorkasyanchuk closed 6 years ago

igorkasyanchuk commented 7 years ago

Rendered /root/projects/rails_db/app/views/rails_db/tables/_row.html.erb (5.4ms) CACHE (0.0ms) SELECT COUNT(*) FROM "contacts" DEPRECATION WARNING: Method with_indifferent_access is deprecated and will be removed in Rails 5.1, as ActionController::Parameters no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.3/classes/ActionController/Parameters.html (called from params_for at /usr/local/rvm/gems/ruby-2.4.0/bundler/gems/kaminari-711ece7f0ffc/lib/kaminari/helpers/tags.rb:38) DEPRECATION WARNING: Method with_indifferent_access is deprecated and will be removed in Rails 5.1, as ActionController::Parameters no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.3/classes/ActionController/Parameters.html (called from params_for at /usr/local/rvm/gems/ruby-2.4.0/bundler/gems/kaminari-711ece7f0ffc/lib/kaminari/helpers/tags.rb:38) DEPRECATION WARNING: Method with_indifferent_access is deprecated and will be removed in Rails 5.1, as ActionController::Parameters no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.3/classes/ActionController/Parameters.html (called from params_for at /usr/local/rvm/gems/ruby-2.4.0/bundler/gems/kaminari-711ece7f0ffc/lib/kaminari/helpers/tags.rb:38) DEPRECATION WARNING: Method with_indifferent_access is deprecated and will be removed in Rails 5.1, as ActionController::Parameters no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.3/classes/ActionController/Parameters.html (called from params_for at /usr/local/rvm/gems/ruby-2.4.0/bundler/gems/kaminari-711ece7f0ffc/lib/kaminari/helpers/tags.rb:38) Rendered /root/projects/rails_db/app/views/rails_db/tables/_sql.html.erb (0.2ms) Rendered /root/projects/rails_db/app/views/rails_db/tables/_data.html.erb (291.1ms) Rendered /root/projects/rails_db/app/views/rails_db/tables/data.html.erb within layouts/rails_db/application (292.1ms) Rendered /root/projects/rails_db/app/views/rails_db/shared/_header.html.erb (1.6ms) Rendered /root/projects/rails_db/app/views/rails_db/shared/_sidebar.html.erb (5.4ms) Rendered /root/projects/rails_db/app/views/rails_db/shared/_gems.html.erb (0.3ms) Rendered /root/projects/rails_db/app/views/rails_db/shared/_footer.html.erb (1.6ms) Completed 200 OK in 379ms (Views: 195.8ms | ActiveRecord: 147.3ms)