Sha256: 12c81e5273279a8f4e11da4df02b4e6e26e88e55263a6d2ceaba52c4a33878d5

Contents?: true

Size: 478 Bytes

Versions: 12

Compression:

Stored size: 478 Bytes

Contents

namespace :tkh_illustrations do
  
  desc "Create migration and locale files"
  task :install do
    system 'rails g tkh_illustrations:create_or_update_migrations'
    system 'rails g tkh_illustrations:create_or_update_locales -f'
  end
  
  desc "Update files. Skip existing migrations. Force overwrite locales"
  task :update do
    system 'rails g tkh_illustrations:create_or_update_migrations -s'
    system 'rails g tkh_illustrations:create_or_update_locales -f'
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.6 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.9.5 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.9.4 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.9.3 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.9.2 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.9.1 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.2.5 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.9 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.2.4 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.2.3 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.2 lib/tasks/tkh_illustrations_tasks.rake
tkh_illustrations-0.1 lib/tasks/tkh_illustrations_tasks.rake