Hongli Lai
Hongli Lai
I discovered [Yeoman](http://yeoman.io/) recently and I'm really impressed by their terminal interface. Yeowman is a scaffold generator similar to "rails generate", but it's general-purpose and written in JavaScript. Their terminal...
Installing Juvia is a pain for people who are not Rails developers. Today I heard of https://github.com/crohr/pkgr, a tool for easily converting Rails apps to Debian packages. Maybe it would...
Comments marked as spam do not show up in the comments list, but do show up in the comment count. Fix this.
See https://groups.google.com/forum/#!msg/phusion-passenger/NGDPPyZs6oc/ZPBGH6GlDT8J
This might be due to webhook format differences between Gitlab and Github.
Autobuild-osx should create a release symlink when building from a git tag.
The fact that the user is directly confronted with the passenger_ruby directive raises eyebrows among non-Ruby users. Consider hiding this directive by splitting it to an external config file or...
There may be duplicate files in the Traveling Ruby package tree. Native extensions are the biggest offenders. For example, when it comes to the Nokogumbo gem, its native extension is...
In issue #3 I have described how I envision support for native extensions to work. Since requiring developers to build native extensions themselves is too much hassle, I proposed providing...