To Examples
BoxModel Example
Directions
Create a new Rails project named BoxModel.
Generate a controller with the name BoxModel having the view page1.
See the fix at the bottom of the
Announcements Page
for remedying a Rails/CoffeeScript incompatability with Windows.
Source code for the view page1:
page1.erb.htm
.
Source code for the CSS stylesheet:
box_model.scss
.
Localhost URL to view page1:
http://localhost:3000/box_model/page1