public
Description: El Dorado is a full-stack community web application written in Ruby/Rails.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/trevorturk/el-dorado.git
Search Repo:
fixed typo from last commit, chat shows 100 messages at start, 100 on 
show_more ajax call
trevorturk (author)
Thu May 08 21:57:16 -0700 2008
commit  147cb393e8201014cddee54308ff1560b6a1e3c3
tree    87cd729d7212dc8fec19c5ac66c779457f927a89
parent  bddbebfe7d59e9d4608a009f23984ebdcb60c0d4
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@
0
   end
0
   
0
   def self.more(id)
0
- find(:all, :limit => 50, :order => 'messages.id desc', :include => :user, :conditions => ['messages.id < ?', id])
0
+ find(:all, :limit => 100, :order => 'messages.id desc', :include => :user, :conditions => ['messages.id < ?', id])
0
   end
0
   
0
   def self.get

Comments

    No one has commented yet.