Questions tagged «ruby»

动态的,开放源代码的编程语言,着重于简单性和生产率。(引用:ruby-lang.org)

3
新贵跟踪错误的进程PID-不重新生成
我最初在StackOverflow上问过这个问题。然后意识到这可能是一个更好的地方。 我有bluepill设置来监视我的delay_job进程。(Ruby On Rails应用程序) 使用Ubuntu 12.10。 我正在使用Ubuntu的启动和监视bluepill服务本身upstart。我的新贵配置位于(/etc/init/bluepill.conf)以下。 description "Start up the bluepill service" start on runlevel [2] stop on runlevel [016] expect daemon exec sudo /home/deploy/.rvm/wrappers/<app_name>/bluepill load /home/deploy/websites/<app_name>/current/config/server/staging/delayed_job.bluepill # Restart the process if it dies with a signal # or exit code not given by the 'normal exit' stanza. respawn …
11 upstart  services  ruby 


3
/ sbin / getty进程导致100%CPU利用率
我有一个Ubuntu 12.04 LTS (GNU/Linux 3.2.0-25-virtual i686)在主机上作为KVM-VM运行的实例,该主机旁边再运行一个VM。 我使用Capistrano Deployment-gem部署了Ruby on Rails应用程序。 但是,如果我在短时间内连续两次部署,由于该/sbin/getty过程,CPU使用率将跃升至100%。 怎么会这样? 我相信getty是一个相当简单的程序,可以将登录名从终端传递到登录过程。 另外:在我的Capfile(Capistrano配置文件)中,我在部署Rails应用程序后正在运行某些命令,其中包括sudo /sbin/restart <APPNAME>对新贵任务的调用。 可以以某种方式关联吗? 我总是可以取消getty流程,并且问题一直待到下一次部署为止,但是我宁愿理解并解决问题。 任何帮助表示赞赏。附件是我的问题的屏幕截图。
11 server  upstart  ruby 

3
如何更新到最新版本的SASS?
这真是愚蠢,但我已经谷歌搜索了一个小时,却找不到答案。 我在Ubuntu 10.10上,并且尝试更新到最新版本的SASS,以便可以在@import规则中使用@media规则。 如此处建议;https://github.com/nex3/sass/issues/64,我尝试过: $ sudo gem install sass --pre 那似乎很好用: Successfully installed sass-3.2.0.alpha.35 1 gem installed 但是,当我尝试时$ sass -v,会得到:Haml/Sass 3.0.9 (Classy Cassidy)这是更新之前的旧版本。 我究竟做错了什么? $ which gem /usr/bin/gem $ which sass /usr/bin/sass 尝试了答案: $ sass -v Haml/Sass 3.0.9 (Classy Cassidy) $ sudo gem uninstall -Iax sass Removing sass Removing sass-convert …
9 ruby  gem 

2
安装MySQL Ruby Gem
嗨,我未成功尝试在Ubuntu 10.04上安装MySQL Gem。 我尝试了以下命令: sudo gem install mysql sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config 我收到以下消息: Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb checking for mysql_ssl_set()... no checking for rb_str_set_len()... no checking for rb_thread_start_timer()... no checking for …

2
如何在ubuntu 14.04中访问Ruby命令行?
我已经在系统上安装了版本2.1.3p242的Ruby On Rails。但是我找不到ruby命令行。我已搜索但未找到。 我尝试检查一下 红宝石:显示一些详细信息 手册栏:“当手册页不可用时,请参阅'man 7 undocumented'以获取帮助。” 可以有人帮助我打开Ruby cmd行。
9 ruby  rails 

1
无法安装sqlite3
作业系统:Ubuntu 12.04 LTS $sudo apt-get install libsqlite3-dev The following packages have unmet dependencies: libsqlite3-dev : Depends: libsqlite3-0 (=3.7.9-2ubuntu1) but 3.7.9-2ubuntu1.1 is to be installed $sudo apt-get install libsqlite3-0 Building dependency tree Reading state information... Done libsqlite3-0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and …
9 ruby  sqlite 

1
安装capybara-webkit ruby​​ gem
尝试安装capybara-webkit ruby​​ gem时出现以下错误 Gem :: Installer :: ExtensionBuildError:错误:无法生成gem本机扩展。 /home/s/.rvm/rubies/ruby-1.8.7-p371/bin/ruby extconf.rb cd src/ && /usr/lib/x86_64-linux-gnu/qt4/bin/qmake /home/s/.rvm/gems/ruby-1.8.7- p371@/gems/capybara-webkit-0.14.1/src/webkit_server.pro -spec /usr/share/qt4/mkspecs/linux-g++ -o Makefile.webkit_server cd src/ && make -f Makefile.webkit_server make[1]: Entering directory `/home/s/.rvm/gems/ruby-1.8.7-p371@/gems/capybara- webkit-0.14.1/src' g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB - DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. - I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork …
8 installation  qt  ruby 


1
您如何运行Ruby脚本?
我在Synaptic Package Manager上安装了Ruby,但是当我双击一个.rb文件时,它只是使用Leafpad打开而不是运行。我在开始菜单中找不到Ruby,当我在LXTerminal中键入Ruby时,什么也没发生。 我基本上是想弄清楚如何运行https://dev.wikia.com/wiki/RubyWikiDownloader在文件夹中复制图像以进行备份和传输。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.