|
|
|
|
|
by pdelgallego
5658 days ago
|
|
> His words were quite harsh, but I do have to agree with him to some point. Rails has a culture of "magic", they have conventions on how to do things (e.g. naming stuff) and you aren't really allowed to diverge from that. Here we go with the "magic". It is not magic, it just code. Many people are just too lazy to investigate why things works the way they do, and how to change it when the defaults don't fit their needs. Just for the record, you are wrong about naming conventions, they don't act as mandatory, you can use configuration methods to set up things the way you like it. E.g Class Users
set_table_name “Usuarios”
end
Rails has many drawback points, I rather prefer Django views, than Rails, but all this "magic" conspiracy theory is just childish. |
|