Recent Posts

Ensuring the file uploaded by Refile

less than 1 minute read

Refile is an neat and simple file upload library for Ruby applications. It can be easily to integrated into Rails app. Be advised, I am on its git version 6a...

Binding ACE editor with Rails form helper

1 minute read

ACE editor only can bind with a div container which means rails form helper can’t help when you want to bind with an attribute. I am going to work through my...

Adding a system call to Linux 3.14

4 minute read

There are plenty of blog posts about adding a system call to Linux 2.6, but they are out of date now. Here is a article about adding a system call to Linux 3...