ruby - Rails 4 content entry system -
i interested in building ruby on rails 4 application allows users enter blog articles. don't need full blown blogging architecture - smarter use wordpress or open source alternative. need subset of features such following:
- add tagging
- rich editing allow user bold, underline, highlight content
- create seo friendly urls based on article headline
the reason i'm posting i'd rather not reinvent wheel. i'm wondering if there rails gem built has these similar features created can plug in , customize existing application. if there nothing out there because of existence of tools such wordpress, i'll have custom bake them own application. there solution in form of gem or similar out there?
here possible options you:
- acts-as-taggable-on gem works tagging.
- rich rich editor gem. might want think adding markdown support can done using redcarpet.
- then try friendly_id seo friendly urls.
Comments
Post a Comment