nzadrozny / sdruby forked from mokolabs/sdruby

the new SD Ruby website

This URL has Read+Write access

notch8 (author)
Wed Aug 05 18:04:47 -0700 2009
commit  1674724c0e437f2f3d017b0e9054372adf4665da
tree    c6bb5cc17785cea73c29a46d9fd96f446c84c919
parent  5db7bc850de9a0f159ecf6a0eade54e3244c3f59
sdruby /
name age message
file .gitignore Thu Jul 02 17:58:31 -0700 2009 improved user profile appearance [mokolabs]
file Capfile Wed Mar 04 18:24:07 -0800 2009 Added capistrano files [notch8]
file README.markdown Sun Mar 29 21:46:22 -0700 2009 updated tasks list [mokolabs]
file Rakefile Sun Feb 01 20:21:39 -0800 2009 imported old code from svn repo [mokolabs]
directory app/ Loading commit data...
directory config/
directory db/ Mon Jul 20 14:01:15 -0700 2009 tweaked textile to markdown method [mokolabs]
directory doc/ Tue Feb 24 00:17:01 -0800 2009 Updating rails to latest and fixing gems/plugins [notch8]
directory lib/ Fri Jun 19 15:39:59 -0700 2009 making helpers optionally acccessible in model... [nclark]
directory public/ Thu Jul 16 15:40:28 -0700 2009 Updated app for rails 2.3.2, removed temporaril... [notch8]
directory script/ Tue Feb 24 00:18:27 -0800 2009 Updating rails to latest and fixing gems/plugins [notch8]
directory spec/ Wed Jul 15 11:33:52 -0700 2009 removed XML support from events [mokolabs]
directory stories/ Sun Feb 01 20:21:39 -0800 2009 imported old code from svn repo [mokolabs]
directory vendor/ Thu Jul 16 15:40:28 -0700 2009 Updated app for rails 2.3.2, removed temporaril... [notch8]
README.markdown

SD Ruby 2.0

We're working on this app in a few phases.

In the first phase, we'll update the site design and merge the podcast site into the main website. In the second phase, we'll work towards adding support for calendaring and podcast workflows. Then, we'll work on abstracting this project into something other groups can use.

Here's a breakdown of the first phase.

Tasks

Completed

  • Get running length and file size (in bytes) for all episodes
  • Update feedburner feed with new iTunes-compatible RSS feed
  • Add simple auth for editing/deleting podcast episodes [Rob]
  • Move podcast files over to sdruby.com (update links accordingly) [Rob]
  • Add permanent redirects for old podcast links [Rob]
  • Add support for image attachments via Paperclip [Patrick]
  • Update rake task to import old attachments into new setup [Patrick]
  • Update podcast image on iTunes [Patrick]
  • Atom feed of podcast episodes for iTunes, etc [Patrick]
  • Add jQuery-based filter for showing podcast episodes by year [Patrick]
  • Strip tags from episode descriptions when viewed in lists [Patrick]
  • Add textile support for descriptions [Patrick]
  • Create Rake task to import old podcast data [Patrick]
  • Add model for Podcast [Patrick]
  • Complete podcast index action [Patrick]
  • Complete podcast show action [Patrick]
  • Complete podcast new action [Patrick]
  • Complete podcast edit action [Patrick]
  • Markup and style podcast home [Patrick]
  • Markup and style podcast detail [Patrick]
  • Create basic podcast controller [Patrick]
  • Unfreeze Rails [Rob]
  • Update plugins [Rob]
  • Update the app to Rails 2.2.2 [Rob]
  • Switch gems to use config.gem [Rob]
  • Markup and style basic layout [Patrick]
  • Markup and style homepage [Patrick]