Installing the MySQL Ruby Gem on CentOS5
Monday, March 2nd, 2009Pretty easy
yum install mysql-devel
gem install mysql — –with-mysql-config=/usr/bin/mysql_config –with-mysql-lib=/usr/lib/mysql
Pretty easy
yum install mysql-devel
gem install mysql — –with-mysql-config=/usr/bin/mysql_config –with-mysql-lib=/usr/lib/mysql
When displaying certain elements as inline, the whitespace between tags does matter in your layout.
When trying to display some LI tags as inline, I really needed to spit out the tags with no whitespace in between. Unfortunately HAMLs handy-dandy tag indenting was wrecking me. It was so bad, that I resorted to calling a helper [...]