nzadrozny / sdruby forked from mokolabs/sdruby
- Source
- Commits
- Network (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 1674724c0e437f2f3d017b0e9054372adf4665da
tree c6bb5cc17785cea73c29a46d9fd96f446c84c919
parent 5db7bc850de9a0f159ecf6a0eade54e3244c3f59
tree c6bb5cc17785cea73c29a46d9fd96f446c84c919
parent 5db7bc850de9a0f159ecf6a0eade54e3244c3f59
sdruby /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jul 02 17:58:31 -0700 2009 | |
| |
Capfile | Wed Mar 04 18:24:07 -0800 2009 | |
| |
README.markdown | Sun Mar 29 21:46:22 -0700 2009 | |
| |
Rakefile | Sun Feb 01 20:21:39 -0800 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Mon Jul 20 14:01:15 -0700 2009 | |
| |
doc/ | Tue Feb 24 00:17:01 -0800 2009 | |
| |
lib/ | Fri Jun 19 15:39:59 -0700 2009 | |
| |
public/ | Thu Jul 16 15:40:28 -0700 2009 | |
| |
script/ | Tue Feb 24 00:18:27 -0800 2009 | |
| |
spec/ | Wed Jul 15 11:33:52 -0700 2009 | |
| |
stories/ | Sun Feb 01 20:21:39 -0800 2009 | |
| |
vendor/ | Thu Jul 16 15:40:28 -0700 2009 |
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]

