Well I am happy to announce that I am releasing version 0.2 of the server_stats sidebar plugin for Typo. You can find all the project files in the server_stats bin. This should be considered to be alpha software. It works, I have ran it here on this site ever since I developed it but I …
Tag: ruby on rails
eXPlainPMT Guest Patch v0.0.0.0.1/2
I just finished working on a patch for Railfrog‘s eXPlainPMT so we can have a read only guest access. It took me a bit of time but it is done…. by done I mean I have stopped to work on it today. It is rather hackish and has 0 tests added but it provides the …
Server Status Plugin
I just got a new sidebar plugin developed for Typo here. It shows the uptime and load average of the server it is running on. It should work on any server that allows the “uptime” command to work. I have tested it on OSX(Darwin) and Debian 3.1 so far and it works on both. I …
Choosing Names in Your Database
At work I was working on a simple Ruby on Rails project that is basically going to use CRUD to store, edit, and view information, something simple. I kept getting really weird errors with my scaffolding. After much mangling done with my database and code I found the problem was that I named a field …
Accounting on Rails
For my first project on Rails I will be making a fully fledged business accounting setup. It will be fully web-based and is targeted at medium and small sized businesses. I got a little bit of it done, and will work on it as I get time. Hopefully in a month I will have a …