(Tutorial) Creating a Ruby Weblog in 10 Minutes
Tutorial : Creating a Ruby Weblog in 10 Minutes
In this tutorial, you use the Ruby support in the NetBeans IDE to create and run a simple database web application. By completing the steps in this tutorial, you learn how to do the following tasks:
-
Use Rake tasks and migration files to create and update database tables
-
Use the scaffold generator to generate a basic create, read, update, delete (CRUD) database web application
-
Edit views to fine-tune the web pages
Creating the Ruby on Rails Project
You begin by creating a Ruby on Rails project. By default, the IDE creates the project in a directory structure that conforms to the Ruby on Rails project conventions for applications.
1.In the NetBeans IDE, choose File > New Project.
2.Select Ruby from the Categories list and Ruby on Rails Application from the Projects list..
Courtesy:- Netbeans.org
- guru's blog
- Login to post comments
