Rails vs X

P

Phil Tomson

Remarkably level-headed.

Would it be fair to say that Django and Nitro are closer in philosophy
(ie. they both generate the SQL for you) than Django and Rails (or Rails
and Nitro)?

BTW: Kudos to the gem-folk, here's a quote from the article:
"Installing both Rails and Django is fairly easy once you've got the
relevant interpreter installed. Ruby can make use of the excellent Gems
system, which is something Python (and to be fair most other languages
including Java) would do well to mimic."

Phil
 
W

why the lucky stiff

Phil said:
BTW: Kudos to the gem-folk, here's a quote from the article:
"Installing both Rails and Django is fairly easy once you've got the
relevant interpreter installed. Ruby can make use of the excellent Gems
system, which is something Python (and to be fair most other languages
including Java) would do well to mimic."
Also recently spotted this praise:

http://dirtsimple.org/2005/08/ruby-gems-python-eggs-and-beauty-of.html

I had no idea you could serve gems directly with gem_server. That's
stupendous. I mean it. That's really stupendous, everyone.

_why
 
J

James Britt

Phil said:
Would it be fair to say that Django and Nitro are closer in philosophy
(ie. they both generate the SQL for you) than Django and Rails (or Rails
and Nitro)?


I haven't used Django, but based on that write up that sounds correct.
BTW: Kudos to the gem-folk, here's a quote from the article:
"Installing both Rails and Django is fairly easy once you've got the
relevant interpreter installed. Ruby can make use of the excellent Gems
system, which is something Python (and to be fair most other languages
including Java) would do well to mimic."

Oh, indeed. Gems makes life much easier.

James

--

http://www.ruby-doc.org - The Ruby Documentation Site
http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys
 
G

George Moschovitis

Would it be fair to say that Django and Nitro are closer in philosophy
(ie. they both generate the SQL for you) than Django and Rails (or Rails
and Nitro)?

I got the same feeling. But if you take the time to experiment with
nitro, you will find that under the hood, thing work differently. And
more features are coming shortly :)

regards,
George.
 
C

Chad Fowler

Phil Tomson wrote:
=20
Also recently spotted this praise:
=20
http://dirtsimple.org/2005/08/ruby-gems-python-eggs-and-beauty-of.html
=20
I had no idea you could serve gems directly with gem_server. That's
stupendous. I mean it. That's really stupendous, everyone.
=20

Yea, I think we haven't done a good enough job of publicizing this
fact. You know, I assume, about gem_server serving rdoc, right? The
funny thing is that we added the rdoc feature as a nice-to-have, but
the real reason for gem_server was to actually serve gems. We did
this on day 2 of RubyConf 2003 and it's been there ever since.

Way down on my TODO list for a long time has been to create a
Rendezvous/DNSSD/Bonjour-enabled version of the gem_server, so you
could dynamically discover and search gem_servers on your local
network. That might be a fun hack before or during RubyConf to play
with when we're all together.

--=20
Chad Fowler
http://chadfowler.com
http://rubycentral.org=20
http://rubygarden.org=20
http://rubygems.rubyforge.org (over 800,000 gems served!)
 
P

Pit Capitain

Chad said:
Way down on my TODO list for a long time has been to create a
Rendezvous/DNSSD/Bonjour-enabled version of the gem_server, so you
could dynamically discover and search gem_servers on your local
network. That might be a fun hack before or during RubyConf to play
with when we're all together.

Maybe you can use Ruby's Rinda::Ring and don't need to implement another
protocol.

Regards,
Pit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,078
Latest member
MakersCBDBlood

Latest Threads

Top