Blank rails 4.0 project started

This commit is contained in:
Christoph Haas 2013-07-27 00:19:29 +02:00
commit 3af24f56dc
53 changed files with 822 additions and 0 deletions

6
Rakefile Normal file
View file

@ -0,0 +1,6 @@
# 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__)
Debshots::Application.load_tasks