3 articles tagged Ruby on Rails
-
Why RoR is Awesome (part 1 of many)
I finally took the plunge. I’m learning Rails. And holy shit.
RoR has a philosophy of being RESTful, which means using what’s already built (HTTP) rather than reinventing …
-
Rails "through" vs Django "ManyToMany"
Ok, Rails & company have a lot of great points—I love RSpec—but I’ve noticed a few areas where Rails can improve. Here, namely, I see a big difference in handling …
-
Virtual Hosting, Rails, NGINX, Apache, Passenger, Ubuntu
I’ve become a fan of RVM, which allows you to create pseudo virtual environments called “gemsets” that can be version-locked to the specific needs of your individual projects. In …