Recent activity
Subscribe to this feed
Ron Lambkin shared an idea in Albumdy on January 12, 2009 21:46:
Gems requiredThe 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.
ronl reported a problem in Albumdy on January 12, 2009 21:19:
errant apostropheYou 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
Loading Profile...
