Posts Tagged ‘rails’

psp.akop.org functional again

Wednesday, March 11th, 2009

I just noticed that psp.akop.org had been broken; this has probably been the case since last week, when my host switched servers. The switch to a new server apparently broke my Rails installation, which in turn broke the application that runs the site.

In any case, this has been fixed, and downloads are accessible again.

March 13 Site was down again for a while (thanks Carl); should be back up now (I hope for good)

psp.akop.org on Rails

Saturday, September 29th, 2007

psp.akop.org, my PSP emulator site has been rewritten in Ruby on Rails (the original version was in PHP). This will significantly reduce time needed to update the site, as almost everything is now automated (even documentation is generated on-the-fly from the database).

The previous version was also database-driven, but changes to the database were done by hand.