Sha256: d305352f0992299629f551cad23f9ba0c18e9027c4160349fa7c6bd07bc5b083

Contents?: true

Size: 587 Bytes

Versions: 62

Compression:

Stored size: 587 Bytes

Contents

namespace :tkh_content do
  desc "Create migrations, locale, and other files"
  task :install do
    system 'rails g tkh_content:create_or_update_migrations'
    system 'rails g tkh_content:create_or_update_locales -f'
    system 'rails g tkh_content:create_or_update_files -f'
  end
  
  desc "Update files. Skip existing migrations and blog layout. Force overwrite locales"
  task :update do
    system 'rails g tkh_content:create_or_update_migrations -s'
    system 'rails g tkh_content:create_or_update_locales -f'
    system 'rails g tkh_content:create_or_update_files -s'
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
tkh_content-0.10.10 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.9 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.8 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.7 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.6 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.5.1 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.5 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.4 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.3 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.2 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10.1 lib/tasks/tkh_content_tasks.rake
tkh_content-0.10 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.20 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.19 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.18 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.17 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.16 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.15 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.14 lib/tasks/tkh_content_tasks.rake
tkh_content-0.9.13 lib/tasks/tkh_content_tasks.rake