Karl Baum
Karl Baum
I have reproduced the issue in the following test: https://github.com/kbaum/bullet_test/blob/master/test/unit/user_space_test.rb For some reason, when we have the order on the has_many users, the test has an n+1. ``` ruby has_many...
Pruning did not seem to be working and I am not sure how it could have ever worked. Specifically i noticed that following code within prune was comparing an number...
This is a repeat of issue #21 i think, but whenever i click on that issue, i get a 404 from github. I am using rails 3.1 with ruby-1.9.2 with...
I am getting the following error when trying to run migrate for the first time. ``` undefined method `devise' for # /Users/karl/.rvm/gems/ruby-1.9.2-p290@viewthespace/gems/activerecord-3.1.0/lib/active_record/base.rb:1082:in `method_missing' /Users/karl/workspace/viewthespace/app/models/user.rb:4:in `' /Users/karl/workspace/viewthespace/app/models/user.rb:1:in `' /Users/karl/.rvm/gems/ruby-1.9.2-p290@viewthespace/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:456:in `load' /Users/karl/.rvm/gems/ruby-1.9.2-p290@viewthespace/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:456:in...
I ran into #48 and from what I can tell, formatters would not work when passing in the `Rails.logger`. Suppose we have this: ```ruby use GrapeLogging::Middleware::RequestLogger, { logger: Rails.logger, formatter:...
Hi. We are running into a problem with default scopes with `or` conditions when squeel is required. This problem can be reproduced easily from this project: https://github.com/viewthespace/squeel_default_scope_or_condition_with_joins I go into...
I mounted rollout_ui within my rails 3.2.8 app but it seems that the engine is not able to find the proper layout or view templates. Instead of rendering the layout...
Is there a way to add custom fields like user_id to the Attachinary::File active record object? Would love to be able to use attachinary but be able to track who...
We need to start using attachinary with multiple cloudinary accounts. Is this currently possible? thx!
**Is this a support request?** This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem...