Chinposin-square_large

Hybernaut

(username: bdv)

hybernaut@gmail.com

  • bdv marked a task as done 21 over 2 years ago.

    Help me get rake gems:refresh_specs working.

  • bdv marked a task as done 43 over 2 years ago

    Bandwidth detector needs to update playlist links after it's done testing. Just plunk the integer result into the playlist links, just before the suffix. Example:...

    The user can't click on the playlist links until the bandwidth has been calculated.
    once it's calculated, the links are updated (tho it could be done without this step and some controller changes).

  • bdv marked a task as done 45 over 2 years ago

    add demographic columns to users, wire up in rake import. look in new export yaml for those columns. birth date, first/last name, gender, location, so on.

    To save time, update in this order:

    <pre>
    - rake db:reset
    - rake db:migrate
    - rake db:import:all
    </pre>

  • bdv added a comment 44 over 2 years ago

    Add station columns for twitter, mypace and facebook. Wire up to station edit and show.

    We are now doing URL validation for these.

    Note that only public Facebook pages can be validated, so we currently reject private pages.

  • bdv marked a task as done 44 over 2 years ago.

    Add station columns for twitter, mypace and facebook. Wire up to station edit and show.

  • bdv marked a task as done 39 over 2 years ago.

    Add page caching with sweeper for custom content show. render a 404 for content that is marked not active. Content becomes inactive when payment lapses or rules are broken.

  • bdv added a comment 39 over 2 years ago

    Add page caching with sweeper for custom content show. render a 404 for content that is marked not active. Content becomes inactive when payment lapses or rules are broken.

    - a 404 response is returned using a new error page indicating "Station Inactive"
    - added a Station#active? method

  • bdv added a comment 39 over 2 years ago

    Add page caching with sweeper for custom content show. render a 404 for content that is marked not active. Content becomes inactive when payment lapses or rules are broken.

    - added an index for CustomContent on station_id, asset_file_name

    - CustomContentController#show is page cached (in public/stations/*/custom_contents/*)
    - all of a station's CCs are cleared when the station is updated
    - cache is invalidated when a CC item is deleted
    - CustomContent now validates uniqueness of asset_file_name (scoped by station_id)

  • bdv reassigned a task to bdv 44 over 2 years ago.

    Add station columns for twitter, mypace and facebook. Wire up to station edit and show.

  • bdv reassigned a task to bdv 45 over 2 years ago.

    add demographic columns to users, wire up in rake import. look in new export yaml for those columns. birth date, first/last name, gender, location, so on.

  • bdv reassigned a task to Bcasci 38 over 2 years ago.

    Write a deployment recipe for activemessage pollers

  • bdv reassigned a task to bdv 38 over 2 years ago.

    Write a deployment recipe for activemessage pollers

  • bdv reassigned a task to bdv 37 over 2 years ago.

    Write a deployment recipe for Beanstalk v 1.3. Add rubber task for install, start and stop...

  • bdv reassigned a task to bdv 41 over 2 years ago.

    Add paging to comments on station page

  • bdv added a comment 41 over 2 years ago

    Add paging to comments on station page

    I limited the comments on Station/show.
    Do you want in-place AJAX comment paging, or a station/1/comments index page?

  • bdv marked a task as done 42 over 2 years ago

    Only show some fans on a station page, then link to view all

    the count of fans on the station page is defined in StationsController::SUMMARY_MAX_FANS

    the number of fan avatars per page is defined in FansController::PER_PAGE

  • bdv created a message over 2 years ago.

    Staging is back up

  • bdv marked a task as done 16 over 2 years ago.

    restore the code to mark the active category in the browsing nav.

  • bdv marked a task as done 15 over 2 years ago.

    The semantic_form_for method is yielding unnecessarily complex form html, and is getting in the way of me styling. Let's discuss

  • bdv created a task for bdv 16 over 2 years ago.

    restore the code to mark the active category in the browsing nav.

  • bdv marked a task as done 13 over 2 years ago.

    Stations show page is giving me a runtime error

  • bdv added a comment 13 over 2 years ago

    Stations show page is giving me a runtime error

    I'm committing a change that should prevent this from occurring.

    Also please note: there are a few paths where 404s are not handled properly, so /stations/doesnt-exist and a few others will throw errors.

  • bdv added a comment 13 over 2 years ago

    Stations show page is giving me a runtime error

    Brandon, I'm going to need more info--can you provide a full stack trace?

  • bdv created a message over 2 years ago.

    signup enticement

  • bdv added a comment over 2 years ago

    a bunch of new stuff on staging

    Also note that I used the jQuery timeago plugin for the comment timestamps; the HTML contains an absolute time/date and it's converted to relative time (and continually updated) on the client.

  • bdv created a message over 2 years ago.

    a bunch of new stuff on staging

  • bdv created a message over 2 years ago.

    user avatars


  • bdv created a message over 2 years ago.

    Search results wired up


  • bdv added a comment over 2 years ago

    Notes on genre selection

    Agreed, Brandon. Brandon M wants to approach it like the ipod menus and build it from scratch.

    Here's my simple 15-min accordion test:
    http://loudcity.hybernaut.com/categories

  • bdv added a comment over 2 years ago

    Notes on genre selection

    The Filament stuff may not be solid enough to use for IE6 so we may want to stick with a simpler accordion type thing.