文件名称:activerecord-colored_log_subscriber:ActiveRecord的彩色SQL日志反向移植。 见http
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-10 03:22:09
Ruby
ActiveRecord的彩色SQL日志回传 由于Chris Tonkinson(@cmtonkinson)的工作,Rails 5将具有精细SQL日志记录,因此您可以轻松地在日志中看到SELECT,INSERT,UPDATE,DELETE和transaction语句。 该gem是该彩色日志记录功能的经过测试的反向端口。 安装 将此行添加到您的应用程序的Gemfile中: gem 'activerecord-colored_log_subscriber' 然后执行: $ bundle 或将其自己安装为: $ gem install activerecord-colored_log_subscriber 发展 签出仓库后,运行bin/setup来安装依赖项。 然后,运行bundle exec rake test来运行测试。 您也可以运行bin/console进行交互式提示,以进行
【文件预览】:
activerecord-colored_log_subscriber-master
----.gitignore(98B)
----bin()
--------setup(116B)
--------console(360B)
----.travis.yml(76B)
----LICENSE.txt(1KB)
----README.md(2KB)
----lib()
--------activerecord()
--------activerecord-colored_log_subscriber.rb(46B)
----Appraisals(268B)
----Gemfile(39B)
----activerecord-sqlcolor-logging.gemspec(1KB)
----Rakefile(238B)
----test()
--------cases()
--------test_helper.rb(485B)
--------test_helper()