Does Oneiros Dream?

そこら辺にいるクソガキのブログ

ruby

CentOS + Unicron + Ruby on Rails + Nginx

Passenger + Apache + Ruby on Rails is not very good. In particular there is a difference in performance.Therefore, I constructed CentOS + Unicron + Ruby on Rails + Nginx. Incidentally, the performance was not much difference : )Work are th…

Automation of Compile with ruby

A general procedure of programming is as follows. Coding -> make -> execution.This is troublesome. So, I would like to automate this.The following program detects a update of a file and carries out make -> execution automatically. require …