hi there, Is the latest Rails 3 compatible with Rack 1.0.0 ? I get this error today: /config.ru:2:in `block in parse_config'': undefined method `expand_path'' for Rack::File:Class (NoMethodError) from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/builder.rb:29:in `instance_eval'' from /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/builder.rb:29:in `initialize'' I generated the rails application from scratch. Kind regards, -- Certified Scrum Master http://blog.scrum8.com | http://jobs.scrum8.com | http://twitter.com/scrum8
On Fri, Oct 16, 2009 at 4:18 PM, Joshua Partogi <joshua.partogi@gmail.com> wrote:> Is the latest Rails 3 compatible with Rack 1.0.0 ?I think it isn''t: http://github.com/rails/rails/commit/ef70ad5538c4ce02c4d31ef01a8db6b55c837571
On Oct 16, 2:59 pm, Xavier Noria <f...@hashref.com> wrote:> On Fri, Oct 16, 2009 at 4:18 PM, Joshua Partogi > > <joshua.part...@gmail.com> wrote: > > Is the latest Rails 3 compatible with Rack 1.0.0 ? > > I think it isn''t: > > http://github.com/rails/rails/commit/ef70ad5538c4ce02c4d31ef01a8db6b5...How are we supposed to get the Rack 1.0.1 ? It''s not even released. Any ideas? -- Certified Scrum Master http://blog.scrum8.com | http://jobs.scrum8.com | http://twitter.com/scrum8
> How are we supposed to get the Rack 1.0.1 ? It''s not even released. Any ideas?Either encourage the rack guys to release a gem, or build that gem from source for now. -- Cheers Koz
On Oct 17, 12:29 am, Michael Koziarski <mich...@koziarski.com> wrote:> > How are we supposed to get the Rack 1.0.1 ? It''s not even released. Any ideas? > > Either encourage the rack guys to release a gem, or build that gem > from source for now.Yup. Already done the latter. Thanks Mike. -- Certified Scrum Master http://blog.scrum8.com | http://jobs.scrum8.com | http://twitter.com/scrum8