Rails Example Application - Typo

Sang Shin, sangshinpassion@gmail.com, Sun Microsystems, www.javapassion.com/j2ee

   

In this hands-on lab, you are going to build typo example Rails application step by step.

Expected duration: 90 minutes (excluding homework)



Software Needed

Before you begin, you need to install the following software on your computer. 


OS platforms you can use

Change Log


Things to do (by Sang Shin)


Lab Exercises


Exercise 1: Build and run "typo" sample application


In this exercise, you will  get an exposure to more advanced features of JRuby on Rails.  This exercise is based on the Putting Filckr on Rails tutorial contributed by Brian Leonard.   This exercise requires direct connection to the Internet and does not work if you are working behind a proxy.   
  1. Open "Typo" NetBeans project
  2. Create database
  3. Migrate database (Create and populate tables)
  4. Run "Typo" NetBeans project

(1.1) Open "Typo" NetBeans project


1. Open Typo NetBeans project. 

(1.2) Create database


1. Create typo_development database using NetBeans.









Note: You can create the typo_development database at the command line as well.

(1.3) Migrate database (Create and populate tables)


1. Open Typo NetBe




(1.4) Run "Typo" NetBeans project


1. Right click Typo project node and select Run.






















                                                                                                                    return to top of the exercise



Summary

In this exercise,  you have built and run a "Typo" sample application. 

                                                                                                                              return to the top


Homework Exercise (for people who are taking Sang Shin's "Java EE Programming online course")


<tbd>

                                                                                                                    return to the top