public
Description: A Rails application to lookup congressional and state legislators by latitude and longitude
Homepage: http://mcommons.com/developers/legislative-lookup
Clone URL: git://github.com/mcommons/legislative-lookup.git
 
benstein (author)
Thu Aug 20 12:12:33 -0700 2009
commit  9e153476bdb1e158a956fa34528b5db11bb264f7
tree    c01ecda7a75042d9394e37d36a5b08b024ed24ca
parent  2c048701e213d0d340f8fcceb11f8324e242db07
legislative-lookup / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# 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'