On Sun, Dec 6, 2009 at 7:58 PM, Greg Hauptmann <[email protected]> wrote: > looks good but I'm not sure I have rack under the bonnet in dev for > rails v2.3.5? I curent test using Mongrel so I assume this means > I'm not on Rack? > > => Booting Mongrel > => Rails 2.3.3 application starting on http://0.0.0.0:3000
No, Rails has been running on Rack for several releases. It uses specific adapters to let mongrel, webrick, etc. drive rack. -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Twitter: http://twitter.com/RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale -- 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.

