I am assuming I am not the only one who has come across this problem
so I thought it would be safe to assume that other people have had to
handle this before.
What I did was create a capistrano task to curl my main pages. I was
wondering what other people are doing?
task :load_pages_for_first_time do
system("curl http://www.kopanas.com{/,/about,/about/cv}")
system("curl http://www.soen.info")
end
Thanks :-)
--
John Kopanas
john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org
http://www.kopanas.com
http://www.cusec.net
http://www.soen.info
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---