Sha256: 38918f3a94e1e68a986f036ca23ab4abad9239d2c250d8bb1ecee992003c38b6

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

Dummy::Application.load_tasks

if Rake::Task.task_defined?(:'db:check_protected_environments')
  Rake::Task[:'db:check_protected_environments'].clear
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
comfy_bootstrap_form-4.0.0.beta1 test/dummy/Rakefile
bootstrap_form-2.7.0 test/dummy/Rakefile
bootstrap_form-2.6.0 test/dummy/Rakefile
bootstrap_form-2.5.3 test/dummy/Rakefile