IGRS Complaint Ref: 40018926005383 filed for illegal encroachment of government pond, drainage blockage & harassment of my blind uncle in Shadhi Buzurg, Padrauna, Kushinagar. Accused has started building wall on public land.
Please intervene. @CMOfficeUP@UPPolice@dm_kushinagar
Ruby 4.0 introduces Ruby::Box β isolated execution within the same process.
No more gem conflicts.
No global monkey-patch chaos.
No plugins breaking each other.
I broke down how it works + real-world use cases π
https://t.co/fZchvW2ge4
#Ruby#Ruby4#Backend#OpenSource
Default Docker files coming to new apps in the next version of Rails. Together with Docked Rails, intend is to really shrink the path from "Hello World" to deploying anywhere. https://t.co/gsEqmWtWNX
If you want to create the Rails app with the specific version then you can specify at the time of generating the application.
rails _version_ new my_app
rails _5.1.5_ new my_app