Tag Archives: rails

a thin god

Nothing spirtual here, but the cool monitoring framework god together with thin. You’ve probably read a lot of benchmarks about thin, but whats the fastest webserver when you can’t ensure they are up and running ? Right here is where … Continue reading

Posted in ruby on rails, thin | Tagged , , , , , | 3 Comments

How many Thin server instances are best ?

I wondered about how many parallel thin you need to get the optimal throughput. I often saw values from 3 to 10 servers in different configuration examples around the net. Time to get some real numbers. To get a meaningful … Continue reading

Posted in nginx, ruby on rails | Tagged , , , , , | 1 Comment

Thin + Nginx with Rails

Recently i’ve been playing around with xen and different hosting solutions, and i was wondering about lightweight, yet performant replacements for the usual apache + mod_fcgi + dispatcher stack. I did toy around with nginx before, together with mongrel with … Continue reading

Posted in nginx, ruby on rails | Tagged , , , | 6 Comments

using extjs in rails part 2

creating a simple logon window First, we need a simple view for our index defined in part 1 index.rhtml in views/login <script type=”text/javascript” src=”/javascripts/login.js”></script> <p>Here comes the Content which will be used after the user logged on.</p> This is just … Continue reading

Posted in extjs, ruby on rails | Tagged , , , , | 1 Comment

using extjs in rails part 1

Recently i came across a very nice javascript gui library called extjs It offers many nice advanced gui function such as grids, combo boxes, modal dialogs and so on. Right now i’m trying to create some basic bindings between RoR … Continue reading

Posted in extjs, ruby on rails | Tagged , , , , | 3 Comments