Ruby on Rails Tutorial | Building a Message Board

This is a Ruby on Rails tutorial where I create a Message Board Application from scratch. The functionality of the application is very similar to a forum. This application was built in Rails . GitHub Repository (You can get the stylesheet here): Video Index: 0:00 Overview of the finished application 1:40 Create the MessageBoard application 3:30 Generate the Message model 6:20 Generate the Messages controller 7:40 Routing and root path 9:30 Define in
Back to Top