Rails 8.0 Released
63 points by nnf 8 hours ago | 5 comments
  • jrhey 8 hours ago |
    Great news, but I'll be waiting until 8.1 to upgrade my apps
    • theappsecguy 7 hours ago |
      Rails 8 is very stable from what I have seen
    • PapaPalpatine 5 hours ago |
      Any reason why you'd wait? Rails 8 has been running in production for awhile at a few of the major shops and I'd assume it's pretty stable.
  • ktbwrestler 6 hours ago |
    Thank you rails core team!!
  • mathnmusic 3 hours ago |
    There is a lot to like here. It can be a nice stack when combined with async/falcon and viewcomponents, at least where you don't need a lot of client-side state and browser API usage (canvas/usermedia etc) where javascript-first is a better approach, or a lot of number crunching, for which Python is better.