advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the Code!
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Build a Wiki System with Rails

Learn how to build a simple, file-based Wiki system using the Ruby on Rails web application framework. You won't believe how easy it is. 


advertisement
he Ruby language and the Ruby on Rails (Rails for short) web application framework have created a lot of buzz in the software programming industry and for good reason. While Ruby has been around for more than a decade, the Rails framework is relatively new but it is becoming a darling of many programmers who are tired of the overly complicated world of web frameworks.

This article demonstrates just how easy it is to write a simple Wiki application using Ruby and Rails together. While Rails is used mostly to build database applications, this article goes the file-based persistence route because I personally like using Wiki systems that are file based and coincidentally they are easy to set up. In addition, very few resources on the web discuss developing non-database applications using Rails. Still, switching to a database using the Rails database support should be relatively painless if you choose to go that route.


It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement