Sha256: 0b8bf481e78a8eff0e9b24481fd1d0f50510524777cd2f46cd92855e1575e576
Contents?: true
Size: 1.06 KB
Versions: 10
Compression:
Stored size: 1.06 KB
Contents
Description: Setup Sms On Rails The following actions can be specified seperately or together environment (default) - add the configuration to config/environment.rb and runs dependencies models - copy the vanilla models up to app/models/sms_on_rails so they can be edited/overwritten accordingly dependencies - install dependent plugins and gems (enviroment does this automatically) migration (default) - creates three migration templates for sms tables. To skip one, for example if only the carriers and phone numbers are desired, use --skip-models, --skip-phone-number or --skip-carriers to skip Example: Set up the environment and create models in app/models/sms_on_rails ./script/generate sms_on_rails setup environment models Just setup the environment and create the migration ./script/generate sms_on_rails setup Setup the views ./script/generate sms_on_rails setup views Create a migration skipping models migration ./script/generate sms_on_rails setup migration --skip-models
Version data entries
10 entries across 10 versions & 3 rubygems