public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Commented out cachetastic:page_cache:expire_all task since, currently 
there is no page caching.
markbates (author)
Tue May 06 09:01:47 -0700 2008
commit  0ca0001bcf0c978d4f9e71f34b45d756e9e65ce4
tree    44f660c2e4dc26392a9b86dec826f547e6836aa8
parent  6daf2745a6d21ea56e9d6ba2c7937cb08cdc26a1
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+* Added rake db:create and db:create:all rake tasks.
0
 * Refactored out constants, such as MACK_ROOT and MACK_ENV and made them into Mack::Configuration.env, Mack::Configuration.root, etc...
0
 * Added test:stats and test:coverage Rake tasks.
0
 * Removed support for ActiveRecord and DataMapper and moved them into their own gems.
...
55
56
57
58
59
60
61
62
63
64
65
66
67
 
 
 
 
 
 
 
 
 
 
68
69
70
...
55
56
57
 
 
 
 
 
 
 
 
 
 
58
59
60
61
62
63
64
65
66
67
68
69
70
0
@@ -55,15 +55,15 @@ namespace :cachetastic do
0
     end
0
   end
0
   
0
- namespace :page_cache do
0
-
0
- desc "Expires the page cache."
0
- task :expire_all => :environment do
0
- running_time do("Cachetastic::Caches::PageCache.expire_all")
0
- Cachetastic::Caches::PageCache.expire_all
0
- end
0
- end
0
-
0
- end
0
+ # namespace :page_cache do
0
+ #
0
+ # desc "Expires the page cache."
0
+ # task :expire_all => :environment do
0
+ # running_time do("Cachetastic::Caches::PageCache.expire_all")
0
+ # Cachetastic::Caches::PageCache.expire_all
0
+ # end
0
+ # end
0
+ #
0
+ # end
0
   
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.