[Rails] Re: Rack in Rails

2010-07-27 Thread Frederick Cheung
On Jul 27, 4:35 pm, Pål Bergström wrote: > Robert Walker wrote: > > Rack is a dependency of Rails so it will get installed when you install > > the Rails gems. Also keep in mind certain versions of Rails requires a > > certain version of Rack. Sometimes even an older one than the current. > > >

[Rails] Re: Rack in Rails

2010-07-27 Thread Pål Bergström
Robert Walker wrote: > Rack is a dependency of Rails so it will get installed when you install > the Rails gems. Also keep in mind certain versions of Rails requires a > certain version of Rack. Sometimes even an older one than the current. > > If in doubt just run: > > sudo gem install rails

[Rails] Re: Rack in Rails

2010-07-27 Thread Robert Walker
Pål Bergström wrote: > Does Rack come with Rails or do I need to install the gem? Rack is a dependency of Rails so it will get installed when you install the Rails gems. Also keep in mind certain versions of Rails requires a certain version of Rack. Sometimes even an older one than the current.