October 2010
6 posts
WatchWatch
I just uploaded “All for the Ashpex Quick Mix” to www.mixcloud.com - listen now!
Oct 28th
WatchWatch
Just favorited “Crissy Criss & Skibadee Summer Mix Live on BBC 1Xtra 29.9.10” by Crissy Criss on Mixcloud.com
Oct 22nd
WatchWatch
Just favorited “Frenzy Show - April, Drum & Bass Liquid Funk” by MeKyle on Mixcloud.com
Oct 22nd
4 tags
CSSEdit happy with Rails
Ever wondered how to get CSSEdit Live preview to work with Ruby on Rails without reconfiguring the override each time you refresh the page? Simple. Add the following to your development.rb file in your config folder.  ENV["RAILS_ASSET_ID"] = ""
Oct 5th
7 tags
RVM and Passenger playing nicely
After reading a brilliant blog on phusion.nl - Phusion Passenger & running multiple Ruby versions I’m happy to find a successful setup that works with my environment.  I have multiple app’s running on my system that use different Gemsets and Ruby versions.  Here is an example of my setup : As you can see, I’ve set passenger to setup to run a proxy server for...
Oct 4th
8 tags
TextMate Setup
Hey guys, I thought I would share my current TextMate environment setup. TextMate is my weapon of choice when it comes to text editors as it’s lightweight but can have plugins implemented to suite your development environment.  I’m a Ruby on Rails Developer and have my environment setup for maximum efficiency and productivity.  Firstly I jump on over to MacroMates website and...
Oct 4th
8 notes