If you're using any characters beside those uses in 7-bit ASCII you'll have to think about character encodings. The easiest thing nowadays is usually to make every subsystem use UTF-8. To make Ruby use
The Nitro concept of elements is terribly flexible. Whatever you put inside the elements tag is available through the content method. You could for instance parse this as YAML and take it as configurat
I'm assuming you've installed Lighttpd with the package manager of your distribution of choice. Next you need to enable the fastcgi module.
If you're using Debian or a variant (like Ubuntu) you can
Assuming that you've already installed Ruby and MySQL on your system
1) Download Darcs from www.darcs.net and decompress it in any directory 2*) Add the darcs root folder in the PATH
For external tests using WWW::Mechanize might be just what you need. It's really good at 'emulating' a browser. Testing like that makes you work on your actual HTML output to produce good easy ht
You have heavily normalized your data in your database, but the speed degrades when actually viewing the data.
class User property :name, Strin
In other systems you'd maybe call them Plug-ins, but in Nitro they are called "parts". These parts can be dropped into your Nitro Web-Application and extend your Application with fully functional app p
LoxAuth is a dropin solution for basic authentication for Nitro apps. Can be used to login your users as well as registering them. It's customizable by settings if you need registerin
Screencasts!
This version was in the making for ages, so there are some changes you need to make to port your application to the new version. Here come some tips to help you: