[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

[Rails] Re: Help Query Cache

2012-05-08 Thread Marcelo G. Silva
was thinking about it now, thank you for help. Unless I'm missing something you have a line %= f.collection_select :artist_id, Artist.find_ordened_artists, :id, :name ,:prompt = 'Selecionar Artista' % that is rendering all 62,000 records... That's just not going to work. Not only will it

[Rails] Mail statistics

2012-03-05 Thread Marcelo G. Silva
maybe this forum is not the ideal place for this question, but does anyone know how to track email statistics? such as clicks, delete, spam report. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

[Rails] Re: Mail statistics

2012-03-05 Thread Marcelo G. Silva
 the problem is that I need to create this type of service, like the MailChimp. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send

[Rails] webmail

2012-02-28 Thread Marcelo G. Silva
Someone know another gem like mailr? https://github.com/vlmonk/mailr -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to