"Application framework" relates to the framework itself which in this case is Rails. Others in the ruby realm include Sinatra and Merb.
>Regarding the web server, which is where our application is run, can we >say that if we deploy the application to the local machine the local >machine is a web server. And, if we deploy the application to >www.xyz.com, the web server is xyz.com? Rails has 3 environments: development, test and production. It does not matter which machine is used. What matters is which environment you're running your application on (ie. development, test or production). Gordon Yeong. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

