rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* The best approach to get the latest Rack for Rails 3
@ 2009-11-27 23:23 Joshua Partogi
  2009-11-28  1:33 ` Priidu
  2009-11-28  2:56 ` Jeremy Kemper
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Partogi @ 2009-11-27 23:23 UTC (permalink / raw)
  To: rack-devel

The latest Rails 3 server.rb needs Rack's Server class, but this is
not released yet. What would be the best approach to get the latest
Rack to be used in conjunction with Rails 3?

Any ideas and suggestions?

-- 
Certified Scrum Master
http://blog.scrum8.com | http://jobs.scrum8.com | http://twitter.com/scrum8

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: The best approach to get the latest Rack for Rails 3
  2009-11-27 23:23 The best approach to get the latest Rack for Rails 3 Joshua Partogi
@ 2009-11-28  1:33 ` Priidu
  2009-11-28  2:56 ` Jeremy Kemper
  1 sibling, 0 replies; 3+ messages in thread
From: Priidu @ 2009-11-28  1:33 UTC (permalink / raw)
  To: Rack Development

Hi Joshua!

Same problem here, somehow there is no handy gemspec at rack git repo
to generate gem. I was a bit too lazy to create it myself at the
moment and therefore I just linked rack repo to already installed gem
directory as temporary hack.

Cheers,
Priit

priit.mx.ee

On Nov 28, 1:23 am, Joshua Partogi <joshua.part...@gmail.com> wrote:
> The latest Rails 3 server.rb needs Rack's Server class, but this is
> not released yet. What would be the best approach to get the latest
> Rack to be used in conjunction with Rails 3?
>
> Any ideas and suggestions?
>
> --
> Certified Scrum Masterhttp://blog.scrum8.com|http://jobs.scrum8.com|http://twitter.com/scrum8

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: The best approach to get the latest Rack for Rails 3
  2009-11-27 23:23 The best approach to get the latest Rack for Rails 3 Joshua Partogi
  2009-11-28  1:33 ` Priidu
@ 2009-11-28  2:56 ` Jeremy Kemper
  1 sibling, 0 replies; 3+ messages in thread
From: Jeremy Kemper @ 2009-11-28  2:56 UTC (permalink / raw)
  To: rack-devel

On Fri, Nov 27, 2009 at 3:23 PM, Joshua Partogi
<joshua.partogi@gmail.com> wrote:
> The latest Rails 3 server.rb needs Rack's Server class, but this is
> not released yet. What would be the best approach to get the latest
> Rack to be used in conjunction with Rails 3?
>
> Any ideas and suggestions?

gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"

in your Gemfile.

jeremy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-28  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-27 23:23 The best approach to get the latest Rack for Rails 3 Joshua Partogi
2009-11-28  1:33 ` Priidu
2009-11-28  2:56 ` Jeremy Kemper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).