Displaying 3 results from an estimated 3 matches for "lucraft".
Did you mean:
craft
2006 Apr 20
6
Database is cached?
It appears that my database is cached.
If I have a simple action which displays all records in a table it works
fine, but if I then change one of the fields in the database using a
MySQL GUI it is not reflected when I press refresh in the browser. Even
if I clear the cache.
The actual view is not being cached anyway becasue if I add some text to
the view it is shown on refresh!
Is this normal
2006 Jun 01
5
RAD RAILS Problem. Wont start! Linux nubee
Hi
I''ve just installed SUSE linux, downloaded RADRAILS, and extracted it to
/home/myname/bin/radrails.
When i try to run it i get the red radrails logo and then it gives me an
error and stops loading. Its my first day using Linux, previously i
have used windows, so any help is greately appreciated. Here is the log
file with the errors in it :
chrisr@s213:~> cat
2012 Nov 16
0
With streaming on, closed client connections cause Fatal Broken Pipe errors
Once we turned streaming on on www.songkick.com, we started getting these
errors on production quite a bit. (See below)
It appears that if the client closes the connection during the rendering of
the template, the next attempt to write a portion of the page to the
connection will fail with a Broken Pipe error, understandably. Rails
catches this and turns it into a ActionView::Template::Error.