Entries Comments



Month: October, 2006

Working Rails App

23 October, 2006 (13:46) | ruby | By: agraf

Today I got a Rails application working properly on the Alumni server. The application is Tracks, which implements some very specific type of todo tracking. I installed a 5.0.x version of MySQL, since Rails didn’t seem to interact well with a 4.1.x version I already had installed. I altered the .htaccess and dispatch.cgi files in the public/ folder, and made some adjustments to the default DATETIME values, which apparently weren’t compatible with MySQL.

Both of the Rails applications I’ve looked at so far have been intended for use with SQLite. I’m used to using MySQL as the database back-end of web applications, but SQLite may be a better choice with Rails applications.

The application can be accessed on my alumni account: Tracks login .

Log in with the username “guest” and the password “12345″.

Ruby on Rails on Vieyra

18 October, 2006 (14:31) | ruby | By: agraf

Ruby and Rails are now installed on the Alumni web and web development hosts.

Installing Rails applications is a bit different from PHP or Perl, so we might want to write up some instructions for how to get them working.

I ran the ‘rails’ command to test the installation and created this directory.

The next step will be to understand how to install Rails applications created by other people and make them work.

New Position

16 October, 2006 (10:23) | Uncategorized | By: agraf

I started this new position at Computing and Communications on October 9th. Since then I’ve been working on getting up to speed on things that have changed since I left C&C in July, scheduling meetings, arranging access, and filling out insurance forms.

Let me know if you have any questions about web publishing, running databases or scripting languages on the Uniform Access web servers or web development hosts, or if you need help on any projects in these areas.