Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Is Ruby slow?
This discussion has been closed.
Comments
My post on CSSBeauty:
Code Igniter is very easy to use and very similar to RoR.
I don't like RoR as much as I thought I would.
Ruby is ugly (not as ugly as PHP, but still quite ugly). Ruby is horribly slow. Ruby 2.0, has been vapourware for years (opcode, virtual machine, supposed to be fast). It has horrible XML support.
If you want a different functionality than RoR supports, it's a pain to get it working.
For example, they included validation functionality in ActiveRecord, which should clearly be coded in a generic way in it's own class. I want to show, validate, and submit via email a form. ActiveRecord is designed to work with databases, not email. To get around this there is hack1, which makes it believe that it works on a table, hack2, which removes the database code, but you still use ActiveRecord, and hack 3, which requires some not so nice code. There is a ton of functionality in ActiveRecord that should be in it's own separate classes. RoR is all about ActiveRecord.
There is a lot of hype and FUD surrounding RoR.
Just to defend RoR against accusations of it being slow.
But if one is looking for absolutely optimal solution in every aspect, I would point them in to PHP, documentation second to none, support is worldwide second to none, developers behind and in every bush, trillions and gazillions of ready made programs ready to be hacked, tied to so many codes that if you have even touched something that had some other person who is a coder touch it you are halfway there, and ofcourse, T-shirt for idiots.