Sha256: 5ead0bd3d4c13ffb68d55ac0890215b606064526996ed430126003ec3eb99304

Contents?: true

Size: 480 Bytes

Versions: 16

Compression:

Stored size: 480 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

16 entries across 16 versions & 1 rubygems

Version Path
tkh_authentication-0.1.9 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.8 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.2 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9.1 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.9 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.7 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.6 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.5 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.3 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.2 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1.1 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.1 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.0.12 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.0.11 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.0.10 lib/tasks/tkh_authentication_tasks.rake
tkh_authentication-0.0.9 lib/tasks/tkh_authentication_tasks.rake