RailsCasts Pro episodes are now free!

Learn more or hide this

faith1988's Profile

GitHub User: faith1988

Comments by

Avatar

Hello everybody,
I need to remove all searches from my database every 10 minutes...
So this would be the path
http://nameofmysite.heroku.com/search/1

How would you write the right code to do it?

Thanks

Avatar

I have added an interceptor (it sends email to the the admin) but then it stops sending the email to the user for some reason. I don't know why... I posted the question on Stackoverflow: http://stackoverflow.com/questions/11539690/rails-3-mailer-interceptor-conflicting

Avatar

I'd love to send the email not only to the user but to myself as well. How would you do that?

Avatar

Hello guys,
do you know how to do it with one drop down menu and hidden check boxes? When you click on "Yes" in drop down menu, it will display check boxes underneath but if you click on "never" it will not display anything underneath. Thank you