Is Ruby on Rails fast?

Sdílet
Vložit
  • čas přidán 3. 11. 2022
  • Is Ruby on Rails fast?
    #rails #rubyonrails #ruby
  • Jak na to + styl

Komentáře • 18

  • @haroldpepete
    @haroldpepete Před rokem +27

    Ruby on Rails is a monster, i implemented two weeks ago a notification system using action cable and turbo stream when an user made a electronic invoice and i as administrator recieve the notification, that thing blow my mind, i love this framework, you learn something new each day

  • @jofftiquez
    @jofftiquez Před rokem +8

    Same thoughts. Worst case, if your company hits the need for a faster framework for a certain problem, then you can just choose a suitable afternative for that specific service/api. I'll still go for maturity and stability over "speed".

  • @mikopiko
    @mikopiko Před rokem +4

    Rails is a beast with everything it comes with, it may not have the fastest engine but the trade-off is worth it because it scales too.

  • @stpaquet
    @stpaquet Před rokem +3

    Delivering features as fast as a short ;-)

  • @siyaram2855
    @siyaram2855 Před rokem +10

    In real world fast = how fast you ship.
    Unfortunately people get delusional with sorting, searching benchmarksn

    • @ipodtouch470
      @ipodtouch470 Před 2 měsíci

      Because on occasion performance really does matter. Ofc if you are making an app no one uses or a handful of people use performance doesn’t matter to much unless you have horribly inefficient algorithms

    • @nou4605
      @nou4605 Před měsícem

      Yeah no. This is the kind of stupid mentality that has led to modern bloated software.

    • @-Engineering01-
      @-Engineering01- Před měsícem

      ​@@nou4605 but as a start-up you gotta earn money somehow. Lmao

  • @laughingvampire7555
    @laughingvampire7555 Před 11 měsíci +5

    Even to this day, PHP is faster and with Laravel you can get similar ecosystem to rails. PHP community is dozens of times larger than ruby community and they have sped up and cought up to rails. Yes PHP is disgusting for us rubyists but not for those php devs.

  • @stevekim881
    @stevekim881 Před rokem +2

    I agree that.

  • @yogendratala8577
    @yogendratala8577 Před rokem

    100% agree 👍

  • @taab84
    @taab84 Před 3 měsíci

    Rails team really need to improve active record, except this issue Ruby is faster than people think

  • @rubyvillarubia3338
    @rubyvillarubia3338 Před rokem

    I'm not fast so sad

  • @laughingvampire7555
    @laughingvampire7555 Před 11 měsíci

    if you compare rails with every other web framework in the planet rails is among the slowest of all. And rails isn't really as fast at prototyping anymore, lots of the gems are abandoned or obsolete.
    at this point in time, is better to use roda+sequel+htmx to get the fastest possible ruby web development
    or simple use another language because with time, ruby has gotten slower that most other languages, the same happens with clojure, it has gotten slower in comparison with other languages because other languages have kept the pursue of performance while ruby and clojure have kep the comfort of their respective communities.

  • @mikopiko
    @mikopiko Před 11 měsíci

    Its not among the fastest in terms of rq/s

    • @atharvaI
      @atharvaI Před 7 měsíci +1

      that is the point, the applications built with ruby are mostly not requiring that level of rate