Sha256: 54f7475a15c6bfe23fae7407453dc4b08caf0d79c6d61e9f218696998c7a0754
Contents?: true
Size: 346 Bytes
Versions: 5
Compression:
Stored size: 346 Bytes
Contents
require "bundler/gem_tasks" require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec desc 'Start development Rails app' task :web do app_path = 'spec/dummy' port = ENV['PORT'] || 3000 puts "Starting application in http://localhost:#{port} ... \n" Dir.chdir(app_path) exec("rails s -p #{port}") end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
invisible_captcha-0.12.2 | Rakefile |
invisible_captcha-0.12.1 | Rakefile |
invisible_captcha-0.12.0 | Rakefile |
invisible_captcha-0.11.0 | Rakefile |
invisible_captcha-0.10.0 | Rakefile |