Sha256: 9c93d915c6fe3b4f81537c01a6b3fe3c52a462aae41ba679b050d8a3137c36ba

Contents?: true

Size: 705 Bytes

Versions: 26

Compression:

Stored size: 705 Bytes

Contents

Description:

    Creates a subsite, a namespaced section of your application.

    Controllers for the subsite are created in
    app/controllers/<subsite_name>/ and views are also in their own
    subdirectory.   This allows you to have two different controllers
    and two different sets of views for the same model.

    The subsite will use app/views/taglibs/<subsite_name>_site.dryml
    for common tags. The assets that the subsite will load are
    specified in app/assets/javascripts/<subsite_name>.js and
    app/assets/stylesheets/<subsite_name>.[s]css

    The difference between hobo:admin_site and hobo:subsite is that
    hobo:admin_site limits the subsite to use by administrators only.

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
hobo-2.2.6 lib/generators/hobo/admin_subsite/USAGE
hobo-2.2.5 lib/generators/hobo/admin_subsite/USAGE
hobo-2.2.4 lib/generators/hobo/admin_subsite/USAGE
hobo-2.2.3 lib/generators/hobo/admin_subsite/USAGE
hobo-2.2.2 lib/generators/hobo/admin_subsite/USAGE
hobo-2.2.1 lib/generators/hobo/admin_subsite/USAGE
hobo-2.2.0 lib/generators/hobo/admin_subsite/USAGE
hobo-2.1.2 lib/generators/hobo/admin_subsite/USAGE
hobo-2.1.1 lib/generators/hobo/admin_subsite/USAGE
hobo-2.1.0 lib/generators/hobo/admin_subsite/USAGE
hobo-2.1.0.pre4 lib/generators/hobo/admin_subsite/USAGE
hobo-2.1.0.pre3 lib/generators/hobo/admin_subsite/USAGE
hobo-2.1.0.pre2 lib/generators/hobo/admin_subsite/USAGE
hobo-2.1.0.pre1 lib/generators/hobo/admin_subsite/USAGE
hobo-2.0.1 lib/generators/hobo/admin_subsite/USAGE
hobo-2.0.0 lib/generators/hobo/admin_subsite/USAGE
hobo-2.0.0.pre10 lib/generators/hobo/admin_subsite/USAGE
hobo-2.0.0.pre9 lib/generators/hobo/admin_subsite/USAGE
hobo-2.0.0.pre8 lib/generators/hobo/admin_subsite/USAGE
hobo-2.0.0.pre7 lib/generators/hobo/admin_subsite/USAGE