Results 11 comments of Roxas

> @RoxasShadow do you mean #149 ? Yes, that was a typo, thanks!

```rb > rspec spec/unit/connection_spec.rb .............. Finished in 0.04252 seconds (files took 1.86 seconds to load) 14 examples, 0 failures ```

In the meanwhile this feature is not implemented, I built [this gem](https://github.com/RoxasShadow/devise_invitations) that, on top of devise_invitable, implements multiple invitations.

@rrichardson you can create and map an index with the [mapping](https://github.com/benashford/rs-es/blob/master/src/operations/mapping.rs#L180) module, but it's not very _rs-es_ish and has some limitations (see #75). This is why in the `indices-api` branch...

We should be able to replace the `HashMap` with a `struct` reflecting the data structure used by ElasticSearch.

What you say is right. I think we would need to implement `From` for `HashMap`s and `str`s to avoid wrapping all the fields inside the proper `Value` members.

I'm facing that problem too, I'll try my best to explain it successfully. ## The following works fine: ![wallhaven-3590](https://cloud.githubusercontent.com/assets/7836460/7856017/228f0e6a-0526-11e5-9b89-105688e00839.jpg) ![schermata 2015-05-28 alle 10 40 58](https://cloud.githubusercontent.com/assets/7836460/7856006/107ca17e-0526-11e5-8d78-d66afb6d076c.png) ## This one is badly...

> I've seen little differences between preview and cropped_result Actually the image I put before the cropped one is the original image. Which preview are you referring to?

I think this is related so I don't need to open a new issue: ``` ruby describe '::freeze with block' do let!(:tomorrow) { DateTime.now.in_time_zone.next.jd } subject { DateTime.now.in_time_zone.jd } Timecop.freeze(1.day.from_now)...