Sha256: 899fad1329723205a0722394ed798e6efa25e9c36d18785178dc9778e4a60b69
Contents?: true
Size: 876 Bytes
Versions: 11
Compression:
Stored size: 876 Bytes
Contents
This directory contains a collection of Ruby scripts and classes which allow automation of common project tasks. You can remove this directory if you don't use any of these tasks. Usage: From within the MVC application base directory: ruby script/generate model MyModel field_1:string field_2:int field_3:boolean ruby script/generate view viewNamespace viewName ruby script/generate controller controllerName viewName1 viewName2 ... ruby script/generate scaffold MyModel field_1:string field_2:int field_3:boolean ruby script/plugin install git://github.com/extmvc/loadingmessage-plugin.git LoadingMessage (second arg optional) ruby script/plugin install MyPluginFolder (where MyPluginFolder is a folder within the vendor/plugins directory) ruby script/plugin uninstall MyPluginFolder ruby script/build all ruby script/build js ruby script/build css
Version data entries
11 entries across 11 versions & 2 rubygems