Translations of this page?:

Discussion

gene tani, 2009/07/23 05:21

Hi,

I've collected my own list of conflicting column, method etc names , along with URL reporting issue. Not sure how to integrate this info

http://h4dev.com/entries?search=reserved+keyword+don%27t+use

John Krueger, 2010/07/02 16:10

Device needs to be added to this list. broke our app when trying to create an object called device.

Mike Berning, 2011/01/05 21:27

If you have columns in your database named object_id it will cause problems for active record. This is due to object_id being a method available on all Objects and when active record tries to access the column value for object_id it is instead returned the Ruby object_id. This can cause your selects and joins to not work.

 
rails/pages/reservedwords.txt · Last modified: 2009/12/01 10:49 by colinlaw
 
Recent changes RSS feed Creative Commons License