glaszig

Results 78 comments of glaszig

in the meantime i'm using this patch in a rails app to move ice_cube's translations to the top of `I18n.load_paths`: `config/initializers/ice_cube.rb` ```rb module IceCube LOCALES_PATH = I18n::LOCALES_PATH remove_const :I18n I18n...

i have 2 ideas: 1. have an ice_cube namespace as fallback: `I18n.t("day_names", scope: %i(date ice_cube))[day]` 2. raise on missing translation: `I18n.t!("date.day_names")[day]`

this just hit me by way of flaky test failures on ci. the problem is that `IceCube::I18n` gets `autoload`ed lazily which may happen after all other `I18n` gem initialization phases...

whenver uses an _identifier_ to sync the crontab. that identifier is by default the `:application` setting. so be sure to have that set, [as mentioned above](https://github.com/javan/whenever/issues/734#issuecomment-353422296). you can set a...

> I'm curious what the "Rails Way" of handling SMS is or should be. Most apps I've built in the last 10 years have needed it and a nice abstraction...

this gem is dead, isn't it? @dewski

thanks for the contribution. i'm currently not working with swift/xcode so let me know when you think this pr is ready and i'll merge.

thanks for beating me to it ;)

in the meantime you can use a plugin i wrote for this specific use case: https://gist.github.com/glaszig/35e18880f77a16073e2ab6f28a14880d