Sha256: c384e35b5c5f833fb490cb96c1bcd24eb5e59932806b76fd4251209620821501

Contents?: true

Size: 775 Bytes

Versions: 1

Compression:

Stored size: 775 Bytes

Contents

= ZscaffoldAdmin

Use Rails > 3

It is a scaffold with configurable layout, controllers, models, helpers, etc. It is installed in the app templates to be used in scaffold. Can be used in applications and other Engines. Layout with Twitter Bootsrap(http://bootswatch.com/cerulean/). Will paginate incluse.

Install the gem in your Gemfile.
    gem 'zscaffold_admin', :git => 'git://github.com/vagnerzampieri/zscaffold_admin.git'

Install files for configuration.
    rails g scaffold_admin:install
    bundle

Then just generate the scaffold.
    rails g scaffold_admin post name:string title:string enabled:boolean

== Bugs:
currently has about Engines and namespace are being repaired.

== Soon it will be done:

Skips.

== License

This project rocks and uses MIT-LICENSE.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zscaffold_admin-0.0.4 README.rdoc