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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Rails 2 there was the
script/serverruby script local to an application. In Rails 3, it appears they detect when they are inside a rails application path and have global scripts for all applications.If your ruby install location was
/ruby191, it would be in:/ruby191/lib/ruby/gems/1.9.1/gems/railties-3.0.0.beta4/lib/rails/commands/server.rb