Sha256: cd18f31a5b410aeaaca84bbee89fbdc513256d872148e657f55315808c6ce461

Contents?: true

Size: 479 Bytes

Versions: 224

Compression:

Stored size: 479 Bytes

Contents

#!/bin/bash
rails g inline_forms IFLocale \
  name:string \
  if_translations:belongs_to \
  _enabled:yes _presentation:'#{name}' -f

rails g inline_forms IFKey \
  name:string \
  if_translations:has_many if_translations:associated \
  _enabled:yes _presentation:'#{name}' -f

rails g inline_forms IFTranslation \
  if_key:belongs_to \
  if_locale:dropdown \
  value:text \
  interpolations:text \
  is_proc:boolean \
  _presentation:'#{value}' -f

bundle exec rake db:migrate

Version data entries

224 entries across 224 versions & 1 rubygems

Version Path
inline_forms-6.2.14 lib/otherstuff/mkiftrans
inline_forms-6.2.12 lib/otherstuff/mkiftrans
inline_forms-6.2.11 lib/otherstuff/mkiftrans
inline_forms-6.2.10 lib/otherstuff/mkiftrans
inline_forms-6.2.9 lib/otherstuff/mkiftrans
inline_forms-6.2.7 lib/otherstuff/mkiftrans
inline_forms-6.2.6 lib/otherstuff/mkiftrans
inline_forms-6.2.5 lib/otherstuff/mkiftrans
inline_forms-6.2.4 lib/otherstuff/mkiftrans
inline_forms-6.2.3 lib/otherstuff/mkiftrans
inline_forms-6.2.2 lib/otherstuff/mkiftrans
inline_forms-6.2.1 lib/otherstuff/mkiftrans
inline_forms-6.1.1 lib/otherstuff/mkiftrans
inline_forms-6.1.0 lib/otherstuff/mkiftrans
inline_forms-6.0.8 lib/otherstuff/mkiftrans
inline_forms-6.0.7 lib/otherstuff/mkiftrans
inline_forms-6.0.6 lib/otherstuff/mkiftrans
inline_forms-6.0.5 lib/otherstuff/mkiftrans
inline_forms-6.0.4 lib/otherstuff/mkiftrans
inline_forms-6.0.3 lib/otherstuff/mkiftrans