Tag: ruby on rails

Server Stats v0.2 released

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 …

Read more

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 …

Read more

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 …

Read more

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 …

Read more