Sha256: 6c261c40b783284df913caa176ba37d4e1d5f71867ca5f171747a952aee6f05e

Contents?: true

Size: 371 Bytes

Versions: 12

Compression:

Stored size: 371 Bytes

Contents

#/bin/bash
APPNAME=$1
echo "working directory is now `pwd`"
rails new $APPNAME
cat database.yml | sed "s/APPNAME/$APPNAME/g" > $APPNAME/config/database.yml
cp -v Gemfile $APPNAME
cd $APPNAME
echo "working directory is now `pwd`"
bundle install
echo devise:install
rails g devise:install
echo devise User
rails g devise User
echo ckeditor:install
rails g ckeditor:install

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
inline_forms-1.0.11 lib/otherstuff/mk31-app
inline_forms-1.0.10 lib/otherstuff/mk31-app
inline_forms-1.0.9 lib/otherstuff/mk31-app
inline_forms-1.0.8 lib/otherstuff/mk31-app
inline_forms-1.0.6 lib/otherstuff/mk31-app
inline_forms-1.0.5 lib/otherstuff/mk31-app
inline_forms-1.0.4 lib/otherstuff/mk31-app
inline_forms-1.0.3 lib/otherstuff/mk31-app
inline_forms-1.0.2 lib/otherstuff/mk31-app
inline_forms-1.0.1 lib/otherstuff/mk31-app
inline_forms-1.0.0 lib/otherstuff/mk31-app
inline_forms-0.9.25 lib/otherstuff/mk31-app