Martin Tepper

Results 16 comments of Martin Tepper

Oh, absolutely.

Yep. Lots of dead links on http://cheat.errtheblog.com/ as well. Is this project dead ?

@sferik Well crap now I feel like a dick :( I didn't want to offend, sorry. Let me offer some more details: ``` $ gem install cheat Successfully installed cheat-1.3.3...

> Looks like a fix for this might be adding an explicit `self.table_name = "foo_bar"` to one of the models. We've got the same issue, and this doesn't work for...

:+1: Similar use case here! I would add a requirement to also move the start time and the exceptions into the Rule - basically everything, making the Schedule only a...

@seejohnrun Sure I can do that, but that wouldn't fix the translation-clobbering issue, right?

Come to think of it, why does ice_cube even need to define translation keys which match the commonly used keys from rails/ruby I18n, like "date.formats.default" etc., since there are also...

Hah, turns out you can just remove those keys that duplicate the formatting from I18n. There weren't even in some locales. I left in the day/month names because without them...

I'm not working on that project anymore, but great to see someone is picking this up :)

I suppose noone had time yet? I just stumbled over the config option not working, I tried to make it configurable in our project like this: `config.enabled = (Rails.env.development? and...