Christian Pekeler

Results 13 comments of Christian Pekeler

When you have six fields, it's hard to distinguish between minute-hour-date-month-weekday-year and second-minute-hour-date-month-weekday. Personally, I can't imagine wanting to use cron for something where seconds matter, or which run so...

I want my app to stop if a component throws an exception in :start. So if I have states A, B, C, D, E, and if for example C throws...

I can reproduce this issue every time when the link includes a block element: ``` {:disable_with => 'Please wait...'} do %> click ``` Breaks in older IE versions, too. Breaking...