in Rails3 beta 4 where is the code that gets executed when you type 'rails server'?
        Posted  
        
            by srboisvert
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by srboisvert
        
        
        
        Published on 2010-06-16T12:14:46Z
        Indexed on 
            2010/06/16
            12:32 UTC
        
        
        Read the original article
        Hit count: 368
        
I'm tracing my way through the source code and can't seem to find where the command "rails server" would be for a generated app. Where is it? Also is there some way I can track down these things in the future?
© Stack Overflow or respective owner