August 2008
13 posts
2 tags
nbibler committed to rails/rails →
efa6620a2a7b8ae7b42664ab81faef7df1368939 Added optional rake doc:app TITLE environment parameter
Aug 30th
Aug 30th
2 tags
I'm a Ruby on Rails contributor →
It’s a retardedly small changeset, but I think it’s useful. And that makes my first core contribution. :-D
Aug 30th
2 tags
nbibler forked find-param →
Forked repository is at nbibler/find-param
Aug 25th
Aug 22nd
“Seminole County has had at least 12.75 inches of rain today, up to 25” in...”
– Central Florida News 13
Aug 22nd
Aug 21st
Aug 21st
Aug 21st
Aug 18th
2 tags
Small update to acts_as_state_machine
I know it’s outdated, but I often find myself using the Subversion version of the acts_as_state_machine plugin, written by Scott Barron. And, while it has since been replaced, I believe by the AASM plugin (also by Scott Barron) on GitHub, I thought I’d throw a small patch here that makes it behave slightly better. Index:...
Aug 18th
RoboCup Soccer Simulator server on CentOS 5
Be sure you’re running in a graphical environment (Gnome, KDE, etc.). Download and extract the rcssbase, rcssserver, and rcssmonitor packages from the SourceForge project into unique directories. $ yum install gcc-c++ boost-devel libX11-devel libXpm-devel In each of the extracted directories: $ ./configure && make && make install To run the server: $...
Aug 15th
1 tag
Apache and Subversion
<IfModule mod_rewrite.c> RewriteRule ^(.*/)?\.svn/? - [F,L] ErrorDocument 403 "Access Forbidden" </IfModule>
Aug 12th