To Examples

HideTableCells Example

Directions

  1. Create a Rails project named HideTableCells
  2. Generate a controller named Test.
  3. Source code for page1: HideTableCells/app/views/test/page1.html.erb.
  4. Source code for the CSS stylesheet: HideTableCells/app/assets/stylesheets/test.scss.
  5. Source code for the jQuery source code: HideTableCells/app/assets/javascripts/application.js.
  6. Localhost URL to view page1:
    http://localhost:3000/test/page1