problem with gitlab install
Created by: ktotofei
При выполнении bundle exec rake db:drop RAILS_ENV=production Появляется warninig: WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang. Если выполнить --trace:
bundle exec rake db:drop RAILS_ENV=production --trace WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang. ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop
Установлено: Debian 6 ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] Rails 3.1.1 SQLite version 2.8.17