Andy wrote:
> On an ajax search function (people search, we are a social network) in
> development we get the normal amount of results, but in production
> with the same criteria, much less, and the results are the same no
> matter if you change the values or not.

First things first, check out your log files while your ajax queries are 
running. If you're getting wrong data then you should be able to figure 
it it's origin out from the log file.

If all else fails, with some simple tweaks to production.rb and 
environment.rb you can make environments act however you like. I would 
incrementally change production.rb to development.rb and keep testing.

Eli
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to