Skip to content

Commit

Permalink
trying to make it work with heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
ariera committed Aug 7, 2011
1 parent 0f64c10 commit 96c14f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'http://rubygems.org'

#gem "rake", "0.8.7"
gem 'rails', '3.1.0.rc5'
gem 'sqlite3'

Expand Down
7 changes: 6 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/usr/bin/env rake
# 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 'rake/dsl_definition'
require File.expand_path('../config/application', __FILE__)

module ::AwesomeNestedSortable
class Application
include Rake::DSL
end
end
AwesomeNestedSortable::Application.load_tasks

0 comments on commit 96c14f2

Please sign in to comment.