Sha256: 0ee4eca8e0f8e2c8049bab3a18de7d8ac79972235419da3a379089df6ac5519f

Contents?: true

Size: 1.39 KB

Versions: 32

Compression:

Stored size: 1.39 KB

Contents

Description:
    Injects the Bootstrap framework, FontAwesome support, and a standard application layout template into your app.

    The application layout will provide a standard top navbar based on the models already in your application, with support for flash messages.

    Specify "default" as the THEME_NAME to use the default bootstrap theme.  Or, provide a Bootswatch name instead.


    THEME_NAME can be one of:
        amelia, cerulian, cyborg, default, journal, geo, readable, simplex, slate, spacelab, spruce, superhero, united

    LAYOUT_FILE defaults to "application".

    WARNING: You will LOSE any modifications you've made to your application layout unless you specify a different filename with the --layout-file option.

Examples:
    `rails generate starter:style default`

    Injects Bootstrap 3.0 into your CSS folder, adjusts your applications' css manifest, and replaces your application layout with a standard Bootstrap template and a navigation bar based on your models.

    `rails generate starter:style --no-navbar`

    Injects Bootstrap 3.0 into your CSS folder, adjusts your applications' css manifest, and replaces your application layout with a standard Bootstrap template.

    `rails generate starter:style united`

      Injects Bootstrap 3.0 into your CSS folder, adjusts your applications' css manifest, and replaces your application layout with the United bootswatch theme.




Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
ez-1.3.0 lib/generators/ez/style/USAGE
ez-1.2.0 lib/generators/ez/style/USAGE
ez-1.1.3 lib/generators/ez/style/USAGE
ez-1.1.2 lib/generators/ez/style/USAGE
ez-1.1.1 lib/generators/ez/style/USAGE
ez-1.1.0 lib/generators/ez/style/USAGE
ez-1.0.0 lib/generators/ez/style/USAGE
ez-0.9.9 lib/generators/ez/style/USAGE
ez-0.9.7 lib/generators/ez/style/USAGE
ez-0.9.6 lib/generators/ez/style/USAGE
ez-0.9.5 lib/generators/ez/style/USAGE
ez-0.9.1 lib/generators/ez/style/USAGE
ez-0.9.0 lib/generators/ez/style/USAGE
ez-0.8.7 lib/generators/ez/style/USAGE
ez-0.8.6 lib/generators/ez/style/USAGE
ez-0.7.0 lib/generators/ez/style/USAGE
ez-0.6.5 lib/generators/ez/style/USAGE
ez-0.6.4 lib/generators/ez/style/USAGE
ez-0.6.3 lib/generators/ez/style/USAGE
ez-0.6.2 lib/generators/ez/style/USAGE