一篇介绍console使用技巧的好文章:http://errtheblog.com/post/26
除此之外,console可以运行在各种RAILS_ENV环境:
ruby 代码
-
- ruby script/console
-
-
- ruby script/console test
为了在console中让日志直接输出控制台,而不是日志文件中,修改~/.irbrc
ruby 代码
- if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER')
- require 'logger'
- Object.const_set('RAILS_DEFAULT_LOGGER', Logger.new(STDOUT))
- end
分享到:
相关推荐
Shuffle: Tips and Tricks Julien Demouth, NVIDIAhttp://www.gputechconf.com/page/home.htmlGlossary Warp— Implicitly synchronized group of threads (32 on current HW) Warp ID (warpid)— Identifier ...
After the tremendous success of Direct3D ShaderX: Vertex and Pixel Shader Tips and Tricks, I planned to do another book with an entirely new set of innovative ideas, techniques, and algorithms...
《D3 tips and tricks version 4》是一本专注于Web前端开发的书籍,主要介绍了使用D3.js库进行交互式数据可视化的技术。D3.js是一种非常流行的前端JavaScript库,用于基于Web标准生成动态和交互式的数据可视化图表。...
《ShaderX Vertex and Pixel Shader Tips and Tricks》是一本专注于计算机图形学中着色器技术的专业书籍。本书由Wolfgang F. Engel编辑,由Wordware Publishing, Inc.出版,并获得了美国国会图书馆的编目数据记录。...
wxPython Grid Tips and Tricks
Some tips and tricks about Windows Ultimate.
50 Tips and Tricks for MongoDB Developers
### PDF Can be Pretty Darn Fancy: Tips and Tricks for the ODS PDF Destination #### 概述 在SAS软件中,ODS(Output Delivery System)是一个非常强大的工具,它允许用户控制输出格式、样式以及目的地。ODS PDF...
Visual Studio Code tips and tricks for JavaScript developers
50 Tips and Tricks for MongoDB Developers中文版
Become more productive with Microsoft Azure – tips and tricks
Shaderx 2, Shader Programming Tips and Tricks with DirectX ,ShaderX
THR2209 - Visual Studio for Mac tips and tricks.pptx
Cheatsheets for each machine learning field, as well as another dedicated to tips and tricks to have in mind when training a model. Refreshers in related topics that highlight the key points of the ...
《S7_200中文实例Tips&tricks》是一个针对西门子S7-200系列PLC编程的实用资源集合。S7-200是西门子推出的一种小型可编程逻辑控制器,广泛应用于工业自动化领域,尤其适合中小型控制系统。这个压缩包中的内容可能是由...