GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A simple application written in merb to help you manage ad serving across multiple sites
Clone URL: git://github.com/kneath/greed.git
(silently) adding vlad
kneath (author)
Mon Apr 28 02:06:55 -0700 2008
commit  2c8103553c36a2d65080d1a18a7f33c193a820e9
tree    487f1815c3fd7ddcc39499ec4f33d101ec79ee3e
parent  174f16a186a3ed5726a8f36211ae87f53ba655bc
...
1
2
3
 
4
5
6
7
8
 
...
1
2
3
4
5
6
7
 
8
9
0
@@ -1,7 +1,8 @@
0
 .DS_Store
0
 *.log
0
 config/database.yml
0
+config/deploy.rb
0
 db/test.sqlite
0
 schema/*.sql
0
 public/advertisements
0
-coverage
0
\ No newline at end of file
0
+coverage
...
11
12
13
 
 
 
 
 
 
 
14
15
16
...
11
12
13
14
15
16
17
18
19
20
21
22
23
0
@@ -11,6 +11,13 @@ require 'merb-core'
0
 require 'rubigen'
0
 include FileUtils
0
 
0
+begin
0
+ require 'vlad'
0
+ Vlad.load :scm => "git"
0
+rescue LoadError
0
+ # do nothing
0
+end
0
+
0
 # Load the basic runtime dependencies; this will include
0
 # any plugins and therefore plugin rake tasks.
0
 init_env = ENV['MERB_ENV'] || 'rake'
...
1
2
3
4
5
6
...
1
2
 
3
4
5
0
@@ -1,6 +1,5 @@
0
 ## Immediate Future
0
 
0
-* Track clicks to ads
0
 * Build out dashboard page
0
 * Support default campaigns
0
 * List out inactive / default campaigns

Comments

    No one has commented yet.