January 2011
1 post
February 2010
1 post
2 tags
And Rebuild Snow Leopard Ruby readline ...
New operating system, same history: rebuilding Snow Leopard ruby readline to allow non ascii chars on irb:
curl -O ftp://ftp.cwru.edu/pub/bash/readline-6.1.tar.gz
tar xzvf readline-6.1.tar.gz
cd readline-6.1
./configure --prefix=/usr/local
make
sudo make install
cd ..
ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
svn co...
July 2009
1 post
3 tags
Rebuild ruby readline due to Leopard Software...
Due to the recent Leopard ruby update, accents and other non ascii characters are never more available for irb. This is how to proceed to fix that:
$ locate libreadline
/usr/lib/libreadline.dylib
/usr/local/lib/libreadline.5.2.dylib
/usr/local/lib/libreadline.5.dylib
/usr/local/lib/libreadline.a
/usr/local/lib/libreadline.dylib
$ ruby --version
ruby 1.8.6 (2008-08-11 patchlevel 287)...
May 2009
1 post
Pathname of the Righteous →
January 2009
1 post
3 tags
Leopard MySQL related gems goodies
I know I will forget this for the next time I might need it …
ARCHFLAGS="-arch i386" gem install do_mysql -- --with-mysql-dir=/usr/local/mysql --with-mysql-config=/usr/local/mysql/bin/mysql_config
sudo install_name_tool -change /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib /usr/local/mysql/lib/libmysqlclient.15.dylib...
November 2008
1 post
Merb 1.0 →
October 2008
4 posts
1 tag
Shades of Gray: Getting Code Ready for Ruby 1.9 →
New in Ruby 1 9 →
Nothing is certain except death, taxes, and bugs in software.
– Twitter / Cultured Code: Nothing is certain except …
GNU Sed recipes →
September 2008
2 posts
Rak, a grep replacement in pure Ruby →
slate blog, a rails cms | Textile Editor Demo →
August 2008
3 posts
The iPhone is a great platform. The iPhone 3G remains the phone in my pocket...
– Joyeur: iPhone 3G Review
Testing Tumble
Just small Tumble iPhone app test from the beach.
Vacation days are finished, btw…
Simple AMQP Library for Ruby →
July 2008
6 posts
Users aren’t stupid, they just have other things to do
– Theocacao: Thinking Like a Cocoa Programmer
git hosting with Leopard — The Mechanical Turk →
Setting up Leopard git hosting properly using gitosis
The Ruby on Rails I18n core api - artweb design →
No Gettext, reinventing the wheel?
There are many, many, many posts on how to make it install - and most of them...
– Installing ruby mysql gem in OSX 10.5 (Leopard) - nullcreations
Porting UNIX/Linux Applications to Mac OS X: Open... →
pseudogreen: Disabling Leopard’s ridiculous “Are... →
June 2008
9 posts
Football is a simple game; 22 men chase a ball for 90 minutes and at the end,...
– Gary Lineker - Wikipedia, the free encyclopedia
Spain marched into their first final in 24 years in style by comfortably beating...
– Euro 2008 - Spain power past Russia into final - Yahoo! Eurosport UK
LivePipe™ : User Interface Components for... →
Spain booked their place in the semi-final of Euro 2008 as Iker Casillas emerged...
– Euro 2008 - Spot on Spain knock out Italy - Yahoo! Eurosport UK
Chyrp →
random-data's random_data-1.3.1 Documentation →
Random singleton class with a series of methods for generating random test data including names, mailing addresses, dates, phone numbers, e-mail addresses, and text.
Pastie →
Tan sólo son dos líneas: “Telefónica ha firmado un acuerdo con Apple para...
– Gizmodo ES :
Telefónica confirma a su manera el lanzamiento del iPhone en España
May 2008
1 post
Best Crash Report Ever | Potion Factory →
Shortly after a masked butcher, knife and all, broke through my thrice-locked front door barking threats of murder, Tangerine! unexpectedly quit.
April 2008
6 posts
Mike Subelsky's Blog: Presenter classes help with... →
Many links about Presenter Pattern for Rails
Potion Store | Potion Factory →
Installing a Secure Subversion Server on Leopard →
Including how to configure https on leopard
Firefox: Try Firefox 3 and Keep Firefox 2 Safe on... →
Leopard changes for launchd plist
OnDemand <boolean>
This key was used in Mac OS X 10.4 to control whether a job was kept
alive or not. The default was true. This key has been deprecated and
replaced in Mac OS X 10.5 with the more powerful KeepAlive option.
Leopard man page for launchd
February 2008
5 posts
If everything is important, nothing is
– Next Update: Application Interface Design
Leopard's Quick Look & TextMate integration →
Shoulda 4.0.0 released - rails 2.0 compatible →
Textpattern 4.0.6 →
Release announcement
Helvetica Forever (Reblog)
Bryan: Fuck Arial! Helvetica Forever!
Luke: exactly
Luke: R > R
Luke: G >> G
Bryan: http://bingo.bryanbell.com/public/skitch/skitched-20080201-092417.png
Luke: jabber is quite lame sometimes
Luke: like, you can't frigging paste graphics
Bryan: wërd
Pedro: one of you both should post this conversation to tumblr 
January 2008
3 posts
As described here, there are two appropriate pluralizations of the word penis:...
– http://dev.rubyonrails.org/ticket/10919
Safari CSS Hack Redux →
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
}
Force unmount volume on Mac OS X
From terminal run df and give a look to the value for the Filesystem column of output - the name of the mounted volume is on column Mounted On.
Say that Filesystem column value for the volume you desire to unmount is /dev/disk2s2; from the command line run: hdiutil eject -force /dev/disk2s2 and that’s all.
December 2007
1 post
Show full directory path in Finder window title... →
November 2007
3 posts
Prototype Date Chooser →
JS Modal Box with Prototype →
Displaying UTF-8 correctly in Leopard Terminal →
June 2007
2 posts
Rails in the wild (on Debian), step-by-step,... →