about summary refs log tree commit homepage
path: root/HACKING
DateCommit message (Collapse)
2014-05-06swap out most of the rubyforge.org links
Update the old mailing list info with our new public-inbox info. The old mongrel.rubyforge.org links have been dead for years, oh well. There's only a few days left of RubyForge left...
2014-01-11GNUmakefile: add "check" target for running all tests
"check" rolls off the fingers of users familiar with GNU Automake more easily. The "test-all" target is preserved for compatibility.
2011-06-06Document the method for building the Unicorn gem.
Signed-off-by: Hongli Lai (Phusion) <hongli@phusion.nl>
2010-09-15doc: update HACKING for documentation contributions
We switched to RDoc 2.5.x long ago and this should clarify some documentation preferences I have.
2009-12-06doc/HACKING: "git format-patch" with "-M" is better
2009-11-21doc: "RubyGems" is the correct capitalization
So says the project website and documentation
2009-11-09HACKING: update with "gmake" in examples
Most GNU users already know their "make" is GNU make but it may not be obvious to non-GNU users.
2009-09-30Add makefile targets for non-release installs
This should make it easier to test and run unreleased versions.
2009-09-19Add HACKING document