Displaying 4 results from an estimated 4 matches for "yeahnah".
Did you mean:
yahna
2007 May 10
3
Camping and Threads!
...ng can process more than one request at
once (i.e. not what Rails does). I''m fairly new to threads, and I
bought a book, and read some of it, and dived into the Camping source...
I found some thread stuff but I''m not... entirely sure. So I thought
I would ask!
RYan.
http://yeahnah.org/
2007 May 09
7
Webbrick and/or Mongrels Dies Overnight
I have a SuSE 10.0 server that was first running Webbrick, and now
Mongrel. In both cases, I can have them running and used all day.
However, either one of them will go unresponsive in the middle of the
night for seemingly no reason. Being that I only use Mongrel now, I
check the mongrel.log, and nothing unusual there. I check /var/log/
messages, and nothing there.
Still, a request to
2007 May 10
3
MVC Overriding
Trying to convert a large application from our home brew PHP framework
to Ruby on Rails. I''ve built small things, like blogs and other CMS''s
with Rails, but am having a hard time thinking of a better way to
impliment some of our specific needs.
The big issues if our file overriding. We have a base application
that we start with and then do custom work per client on top of
2008 May 21
32
Rack, Camping 2.0++
===
1. Camping on Rack
===
I''ve just finished rewriting Camping to use Rack in the "core". I got rid of
(a little less) than 1kB in camping.rb and removed lots of un-necessary files
(lib/server/*.rb, fastcgi.rb & mongrel.rb).
bin/camping does now only provide WEBrick, Mongrel and console-support and
should only be used in development. It uses Rack::ShowExceptions to catch