nickludlam

Nick Ludlam
London, UK
3
2
  • A RubyCocoa project to seamlessly allow transcoding of recordings made on a MythTV server into DS...
    Created Sun Jun 08 13:36:35 -0700 2008
    legend
  • A Ruby implementation of the MythTV Backend protocol
    Created Tue Jun 03 12:56:07 -0700 2008
    legend

Following

Public Activity  feed

nickludlam committed to nickludlam/ruby-mythtv 7 days ago

0aa2e10cf0fe7f7ef64e58df44f7279401087d4f

Fixed issue with recordid being a string, where it needed to be an integer

nickludlam committed to nickludlam/ruby-mythtv 7 days ago

d437148fee165deb9130e3689f202ef8c75d00fb

Tidied up some documentation, and added a section to the Readme which details use of the database functions.

nickludlam committed to nickludlam/ruby-mythtv 7 days ago

eacb3a0f45d5ab3351f58f9fc23d3f7de21fd35d

Completely reworked how the table columns are set up for the classes which require database access. The mapping is now dynamic, and uses a baseline set of columns, and a changeset mapped to the DBSchemaVer setting. This defines what columns are required to interact with the database it is connected to.

nickludlam committed to nickludlam/ruby-mythtv 11 days ago

60c568c5166420d428c236331f487db142d14733

Updated the Todo and gemspec files. Bumped the version number to 0.1.2. Added in the colums I removed from MythTV::Channel's database definition, until I work out a proper system to be able to dynamically assign them according to the current schema

nickludlam committed to nickludlam/ruby-mythtv 11 days ago

5bc6194f0e0c3f2e267bfe149897cb02d0acfd68

Removed old/incomplete tests. Added a logging system to replace puts statements. Programs can now reference the owning Channel. Slightly rejigged some test statements

nickludlam committed to nickludlam/ruby-mythtv 11 days ago

f0830b59518b13caeeace4a7ef71950078d7ba73

Removed old/incomplete tests. Added a logging system to replace puts statements. Programs can now reference the owning Channel. Slightly rejigged some test statements

nickludlam committed to nickludlam/ruby-mythtv 11 days ago
nickludlam committed to nickludlam/ruby-mythtv 11 days ago

a8b4e136a54486e5a2966b8e7c9643e94e310e2a

Remove the column type cache as we don't need it for now

nickludlam committed to nickludlam/ruby-mythtv 11 days ago

246b0c1833377b8b644755cc89aba767a243d71c

Added in some ORM like common functionality between the list_* methods