Paul Zabelin's blog



Paul ZabelinPaul Zabelin
Standup 10/17/2008: treetop
edit Posted by Paul Zabelin on Friday October 17, 2008 at 07:23PM

Interesting Things

Paul ZabelinPaul Zabelin
Standup 10/14/2008: Database Migrations
edit Posted by Paul Zabelin on Tuesday October 14, 2008 at 11:12PM

Interesting Things

  • Rake migrations check if a migrations table is in sync with migration file and it does not really check what the state of the data in database.

Ask for Help

"Can we use migrations to load static data into an application"

People usually create a separate rake task to bootstap. Mixing it with migration was not working well before.

Paul ZabelinPaul Zabelin
Standup 10/13/2008: quiet Monday
edit Posted by Paul Zabelin on Monday October 13, 2008 at 04:18PM

Interesting Things

  • Rails Counter cache might interfere with your app if you use column names that ends with _count for your associations. See more on Counter Cache on Rails wiki.