Sha256: 615d34c928dea330eb6c108f0540f07644613785e05d543da7a660316d0b816e

Contents?: true

Size: 273 Bytes

Versions: 15

Compression:

Stored size: 273 Bytes

Contents

namespace :strong_migrations do
  # https://www.pgrs.net/2008/03/12/alphabetize-schema-rb-columns/
  task :alphabetize_columns do
    $stderr.puts "Dumping schema"
    ActiveRecord::Base.logger.level = Logger::INFO

    StrongMigrations.alphabetize_schema = true
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
strong_migrations-2.1.0 lib/tasks/strong_migrations.rake
strong_migrations-2.0.2 lib/tasks/strong_migrations.rake
strong_migrations-2.0.1 lib/tasks/strong_migrations.rake
strong_migrations-2.0.0 lib/tasks/strong_migrations.rake
strong_migrations-1.8.0 lib/tasks/strong_migrations.rake
strong_migrations-1.7.0 lib/tasks/strong_migrations.rake
strong_migrations-1.6.4 lib/tasks/strong_migrations.rake
strong_migrations-1.6.3 lib/tasks/strong_migrations.rake
strong_migrations-1.6.2 lib/tasks/strong_migrations.rake
strong_migrations-1.6.1 lib/tasks/strong_migrations.rake
strong_migrations-1.6.0 lib/tasks/strong_migrations.rake
strong_migrations-1.5.0 lib/tasks/strong_migrations.rake
strong_migrations-1.4.4 lib/tasks/strong_migrations.rake
strong_migrations-1.4.3 lib/tasks/strong_migrations.rake
strong_migrations-1.4.2 lib/tasks/strong_migrations.rake