Re: Ruby on Rails vs Django

2008-12-06 Thread Low Kian Seong
I think django is closer to merb http://merbivore.com/ rather than ROR. On Sat, Dec 6, 2008 at 10:48 PM, bruno desthuilliers <[EMAIL PROTECTED]> wrote: > > > > On 6 déc, 10:55, "Guillermo C." <[EMAIL PROTECTED]> wrote: >> Hi. >> >> - Scaffolding: I prefer it over django admin in many situations.

Re: Ruby on Rails vs Django

2008-12-06 Thread bruno desthuilliers
On 6 déc, 10:55, "Guillermo C." <[EMAIL PROTECTED]> wrote: > Hi. > > - Scaffolding: I prefer it over django admin in many situations. I > mean, when you're doing something complex you'll need to drop out the > django admin and write your own code, so it's cool to have the basic > CRUD code and d

Re: Ruby on Rails vs Django

2008-12-06 Thread bruno desthuilliers
On 5 déc, 23:57, yejun <[EMAIL PROTECTED]> wrote: > On Dec 5, 2:43 pm, bruno desthuilliers <[EMAIL PROTECTED]> > wrote: > > > On 5 déc, 16:16, "[EMAIL PROTECTED]" > > > <[EMAIL PROTECTED]> wrote: > > > Metaphorically that Python/Djangois for a conservative engineer > > > mindset, > > > ??? care to

Re: Ruby on Rails vs Django

2008-12-06 Thread Guillermo C.
Hi. - Scaffolding: I prefer it over django admin in many situations. I mean, when you're doing something complex you'll need to drop out the django admin and write your own code, so it's cool to have the basic CRUD code and develop from that. - Database ORM: Both orm (rail's ActiveRecord and Djan

Re: Ruby on Rails vs Django

2008-12-05 Thread Kenneth Gonsalves
On Saturday 06 Dec 2008 1:01:37 am JonathanB wrote: > admin interface, on the other hand, is permanent. It may not intended > for public consumption, but it does make sanity-testing your models > (wait! That DecimalField has the wrong max_digits! Doh!) hey - this is a good point - should go in th

Re: Ruby on Rails vs Django

2008-12-05 Thread Jeffrey Straszheim
yejun wrote: > This is unnecessary true. Python can be very dynamic with decorate, > meta table and runtime code modification. > Of course, one can write obscure code in any languages. Personally, however, I find most online examples of meta-programming in Ruby pretty obtuse -- and I've writ

Re: Ruby on Rails vs Django

2008-12-05 Thread yejun
On Dec 5, 9:10 pm, Jeffrey Straszheim <[EMAIL PROTECTED]> wrote: > I give a slight edge to Python/Django over Ruby/Rails, however, because > in Python-land, things seem more transparent.  I seldom have to guess > what the language/framework will do.  With Ruby/Rails I string together > code then

Re: Ruby on Rails vs Django

2008-12-05 Thread Jeffrey Straszheim
Masklinn wrote: > I'd say that Rails and Django differ much more than Python and Ruby. > There are "small" differences between Python and Ruby, but the core > philosophies and structures of Rails and Django on the other hand are > completely unrelated and pretty much incompatible. > Consi

Re: Ruby on Rails vs Django

2008-12-05 Thread Colin Bean
On Fri, Dec 5, 2008 at 4:06 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm new to the django world and I was just wondering how Django > compears with Ruby on Rails ? > > did anybody try Ruby on Rails so can give us a feedback ? > > thanks > > > > Another big difference be

Re: Ruby on Rails vs Django

2008-12-05 Thread yejun
I think he means python is a more traditional procedure like language than ruby is. On Dec 5, 2:43 pm, bruno desthuilliers <[EMAIL PROTECTED]> wrote: > On 5 déc, 16:16, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > Metaphorically that Python/Djangois for a conservative engineer > > minds

Re: Ruby on Rails vs Django

2008-12-05 Thread Bluebit
My experience with rails was fantastic. I thought there wouldn't be anything that could replace it. but eventually, as you get to know the inner workings and the limitations and the issues it has, you stop and think for a moment and look for solutions/alternatives. That was what happened to me. I

