search for: jebw

Displaying 6 results from an estimated 6 matches for "jebw".

Did you mean: jeb
2009 Jul 30
2
Can I turn off config.action_view.cache_template_loading in Production
..._template_loading = true I''ve seen various comments that suggest it has to be true when in Production for thread safety - is Rails actually running in a threaded manner yet? Surely this is a none issue at the moment? Is anyone else running production apps with this set to false? Thanks jebw PS: yeh - I know liquid would be a better option, its on the list for the future
2008 Jan 08
4
XSendFile in development environment
...X-Sendfile to take some load off my rails app, unfortunately in my development environment mongrel is happily passing through the x-sendfile header, presumably for the (non- existant) proxy to handle the header. Is there some way to make mongrel process the x-sendfile header itself? Thanks jebw
2007 Nov 08
2
SystemStackError from redirect_to
...) return unless request.post? if @newmessage.save flash[:notice] = "Message Sent" redirect_to :index end The error is occuring on the redirect_to line, if I comment that line out then everything behaves as it should. Does anyone have any ideas on what could be causing this? Thanks jebw --~--~---------~--~----~------------~-------~--~----~ 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...
2007 Dec 07
0
Handling multiple requests at once
...ew, :in_front => true Which just sleeps for a while outputting a counter to the command prompt before finishing. If I request this file multiple times the requests are run synchronously, not in parallel? Is there anything I can do to make mongrel process the requests in parallel? Thanks jebw
2007 Oct 22
5
Automatic Scaling
Hi, I''ve got an app which will only be dealing with a few requests a minute for most of the time, then will shoot up to a continuous 20 req/s for an hour at a time. We''ll potentially be running a lot of instances of this app on the same server. Is there any way to have additional instances of Mongrel be started when the existing instance(s) stopping being able to handle
2010 May 25
1
Rails 2.3.8 still escaping html in strings
Hi All, After a failed attempt to update to 2.3.7 yesterday I''ve tried again today to upgrade to 2.3.8 and whilst most of the site is working I''m still getting some content escaped. I''ve got a helper method that takes a block and uses concat, it can also take some content passed through in a parameter - if content is passed in via the parameter then that is getting