Skip to content

Instantly share code, notes, and snippets.

@aergonaut
Created August 15, 2019 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aergonaut/0e3b3f01a106e04ad7bfc07feaafa852 to your computer and use it in GitHub Desktop.
Save aergonaut/0e3b3f01a106e04ad7bfc07feaafa852 to your computer and use it in GitHub Desktop.
3a4,6
> DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/chris/src/coupa/coupa_development/config/application.rb:9)
> DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /Users/chris/src/coupa/coupa_development/config/application.rb:9)
> DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from block in included at /Users/chris/src/coupa/coupa_development/lib/coupa_lib/thinking_sphinx_extensions/remote_sphinx.rb:72)
21,22c24,25
< W, [2019-08-15T16:35:30.349288 #80110] WARN -- : LegalInvoice: overriding method 'invalid?'!
< W, [2019-08-15T16:35:30.404496 #80110] WARN -- : LegalPaymentReceipt: overriding method 'invalid?'!
---
> W, [2019-08-15T16:39:00.360383 #80451] WARN -- : LegalInvoice: overriding method 'invalid?'!
> W, [2019-08-15T16:39:00.414634 #80451] WARN -- : LegalPaymentReceipt: overriding method 'invalid?'!
39c42
< Finished in 5.18 seconds (files took 2 minutes 53.5 seconds to load)
---
> Finished in 5.55 seconds (files took 2 minutes 54.3 seconds to load)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment