Concurrent Indexes in PostgreSQL for Rails 4 and Postgres_ext reefpoints.dockyard.com
danmcclain — 8 posts
DismissibleHelpers: Help text your users can dismiss reefpoints.dockyard.com
I just released the dismissible_helpers gem. It allows you to add help text to your application which your users can remove
Querying PostgreSQL datatypes in ActiveRecord with postgres_ext reefpoints.dockyard.com
I just posted an article about using Arel and Postgres_ext/Rails 4.0 to run some advanced PostgresSQL queries with ActiveRecord.
Rails 4.0 now supports PostgreSQL arrays reefpoints.dockyard.com
I just blog about my recently accepted pull request that adds support for PostgreSQL arrays in Rails 4.0
postgres_ext: Adding Postgres data types to Rails reefpoints.dockyard.com
I just blogged about a postgres_ext, a gem I released to add support to ActiveRecord for PostgreSQL data types
Rails 4.0 Sneak Peek: Expanded ActiveRecord Support for PostgreSQL Datatypes reefpoints.dockyard.com
I just blogged about my first accepted Rails pull request. I added support for PostgreSQL INET, CIDR and MACADDR type to ActiveRecord
Using Jenkins with RVM and Rails danseaver.com
I just published an article on using Jenkins with RVM and Rails. It also includes details on using RSpec and Cucumber HTML formatters and serving up the output in Jenkins, instead of digging through the console output
Sending Devise Emails With Delayed_job danseaver.com
I posted an article about using delayed_job for sending Devise's password reset email in the background.
