steve emmons
steve emmons
i really like this gem and have pushed my company to use it for several apps, especially when needing to go to outside translation firms to get the localization work...
the ActiveMessaging::load_processors method has a "first" parameter that suppresses logging of the loading of application processor files, but loads them anyway i noticed this because i have a constant defined...
**Describe the bug** Following instructions for using Redis, but while I can create a Rpush::Apnsp8::App, I cannot subsequently call Rpush::Apnsp8::App.find_by_name(...) per the README **To Reproduce** Run rails console and call...
maybe like "rails", "devise", and "will-paginate" have corresponding "rails-i18n", "devise-i18n", and "will-paginate-i18n"? thanks!
## Environment - Ruby **[2.6.5]** - Rails **[6.0.2.1]** - Devise **[4.7.1]** ## Current behavior When 'protect_from_forgery' is in use, ActionController::InvalidAuthenticityToken is triggered when receiving a callback request from the SAML...
i have a working cargo workspace and am trying to add it to an existing bazel WORKSPACE file with the following standard definitions per the docs ``` load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")...