Ninja Tips: Migrations and question marks
Posted by Sandro Paganotti in
Ruby on Rails -
comments are closed
I’ve recently discovered that creating a migration with a name which contains a question mark can result in an not self-explicative error ( “You have a nil object when you didn’t expect it! ...” ) during the db:migrate task


