Limitless Strings for PostgreSQL
We all love ActiveRecord migrations and the sexy DSL for declaring fields. OK, I don't know if you do, but I sure do.
But life isn't perfect (don't get me started), and there's various details that make using the migration DSL a bit of
a pain.
The one...
Limitless Strings for PostgreSQL
We all love ActiveRecord migrations and the sexy DSL for declaring fields. OK, I don't know if you do, but I sure do.
But life isn't perfect (don't get me started), and there's various details that make using the migration DSL a bit of
a pain.
The one...
Editing Migrations
I have a confession to make: when I’m starting out a new project, especially if it’s a small team, I like to edit my migrations.
At the beginning of a project there are always a ton of changes in how models are defined and...
Enhanced Migrations v1.2.0
The original release of this highly useful plugin marked a turning point in collaborative Rails development by freeing the developer to commit their database migration without fear of having it ignored because of a higher placed migration number. This ...
Plugin I Cannot Live Without
The Enhanced Rails Migrations plugin was written to end the constant battle we had with clashing names in db migrations within our large development team. We tried everything: special commit policies, rake tasks, even claiming the next migration number...
Moving models to a different database
There many reasons to use multiple databases (DBs) and when this is done, there is often a case when a model needs to be moved from one DB to another. The impetus could be that part of the data is referential and this is being reflected by moving it to...

