Displaying 1 result from an estimated 1 matches for "mongrel_pedro_rails".
2006 Aug 11
6
Running some code right before the app is available to users
I do some indexing using acts_as_ferret in a rails app. I need to do
some preloading of the index''s sort fields so that the first request
that sorts doesn''t take 5 minutes to complete. I tried sticking my
preload code in config/environment.rb and that worked but it gets ran
in rake migrations, tests, etc, when it''s not really needed. Is there
anything specific to