m.b.
m.b.
Hello, first of all - thank you for that great job you did with this repo. I was thinking, would that be very hard to change the behaviour implemented here...
We've had a lot of troubles with bower-rails (wrong asset versions installed on production) and after doing a lot of research, one of our frontend guys explained us what might...
Hello! I've reently started using octopus for read/write separation and i'm experiencing some troubles with my setup. I have configured a lot of websites using the same stack: postgres +...
Hello! According to a section in Readme, i should be able to convert hash to cloudwatch "tags". So using `Rails.logger.info :boom => :box` should produce a `x=y, z=q, boom=box`log entry....
Hello! I've found a similar topic on google groups, it's a bit old and i'm not sure if google groups is an official way for asking questions but so i'll...
Hello! First of all, thank you for this great piece of software. I'm creating a website with threaded comments functionality - working kind of like reddit. There is a post,...
Hello! I've just installed a ex_admin in my phoenix app using a getting started tutorial present on this repo's README and i can't access the `/admin` route. Phoenix throws ```...
Hello! I'm trying to use sidekiq_superworker with sidekiq_status. The problem is that i'm not able to use a core method of sidekiq_status, which is `SidekiqStatus::Container.load`. It gives me `SidekiqStatus::Container::StatusNotFound: `....
Hello! I'm trying to integrate omniauth-github in my devise-based app and i encountered an issue with octokit/github API. On the callback route, after successfully signing-in, when trying to use a...
Hello! I'm not sure if that's a responsibility of this lib or not but i'm building a search widget based on graphql server and graphql.js lib and was wondering -...