Lukasz Krystkowiak

Results 2 issues of Lukasz Krystkowiak

ActiveRecordShards tries to read from not sharded database when calling ``` ruby ActiveRecord::Base.on_shard(1){ Project.where(:id => 1) } ``` Steps to reproduce: - create a new rails 3.2.14 app - add...

When I combine in_taxons scope with sort by master_price (using spree 1.1.1) I get postgres error: ``` ruby searcher = Spree::Core::Search::ProductGroupBase.new(:product_group_query =>"in_taxons/Mugs/ascend_by_master_price") searcher.retrieve_products # ActiveRecord::StatementInvalid: PG::Error: ERROR: column "spree_variants.price" must...