Get your own customer support community

Recent activity

Subscribe to this feed
  • idea

    Ron Lambkin shared an idea in Albumdy on January 12, 2009 21:46:

    Ron Lambkin
    Gems required
    The plugin "friendly_id" has this in their Readme:
    'Also note, for this to work, you must install the "unicode" and "iconv" gems'

    You might want to add this to your Readme to save some digging.
  • problem

    ronl reported a problem in Albumdy on January 12, 2009 21:19:

    ronl
    errant apostrophe
    You have an errant apostrophe in Users Controller.collection :conditions => "state = 'active"
    def collection
    @collection ||= end_of_association_chain.paginate :conditions => "state = 'active", :page => params[:page], :per_page => 10, :order => 'created_at DESC'
    end

    -- rlambkin@bytesyte.com