Home
Use RVM with textmate
rvm wrapper 1.9.3 textmate
- Get textmate_ruby path by
which textmate_ruby
- Set env var
TM_RUBY={textmate_ruby path}
in textmate preferences
15 Mar 2012
Default logger level for environments
Logger level has:
logger.(debug|info|warn|error|fatal)
The default Rails log level is info
in production mode and debug
in development and test mode.
Since the log out put also consumed the system IO resource so please take care.
15 Mar 2012