Cec

Results 6 issues of Cec

Hi, in the searchable block for one of my models I have: ``` searchable do ... time(:updated_at) end ``` `RAILS_ENV=production rake sunspot:reindex` results in: ``` RSolr::Error::Http: RSolr::Error::Http - 400 Bad...

needs-more-info

Hi, I'm using Sunspot 2.2.0. I have installed SOLR 5.2 for production use. My documents have a location field defined as follows: ``` latlon(:location) { Sunspot::Util::Coordinates.new(*array_of_lat_long_coordinates) } ``` Indexing works...

### Your environment - `vscode-ruby-test-adapter` version: 0.8.0 - Ruby version: 2.3.8 - VS Code version: 1.51.1 - Operating System: Ubuntu 18.04 via WSL2 (Windows 10) - RSpec version: 3.6.0 ###...

bug

Hi! the mediaembed plugin included in the gem is a bit outdated and new versions include precious fixes. We had issues with the editor overlowing the page or not showing...

Update

I just noticed that running `sunspot:reindex` doesn't actually clears the index before indexing existing documents. Looking at the rake task it actually isn't doing a reindex. When I first contributed...

Shane this gem is awesome, it is saving me lots of time in developing a small dsl. I was wondering if, when defining a rule, it is possible to actually...