Silence is Foo Mental notes on Ruby/Git/Rails/Flex

20Jul/100

GitHub Fail

GithubFail

GithubFail

Filed under: off-topic Leave a comment
11Feb/100

Checking existence of tables, columns and indexes in Rails Migrations

Tired of running migrations which doesn't work because a migration was trying to create an existent table I created 3 very very simple methods to check the existence of tables, columns and indexes in migrations or wherever.

You can see the code here: http://github.com/rafmagana/database_utils

Filed under: rails, ruby Leave a comment