Basis of rails-driven app for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

10 lines
307 B

  1. # Add your own tasks in files placed in lib/tasks ending in .rake,
  2. # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
  3. require(File.join(File.dirname(__FILE__), 'config', 'boot'))
  4. require 'rake'
  5. require 'rake/testtask'
  6. require 'rake/rdoctask'
  7. require 'tasks/rails'