Robert You are correct. This is plain Ruby class as I am learning the basics but even so, under Rails, how can I display document_root? If there a config variable I can display? thanks
On May 12, 9:10 am, Robert Walker <[email protected]> wrote: > max radin wrote: > > Hi- > > This is a newbie question: > > > I started an http server: > > > myserver = HTTPServer.new(:Port => 8080, > > :DocumentRoot => Dir::pwd + "/temp") > > myserver.start > > HTTPServer is not a Rails class. I think you're on the wrong forum. > Maybe try the Ruby forum. > -- > Posted viahttp://www.ruby-forum.com/. > > -- > 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 > athttp://groups.google.com/group/rubyonrails-talk?hl=en. -- 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.

