To make your pages available to a wider audience, localization is absolutly neccesary. Nitro provides you with some simple mechanismn for translating your application.
Changelog: 24.05.06: Update t
Assuming you can connect using the mysql command line client with a password
mysql -u myusername -h 127.0.0.1 -p
then these are the Og parameters:
This tip shows how one could set up a few Nitro applications, and load-balance between them using Pound.
def download(filename) redirectif_notlogged_in # put whatever redirection mechanism you like in here approved_files = ['file1.zip', 'file2.tbz'] if approved_
This tip is modeled after ideas on the Mailing List, in response to the given quotes:
In the Og/Nitro context would that mean that my web site would have a Blog application, a Wiki applicatio
Here are a couple of configurations I've used with some success. These are all done in the Virtual server level of Apache configuartion.
This one proxies all requests to a webrick server, except th
I am relatively new to Nitro but have been lurking for a few months assessing if/when I wanted to jump in and give it a try. I have a new project that seems to be appropriate, so as a start I simply w
Here is some code that will let you easily implement your own HTBASIC authentication
module AuthHelper def self.included(klass) klass.class_eval { before :check_access
A lot of the time Threads are more useful than a hierarchy(plus threads is easier to spell), and luckily their not to hard to implement in og.
class SimpleThread is NestedSe