Re: Ruby on Rails vs Django

2008-12-05 Thread bruno desthuilliers
On 5 déc, 16:16, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Metaphorically that Python/Djangois for a conservative engineer > mindset, ??? care to elaborate on this ??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Ruby on Rails vs Django

2008-12-05 Thread bruno desthuilliers
On 5 déc, 15:31, Masklinn <[EMAIL PROTECTED]> wrote: > On 5 Dec 2008, at 14:30 , bruno desthuilliers wrote:> On 5 déc, 13:06, > "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > >> Hi All, > > >> I'm new to the django world and I was just wondering how Django > >> compears with Ruby on Rail

Re: Ruby on Rails vs Django

2008-12-05 Thread JonathanB
On Dec 5, 7:06 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > did anybody try Ruby on Rails so can give us a feedback ? As someone who tried both, I have personally found that Django better fits my conceptual models than RoR. YMMV, because conceptions are a very personal thing. My friend f

Re: Ruby on Rails vs Django

2008-12-05 Thread Marinho Brandao
I see... but what I mean is that you will find "better" informations about this on Google than asking on a list of Django-fans :P good luck :) 2008/12/5 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > yes... I saw that thread... but it is 14 months old !!! and in IT 14 > months is a LOT > > On 5 dic,

Re: Ruby on Rails vs Django

2008-12-05 Thread David Zhou
On Fri, Dec 5, 2008 at 9:31 AM, Masklinn <[EMAIL PROTECTED]> wrote: > > On 5 Dec 2008, at 14:30 , bruno desthuilliers wrote: >> On 5 déc, 13:06, "[EMAIL PROTECTED]" >> <[EMAIL PROTECTED]> wrote: >>> Hi All, >>> >>> I'm new to the django world and I was just wondering how Django >>> compears with R

Re: Ruby on Rails vs Django

2008-12-05 Thread Masklinn
On 5 Dec 2008, at 14:30 , bruno desthuilliers wrote: > On 5 déc, 13:06, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> I'm new to the django world and I was just wondering how Django >> compears with Ruby on Rails ? > > Mostly just like Python compares with (with ??? to ???) Ru

Re: Ruby on Rails vs Django

2008-12-05 Thread [EMAIL PROTECTED]
I worked with Rails for about 2 years. I see a lot of innovative ideas in Rails; however, I was constantly running into issues with them changing the API. Add to that, the documentation is poor relative to that of Python Django. Metaphorically that Python/Djangois for a conservative engineer mind

Re: Ruby on Rails vs Django

2008-12-05 Thread bruno desthuilliers
On 5 déc, 13:06, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm new to the django world and I was just wondering how Django > compears with Ruby on Rails ? Mostly just like Python compares with (with ??? to ???) Ruby IMHO. Quite close overall, and yet very different philosophie

Re: Ruby on Rails vs Django

2008-12-05 Thread leonel
[EMAIL PROTECTED] wrote: > Hi All, > > I'm new to the django world and I was just wondering how Django > compears with Ruby on Rails ? > > did anybody try Ruby on Rails so can give us a feedback ? > > thanks > > > > > > I was as you long time ago . I was going to test both and choose . Teste

Re: Ruby on Rails vs Django

2008-12-05 Thread [EMAIL PROTECTED]
yes... I saw that thread... but it is 14 months old !!! and in IT 14 months is a LOT On 5 dic, 10:17, "Marinho Brandao" <[EMAIL PROTECTED]> wrote: > http://www.google.com.br/search?q=Ruby+on+Rails+vs+Django > > 2008/12/5 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > Hi All, > > > I'm new to th

Re: Ruby on Rails vs Django

2008-12-05 Thread Marinho Brandao
http://www.google.com.br/search?q=Ruby+on+Rails+vs+Django 2008/12/5 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi All, > > I'm new to the django world and I was just wondering how Django > compears with Ruby on Rails ? > > did anybody try Ruby on Rails so can give us a feedback ? > > thanks > >