|
|
|
|
|
by singron
1499 days ago
|
|
Rails used to cache the list of columns after the first query and then expect all of those columns on subsequent queries. It made it so that if you removed an unused column, all your queries would fail until you restarted your rails processes. |
|