Sunday, June 26, 2011

Reserved Words You Can’t Use in Rails

It would be nice if the Rails generator fails to generate when you use the reserved words for a model. I wasted lot of time when I used words like monitor as a model name and class, type as an attribute for a model.

Here is a list of words that cannot be used
.