Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ZaneWithSpoon/ec04dba091ba03a4dfb69849e529b537 to your computer and use it in GitHub Desktop.
Save ZaneWithSpoon/ec04dba091ba03a4dfb69849e529b537 to your computer and use it in GitHub Desktop.
== Preparing database ==
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/static.rb:110: warning: The called method `initialize' is defined here
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/type.rb:27: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/type/adapter_specific_registry.rb:9: warning: The called method `add_modifier' is defined here
From: /home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/pg-1.2.3/lib/pg.rb:59 PG.connect:
57: def self::connect( *args )
58: binding.pry
=> 59: return PG::Connection.new( *args )
60: end
[1] pry(PG)> test
ArgumentError: wrong number of arguments (given 0, expected 2..3)
from (pry):1:in `test'
[2] pry(PG)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment