Joined May 2011
·
Posted to
Turnip Rake Task
over 1 year
ago
@jmuheim, you can add dependencies to a task by 'redefining' that task with new dependencies:
task :spec => 'spec:turnip'
Posted to
Turnip Helper
over 1 year
ago
I like the run-when-loses-focus heuristic! I wasn't aware of that.
There's certainly nothing wrong with using Guard. I tend to save habitually, so in my experience I'm usually waiting for a previous Guard run to finish before the run I want to happen occurs.
I prefer to simply run the test when both the code and I are ready, but to each his own.
Posted to
CSS3 Width Transitions
over 1 year
ago
A coworker did some compatibility testing and found that IE6 was an issue, and IE7 didn't animate the transition. I was testing with FF 16.0.1 and didn't have any issues, but it's quite possible that older versions might. When I get some time I'll do some tinkering. Thanks!
Achievements
446 Karma
40,302 Total ProTip Views
Narwhal
Have at least one original repo where Clojure is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
Forked
Have a project valued enough to be forked by someone else
T-Rex
Have at least one original repo where C is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Charity
Fork and commit to someone's open source project in need
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
@drumsticks, glad to hear that works for you! I'd love to see a protip with some examples so we could try it out!