Working Rails App
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″.