public
Description: The code for the new version of The Connected Republic, the public web-space where people interested in the use of connectivity to tackle public problems can find each other and share ideas. Development sponsored by Cisco IBSG Public Sector Current version: http://www.theconnectedrepublic.org/ Project at: http://nokahuna.com/projects/142
Homepage: http://nokahuna.com/projects/142
Clone URL: git://github.com/red56/the-connected-website.git
red56 (author)
Fri Nov 14 04:10:50 -0800 2008
commit  5dbe1b481e20432d382dd9e082b4fe57f17078ac
tree    9fab4d1e6f2d78a137a2befc3fcc17cd3fe18286
parent  48346dbf534ba3c07bfbad902cf13f287ae959a8
33f037fd » duff 2008-08-12 Added shoulda plugin. Adde... 1 def do_not_show_test_names_when_running_tests
2 Rake::TestTask.class_eval do
3 alias_method :crufty_define, :define
4 def define
5 @verbose = false
6 crufty_define
7 end
8 end
9 end
10
acf434c9 » duff 2008-08-11 Generated a vanilla rails a... 11
12 require(File.join(File.dirname(__FILE__), 'config', 'boot'))
13
14 require 'rake'
15 require 'rake/testtask'
16 require 'rake/rdoctask'
17
33f037fd » duff 2008-08-12 Added shoulda plugin. Adde... 18 do_not_show_test_names_when_running_tests
19
acf434c9 » duff 2008-08-11 Generated a vanilla rails a... 20 require 'tasks/rails'