search for: _include

Displaying 1 result from an estimated 1 matches for "_include".

Did you mean: include
2006 May 06
3
Tip, may even be useful
Here''s something that caused me a couple of hours of head-scratching today: Apparently, if your model doesn''t derive from ActiveRecord, it is NOT reloaded for each operation in the development environment. I was working with something that uses a single model per session, and stores its data in the session. I kept wondering why I didn''t see my changes. Finally, I