[Rails] Help Query Cache

2012-05-08 Thread Marcelo G. Silva
Well folks let me try to explain my problem. I have a database of musics and each music can have multiple artists through other table/model in the case Performers. I would like to record music in new/edit add artists and select them via a combo-box, used a simple collection_select, and used to add

Re: [Rails] Help Query Cache

2012-05-08 Thread Jeremy Walker
On 8 May 2012 19:22, Marcelo G. Silva mgsw...@gmail.com wrote: Well folks let me try to explain my problem. I have a database of musics and each music can have multiple artists through other table/model in the case Performers. I would like to record music in new/edit add artists and select