Lee’s Latest tweets
- I wrote a blog this week to share technical ways to show leadership as an engineer: linkedin.com/pulse/25-ways-… 5 years ago
- People tell me I should still be using twitter. 5 years ago
- RT @Medium: “The Secret of the Apple’s New San Francisco Fonts” by @amachino medium.com/@mach… 7 years ago
- RT @gamesasylum: Every Kinder Surprise contains a dead Minion. http://t.co/41Sn5m4tOX 7 years ago
- RT @hemmingmusic: Debut album out July 24! Pre-order & get 4 tracks instantly: smarturl.it/HemmingiTunes CD/Vinyl: smarturl.it/HemmingStore http… 7 years ago
-
Recent Posts
- Fluent 2014: Supercharge Your Mobile Emails March 13, 2014
- Making it easier to generate single retina-pixel (hairline) images March 10, 2014
- Combining CSS regions with transforms and animations September 23, 2013
- CSS Regions, and why you’ll be using them before you know it September 9, 2013
- City maintenance as an analogy for software development August 27, 2013
- Banishing “Your Session Has Expired” from the Internet August 12, 2013
- On Rescue.js July 29, 2013
- Swap your Rails stack traces for a REPL July 15, 2013
- Highly usable (but slightly crazy) CSS3 effects round-up July 1, 2013
- A Better Toolchain for Everyone Building Pixel-Perfect Designs June 17, 2013
- Blur This! (or Demonstrating MobileSafari’s Awesome Support for CSS3 Filter Effects) June 3, 2013
Archives
- March 2014
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- September 2011
- January 2011
- May 2010
- January 2010
- October 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
Categories
- Announcements (3)
- Chrome (2)
- CSS (10)
- Dot net (1)
- Events (2)
- General (5)
- HOW-TOs (7)
- Java (1)
- Javascript (1)
- Miscellaneous (8)
- Progress (1)
- Rails (10)
- Starting up (12)
- Tools (8)
- Uncategorized (1)
Category Archives: Rails
Swap your Rails stack traces for a REPL
The Developer tools I really love are those that help me reduce the time that elapses between a bug occurring and a bug being fixed. One of the more obvious types of bug is a top-level unhandled exception. The message “I’m … Continue reading
Posted in Rails, Tools
Leave a comment
Get productive: hacking Sublime Text 2 for faster rails/project navigation
Programmer productivity stems from the ability to easily and efficiently navigate, create and edit the code you need to work with. To this end, it’s incredibly important to pay attention to the efficiency of your own daily workflow. If you’re … Continue reading
Posted in Rails, Tools
4 Comments
How to make Chrome understand the Sass/SCSS in your rails app
When you open the Chrome web inspector, you can browse to the styles that are being applied to your elements. It’s great. Unfortunately, if you’re using a framework like LESS or Sass, then by default Chrome will reference the CSS … Continue reading
Posted in Chrome, CSS, Rails, Tools
43 Comments
Using facebook connect (only) to authorize users with authlogic
I’ve been working on our semi-stealthy new webapp for the last couple of months and I’ve been putting off fixing a bug for ages because it was so damned weird. We want users to be able to sign-up with facebook … Continue reading
Posted in Rails
Leave a comment
mig_constraints is not compatible with rails 2.3
Although it’s old, mig_constraints has sat in my rails plugin directory for a while now because it adds much needed foreign key support to ActiveRecord. I’m on of those crazy guys that thinks a relational database should maintain relational integrity, … Continue reading
Setting up a kick-ass rails server on Ubuntu 9.04 (Jaunty)
I recently created a new slicehost and thought I’d try the latest Ubuntu release with it. Unlike brightbox hosting, you only get a plain boring ubuntu installation out of the box on slicehost (and various other VPS-based hosting services). A … Continue reading
Nokogiri fails to work on Solaris (11), but fix it like this!
I’ll have a better fix up in the near future, but for now, the ruby gem “Nokogiri” crashed out on me on Joyent’s Solaris platform. Its error was a little cryptic unless you’re familiar with libc. I can’t reproduce it here … Continue reading
Posted in Rails
Leave a comment
Getting Rails 2.2 to work on Mac OS X, despite the MySQL ruby “gem”
rubygems makes package management a nightmare. This is demonstrated every time you try and setup a new server using your operating system’s ruby/rails packages. It gets fully demonstrated when you try and upgrade to Rails 2.2 on a Mac. You can … Continue reading
Posted in Rails
Leave a comment
Explained: learning Ruby on Rails (Part 2)
If you followed along in , you will have downloaded and installed Netbeans 6 to get a complete Ruby development environment. You should also have prototyped a web design idea, added some dynamic code to it, and got cosy with … Continue reading
Explained: how the hell do I *really* learn Ruby on Rails?
I own several books on Rails, all of them very well written and pleasant to read. But there’s a big difference between reading a book and knowing & learning a platform. You have to code in that platform, you have … Continue reading