Tagged with rspec
Topics
Elasticsearch-logo-icon-lg

Elasticsearch-rails
Published: 01/25/2015

I give a general overview of my understanding of / experience with elasticsearch-rails, a ruby wrapper for indexing and searching data in elasticsearch.


Rspec

Stubbing Out Block Arguments in RSpec
Published: 08/18/2015

RSpec's #and_yield makes testing methods that takes a block argument super easy.


Devise-logo

Tracking Currently Logged In Users with Devise
Published: 03/15/2016

Devise needs a couple tweaks to track logged in users. Some of the solutions offered on the web are overkill. I'll demonstrate a simple solution here.