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

public
Description: Open Source Ruby on Rails Project Gallery
Homepage: http://www.opensourcerails.com
Clone URL: git://github.com/jcnetdev/opensourcerails.git
Fixing up activity
jcnetdev (author)
Sun Aug 31 08:31:35 -0700 2008
commit  a1a426807c87e5c40ab8304fff00c168f2141ff5
tree    7fd5f704c1af84f84af25d65069f140521a55472
parent  3920be2d5c5f415cf054ebe53481477b5bbfbb36
...
5
6
7
8
9
10
11
...
5
6
7
 
8
9
10
0
@@ -5,7 +5,6 @@
0
     = activity.action_name
0
     = activity.midsentence
0
     = activity_target_link(activity)
0
- = activity.endconnector
0
 
0
     - if activity.project_id
0
       = activity.endconnector
...
9
10
11
12
 
13
14
15
...
131
132
133
134
135
136
137
138
139
140
141
142
 
 
143
144
145
...
204
205
206
 
207
208
209
...
9
10
11
 
12
13
14
15
...
131
132
133
 
 
 
134
135
136
137
138
139
140
141
142
143
144
...
203
204
205
206
207
208
209
0
@@ -9,7 +9,7 @@
0
 #
0
 # It's strongly recommended to check this file into your version control system.
0
 
0
-ActiveRecord::Schema.define(:version => 20080831011932) do
0
+ActiveRecord::Schema.define(:version => 20080831140530) do
0
 
0
   create_table "activities", :force => true do |t|
0
     t.string "user_name"
0
@@ -131,15 +131,14 @@ ActiveRecord::Schema.define(:version => 20080831011932) do
0
 
0
   create_table "screenshots", :force => true do |t|
0
     t.integer "project_id", :limit => 11
0
- t.string "content_type"
0
- t.string "filename"
0
- t.integer "size", :limit => 11
0
     t.datetime "created_at"
0
     t.datetime "updated_at"
0
     t.integer "owner_id", :limit => 11
0
     t.string "screenshot_content_type"
0
     t.string "screenshot_file_name"
0
     t.integer "screenshot_file_size", :limit => 11
0
+ t.datetime "screenshot_updated_at"
0
+ t.string "screenshot_s3path"
0
   end
0
 
0
   create_table "taggings", :force => true do |t|
0
@@ -204,6 +203,7 @@ ActiveRecord::Schema.define(:version => 20080831011932) do
0
     t.string "download_file_name"
0
     t.integer "download_file_size", :limit => 11
0
     t.string "link"
0
+ t.datetime "download_updated_at"
0
   end
0
 
0
 end
...
47
48
49
50
 
51
52
53
54
55
56
 
 
 
 
 
 
 
...
47
48
49
 
50
51
52
53
54
55
56
57
58
59
60
61
62
63
0
@@ -47,10 +47,17 @@
0
       color: #000000
0
       font-weight: bold
0
       background: url(/images/template/dotted_black.gif) repeat-x left bottom
0
-
0
+
0
     #about_user
0
       h3
0
         padding-bottom: 15px
0
       
0
       .clear
0
         height: 0
0
+
0
+
0
+#about_us
0
+ .right-box-body
0
+ h3
0
+ padding-bottom: 15px
0
+

Comments

    No one has commented yet.