Socket
Book a DemoInstallSign in
Socket

html5_layout

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html5_layout

0.0.3
bundlerRubygems
Version published
Maintainers
1
Created
Source

HTML5 Layout Generator for Rails 3

It is a HTML5 layuout generator that generates the layout file based upon the HTML5 Boilerplate (http://github.com/paulirish/html5-boilerplate) code.

The generator takes one argument which will be the name of the layout and stylesheet files. If no argument is passed then it defaults to "application".

Usage info:

rails g html5_layout -h

Example:

rails generate html5_layout admin

This will create:
    create  public/stylesheets/admin.css
    create  public/stylesheets/handheld.css
    create  public/javascripts/modernizr-1.5.min.js
    create  public/javascripts/jquery-1.4.2.min.js
    create  public/javascripts/dd_belatedpng.js
    create  app/views/layouts/admin.html.erb

rails g html5_layout --sass

This will add two gems, compass and compass-960-plugin, in the Gemfile. So, you need to run `bundle install`.
The generator will also add 3 layout helpers to use in the views.
* To set the title of the page, you can call `<%= title "The page title" %>`
* To add js files in the layout, use `<% javascript "foo, bar" %>`
* To add stylesheet files, use `<% stylesheet "foo, bar" %>`

This generator is heavily based upon the Ryan Bates's NiftyGenerators.

FAQs

Package last updated on 30 Nov 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.