A fresh new take on a heavy coorporate problem, taking risk and mitigation to a new level.
Missing a freelancer doing Ruby and Rails? I'm looking for exciting projects to work on!
Axis Communications
Expand and improve existing internal tools to comply to new corporate procedures.
I18n power tool: stylesheet_flipper for rails’ asset pipeline
Spice up your localization toolbox with stylesheet_flipper: Make you left-to-right (LTR) designed css stylesheets support right-to-left (RTL) locales with a snap (and vice versa). For the impatient: All this ended …
Compiling assets during slug compilation on heroku cedar stack with rails 3.1
Trying to deploy a rails 3.1 app to heroku, I got the following error during slug compilation: path/to/image.png isn’t precompiled … Precompiling assets failed, enabling runtime asset compilation Turns out …
Don’t use windows for Ruby on Rails development
Starting a new task at a major company, I was given a PC running windows 7 (believe it or not, they never bothered to ask me for preferences) for developing …
Prototyping: Axure vs. Rails
Since I want to do prototypes using my favorite tool, Ruby on Rails, I thought I’d better check out Axure to see what the competition is.
Rails + jQuery request datatypes condensed
Recently I’ve noticed that the default behaviour for the jQuery UJS adapter has changed a couple of times. This is my condensed take on getting ajax working smooth with jQuery UJS and Rails 3
Validate presence of at least one associated record
I’ve previously had the need to validate, that at least on record in a has_many association existed. For that I used a custom validator. But today i realized that the presence validator in rails 3 will do exactly that
