Show
Ignore:
Timestamp:
04/10/2006 23:38:27 (3 years ago)
Author:
why
Message:
  • examples/blog/blog.rb: calling Mongrel run per ticket #15.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/blog/blog.rb

    r73 r83  
    282282  puts "** Blog example is running at http://localhost:3002/blog" 
    283283  puts "** Default username is `admin', password is `camping'" 
    284   server.join 
    285 end 
     284  server.run.join 
     285end