Closed romul closed 14 years ago
Error message:
rake aborted!
Don't know how to build task 'solr:start'
Workaround:
Gem.path.each do |gem_path|
Dir["#{gem_path}/gems/acts_as_solr_reloaded-1.4.0/lib/tasks/*.rake"].sort.each { |ext| load ext }
end
Hi Roman, now you can execute:
require 'acts_as_solr_reloaded' load 'tasks/solr.rake'
I know its more complicated than before, will try to simplify this.
Thank you. It works.
Looks like it was buggy commit: http://github.com/dcrec1/acts_as_solr_reloaded/commit/90edee12101e0c8820725470fc1829b3e25988f9
Earlier we could just add simple task with line
require "acts_as_solr/tasks"
for now it doesn't work.