searchlogic
searchlogic copied to clipboard
Searchlogic provides object based searching, common named scopes, and other useful tools.
I am using ruby2.2 with Rails 4 After installing the gem when I start my rails c, getting below error. /home/arun/.rvm/gems/ruby-2.2.2@quadra/gems/bundler-1.13.6/lib/bundler/runtime.rb:94:in `rescue in block (2 levels) in require': There was...
After upgrading to rails 3, I get the following when I start the server: /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/core_ext/module/aliasing.rb:31:in `alias_method': undefined method`merge_joins' for class `Class' (NameError) from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.beta/lib/active_support/core_ext/module/aliasing.rb:31:in`alias_method_chain' from /Library/Ruby/Gems/1.8/gems/searchlogic-2.4.10/lib/searchlogic/active_record/consistency.rb:8:in `included' from /Library/Ruby/Gems/1.8/gems/searchlogic-2.4.10/lib/searchlogic/active_record/consistency.rb:7:in`class_eval' from...
undefined method `assert_valid_keys'
RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...
In SearchLogic 2.5.9 or greater, HABTM relationship queries fail with "undefined method" errors. ``` undefined method `bar_id_equals_any' for # /home/myapp/shared/bundle/ruby/1.8/gems/searchlogic-2.5.14/ lib/searchlogic/named_scopes/column_conditions.rb:81:in `method_missing' ``` The cause of this is the change...
Please help me in searchlogic for rails 3.1.1. my whole application using searchlogic. I dont know what i do now its not working with Rails 3.1.1. can you people help...
Hi, All is in the title ? thanks
Hi, I have the following in my controller ``` @search = Company.search(params[:search]) ``` and this in my view ``` = order @search, :by => :name ``` The link generates the...
When a model has no non-polymorphism associations, but does have polymorphism associations. It may lead to an exception while trying to convert an empty string (`association_name` variable) to symbol in...