April 2009
23 posts
Atlas: a visual IDE for desktop-like web apps →
280North is amazing.
Apr 1st
March 2009
37 posts
Sign up for Google Apps - Standard Edition →
For some reason Google seems to be trying to hide the free version of Google Apps for business. Here is a link to the signup page.
Mar 31st
Mar 31st
How to set up a mail server on a GNU / Linux... →
Might need to get this up and running as we are having trouble with a provider.
Mar 31st
Railscasts - Beginning with Cucumber →
Okay, it uses RSpec not Shoulda. Still, I was just talking about Cucumber. Weird.
Mar 30th
10 Creative & Rich UI interfaces & How to Create... →
This is pretty cool. I am seriously going to look into that form auto-completion.
Mar 30th
Mar 29th
Mixing Cucumber with Test::Unit/Shoulda →
I am going to try some Shoulda + Cucumber this weekend.
Mar 28th
thoughtbot's clearance at master - GitHub →
I usually like what thoughtbot does. I am wondering why we need yet another auth framework… Anyone using this?
Mar 28th
RubyRags // Ruby and Ruby on Rails t-shirts for... →
Vote for this shirt. You know we both want one.
Mar 27th
Shoulda for Rails 2.3 Branch
If you are using Shoulda with Rails 2.3 it is going to be grumpy. There are some changes that cause them to fight with each other. So instead of script/install-ing grab the Shoulda Rails-2.3 branch from Github. And be happy again.
Mar 27th
Mar 27th
Confreaks: MountainWest RubyConf 2009 →
They have some videos of their talks up. Interesting and free. I like free…
Mar 27th
The Omni Group - OmniGraphSketcher →
Looks like a neet/neat way to make charts and graphs…
Mar 25th
IP address geolocation SQL database →
Saw this on Reddit. Is there anything you can’t get on the web?
Mar 25th
famfamfam.com: Silk Icons. →
Is there anything cooler than free web icons?!? Okay maybe that… But, c’mon.
Mar 25th
“The RubyRags site looks funny in Microsoft Internet Explorer. So does your...”
– RubyRags // Ruby and Ruby on Rails t-shirts for stylish Rubyists
Mar 25th
Ordering via associated model in RoR.
I have had to search this 2 times today so I thought I better leave myself a note. I just can’t remember the syntax to save my life: @downloads = Download.find(:all, :include => :asset, :order => “asset.file_type, asset.file_name”)
Mar 24th
iPhone OS 3.0 Preview Keynote →
Watch the iPhone 3.0 keynote.
Mar 18th
iPhone OS 3.0
Apple announced the iPhone OS 3.0 today. Very exciting! Check out their website for the details.
Mar 18th
Cloud Compute, Cloud Server, Cloud Servers, On... →
Rackspace now has cloud servers!
Mar 17th
Git Commands to get things going.
Once you have some code and a Gitosis server, what do you do? cd project git init git add . git remote add origin git@git.server.com:project.git git push origin master:refs/heads/master This should have your code in git faster that you can say ‘mark is cool’. He sure is.
Mar 16th
Sharing git repositories via OS X’s built-in web... →
I need to try this…
Mar 16th
scie.nti.st » Hosting Git repositories, The Easy... →
Simple tutorial to get Gitosis up and running.
Mar 16th
GitX - (OSX)  →
Git tool for osx - just make sure that you actually have a /user/local/bin directory before you add the command-line tool or it will fail.
Mar 16th
Formating date Time in Rails →
Nice little reference…
Mar 14th
Protected File Downloads with Ruby on Rails and... →
Nice way to use paperclip to secure file access.
Mar 14th
thoughtbot - Shoulda →
This is #1 on my list of things to learn more about…
Mar 12th
Authlogic →
Looks like a interesting replacement for my current auth plugin…
Mar 11th
Phusion Passenger Issue on OSX - paperclip -... →
This fixes Paperclip on OSX with Passenger
Mar 10th
RedCloth Textile Reference Manual →
Mar 10th
thoughtbot - Paperclip →
An attachment plugin for RoR’s ActiveRecord that lets files work as simply as any other attributes do.
Mar 9th
Google Toolbox for Mac →
Some pretty sweet tools that, amongst other things, allow you to Unit Test iPhone code
Mar 9th
Upgrading Rails on OS X [sic]
The truth of the matter is that you shouldn’t gem update rails on OSX because it will not update the rest of the gems that you need to run Rails (Active Record for example). You will get much more success with gem install rails as this will ensure that the correct version of all of the Rails required gems are installed as well.
Mar 9th
SVN 1.5.5 Binaries (OSX) | CollabNet  →
With a little export PATH=/usr/local/bin:$PATH you too can have svn --version say 1.5.5.
Mar 9th
Passenger Preference Pane · Fingertips →
A Preference Pane for OSX that lets you kick it with Phusion’s Passenger minus the whole configure Apache2 thing.
Mar 9th
ikea - Google Search →
The first sponsored link looks like IKEA right? WRONG!!! Click on it and you will find it is a SMS2Win scam where 10,000 people give them $2 for a chance at a $500 IKEA gift card. I am pretty sure this type of misrepresentation is violating both the law and IKEA’s trademarks. Google, you need to verify your ads a bit better…
Mar 9th
"Office Biggest Loser" Competition
I am taking part in an office wide Biggest Loser competition. And I am off to a great start. I am down 20lbs or about 10% of my weight in 4 weeks. How, you might ask? Well actually it is simple. The only reason that I am overweight is simply laziness. I get focussed on a problem or project and simply cannot be bothered to do anything else. This means that I work late into the night and go...
Mar 3rd