Skip to content

smholloway/Rails3-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails3-forum

A simple forum application written using Rails 3 Seth Holloway (www.sethholloway.com)

This example differs from the Rails3-Forums-Without-Nesting project by using extra routes. This application has forums/id/topics/id and topics/id, while the 'without-nesting' example had only forums/id/topics/id.

What it does

This forum application contains forums, conversations, and comments. Forums are high-level topics; conversations are threads within a specific forum and comments create the conversation.

Getting it run

Clone the git repository

Limitations

  • There is no authentication or authorization.
  • There is no error checking
  • The code has not been thoroughly tested.
  • Lacking style and JavaScript goodness.
  • No fancy nesting or @replies like those provided by Disqus or other modern commenting systems.

Resources

About

A simple forum written in Rails3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published