Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

@Rails users: have you tried web2py? Pros? Cons? [closed]

web2py to is a Python framework but shares the "convention over configuration" design that Ruby on Rails has. On the plus side it packages a lot more functionality with its s standard distribution and we claim it is faster and easier to use.

Has any Rails user tried it? What is your impression?

No rants please. Just technical comments.

like image 725
massimo Avatar asked Nov 29 '08 03:11

massimo


2 Answers

c'mon guys... your only argument is "Technical differences are rather irrelevant." and "it don't matter what web framework you use"? I disagree. The size of the users base has more to do with marketing and how long a framework has been around. By that argument ASP and PHP are better than Rails.

Has anybody here used both Rails and web2py?

web2py runs on webfaction and any hosting provider that supports mod_proxy or mod_wsgi or mod_fcgi, and runs on Google App Engine (rails does not). There is also a dedicated web2py hosting provider (star-nix.com).

like image 194
massimo Avatar answered Sep 28 '22 03:09

massimo


I found web2py much easier to learn... there are fewer scripts to run and abstractions. On the other hand, web2py's database layer isn't a real ORM... it's almost like writing raw SQL. Simple things end up taking many lines of code, just like SQL.

like image 33
toomim Avatar answered Sep 28 '22 02:09

toomim