RoR Reserved Words
Scott Rippee @ 9:13 pm May 30th, 2007
The errors that occur when you use a reserved word tend to be very confusing. Things that you think are happening in your code, are actually happening somewhere in the framework. Sometimes you can look at the stack trace and see that its not going through your class, but through some framework class. If you have an error that makes no sense at all, I would check to make sure you don’t have a name that conflicts with the above list.
It would be nice to go back in time and tell myself to read this a few days pre now.





