When you develop on Ruby on Rails everyday you get accustomed to creating models, views, controllers, and migrations very quickly. You often do these things without thinking about some of the catches that Ruby and Rails have in them, like reserved words. While creating a migration, a co-worker asked me if a word was a reserved word. We both didn't know so we started searching the internet. After l