Writing Archive

Links for February 21st (del.icio.us)

These are semanticdreamer’s del.icio.us bookmarks for February 21st from 20:27 to 20:27:

Read more...

How-to Install Rails 3.0 Beta on OS 10.5.8 Leopard

While I did most of my recent web dev projects in PHP5 I still follow the development of Ruby on Rails …on it’s path to a stable version 3.0 release.

So no wonder that I had to get my hands dirty with the just recently released Rails 3.0 Beta.

While I still own a 12″ PowerBook with OS X 10.5.8 Leopard (latest OS X PPC release) I needed to get rails-3.0.0.beta running on this machine – of course ;-)

Finder.png

1. Upgrade to Ruby 1.8.7 with RubyGems

As at least Ruby 1.8.7 is required by Rails 3.0 I decided to use MacPorts (prerequisite!) to upgrade Ruby version 1.8.6 as shipped with OS X Leopard.

sudo port install ruby rb-rubygems

sudo gem update --system

source ~/.profile

Satellit:~ matthias$ ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [powerpc-darwin9]

2. Install Rails 3.0 Beta (rails-3.0.0.beta) along with the required dependencies

sudo gem install i18n tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler sqlite3-ruby

sudo gem install rails --pre

3. Create Rails app. and start the server

Satellit:~ matthias$ rails rails3beta-test

Satellit:~ matthias$ cd rails3beta-test

Satellit:~ matthias$ rails server

Inspired by Silumesii Maboshe.

Read more...

Links for February 12th (del.icio.us)

These are semanticdreamer’s del.icio.us bookmarks for February 12th from 10:05 to 17:59:

Read more...

Links for February 10th (del.icio.us)

These are semanticdreamer’s del.icio.us bookmarks for February 10th from 22:10 to 22:10:

  • BashFlash – A different kind of Flash blocker for Snow Leopard – On 64-bit Macs running Snow Leopard, Safari pushes the Flash plug-in off into its own process. BashFlash lives as a tiny menu app, monitoring this process and warns you (by turning red) if Flash is using a relatively significant amount of processor cycles. You can then use its menu to kill the Flash plug-in.

Read more...

Links for February 10th (del.icio.us)

These are semanticdreamer’s del.icio.us bookmarks for February 10th from 20:10 to 20:10:

  • BashFlash – A different kind of Flash blocker for Snow Leopard – On 64-bit Macs running Snow Leopard, Safari pushes the Flash plug-in off into its own process. BashFlash lives as a tiny menu app, monitoring this process and warns you (by turning red) if Flash is using a relatively significant amount of processor cycles. You can then use its menu to kill the Flash plug-in.

Read more...

Everything’s amazing and nobody’s happy.

:-)) … once again a great find by Swissmiss, thanks!!

It’s Louis C.K. (a standup comedian, actor, writer and director) on the Conan Show.

Via swissmiss.

Read more...