20 Feb

Most used front end: poll results

For severals month now I put a poll about which front end people use for their website. Even if it s not a reference with only 85 votes I would like to publsih some result. Of course as the content of this website is ruby oriented, then the results will be also.

First it started with most of votes for apache. At the end Apache it’s still the first:

  • 47%: apache
  • 40%: nginx
  • 7% : lighttpd
  • 5% : others

The result for nginx is over general real stats but for the trend is here and nginx is more and more the choice for a ruby stack as I did present in my last post

tags: apache (5) nginx (6) lighttpd (1) ruby (22) stack (2) poll (2)
20 Sep

Ruby authentication system: Poll results

And the winner of 68 votes is ….

acts_as_authenticated with 47,06% of the votes

followed by

  • salt / sugar systems, 35,29%
  • other…, 13,24%
  • openid, 2,94%
  • auth_generator, 1,47%

Congratulations to the winner, it is a very nice and neat plugin. BTW at the RailsConf, we had a demonstration of an HTTP_AUTHENTICATION as a new feature of Rails 2.0. More’s coming…

tags: ruby (22) rails (32) authentication (2) poll (2)