Solid tutorial for building a simple wiki application in Ruby on Rails? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I've searched and I've found a lot that are antiquated. Any suggestions? You can easily create a wiki with zena (a rails CMS): You create an empty application with zena wiki You initialize an empty database cd wiki; rake zena:init RAILS_ENV=production You set the publish, write and read groups of a node to "public" (use the wrench tool, "drive" tab) You change the anonymous user's status from "moderated" to "user" (user