Sha256: 984d3d468e829126fad5ec2c88bd182ebc3ba5aa36bddfaff347fa273dcbd637

Contents?: true

Size: 479 Bytes

Versions: 19

Compression:

Stored size: 479 Bytes

Contents

namespace :tkh_authentication do
  desc "Create migrations and locale files"
  task :install do
    system 'rails g tkh_authentication:create_or_update_migrations'
    system 'rails g tkh_authentication:create_or_update_locales -f'
  end

  desc "Update files. Skip existing migrations. Force overwrite locales"
  task :update do
    system 'rails g tkh_authentication:create_or_update_migrations -s'
    system 'rails g tkh_authentication:create_or_update_locales -f'
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
tkh_authentication-0.9.17.2 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.17.1 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.17 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.16 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.15 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.14 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.13 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.12 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.11 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.10 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.9 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.8 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.7 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.6 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.5 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.4 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.3 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.11 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.10 lib/tasks/tkh_authentication_tasks.rake