making a rails app for playing with solr

This commit is contained in:
Dan Buch
2011-08-31 07:52:24 -04:00
parent 2ed6806e6e
commit 8562d71bbb
44 changed files with 8472 additions and 0 deletions

10
rails/hamster/Rakefile Normal file
View File

@@ -0,0 +1,10 @@
# 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.join(File.dirname(__FILE__), 'config', 'boot'))
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'tasks/rails'