Tutorials

Mystified by RSpec's DSL? Some parentheses can add clarity
Many developers have a hard time wrapping their head around RSpec’s DSL syntax. To me for a long time, RSpec’s syntax was a mystery.Then one day I realized that RSpec’s syntax is just methods and blocks. There’s not some crazy ass metaprogramming ...




pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
PgSearch builds named scopes that take advantage of PostgreSQL's full text search.Read the blog post introducing PgSearch at https://content.pivotal.io/blog/pg-search-how-i-learned-to-stop-worrying-and-love-postgresql-full-text-search.



