A new player, named mod_rails, promises to make Rails deployment as easy as PHP.
My primary complaint about Rails has been ease of deployment. mod_rails works just like mod_php for Apache. You simply drop your Rails files onto the server, and instant deployment abounds.
It’s slightly more complicated, actually. You need to make vhost changes to [...]
Easy Rails deployment
February 19th, 2009 · 1 Comment
Tags: apache server, deployment, mod_rails, nginx
Classic ASP, .NET WinForms, ASP.NET, ASP.NET MVC
December 13th, 2008 · 1 Comment
.NET has the best documentation you are going to find in any platform. It's commercial and presumably a bunch of people were paid actual money to make sure the documentation was correct and complete. For the most part, I find that to be true. In some cases it can't compete with a community-driven doc site like PHP has. Then again, a lot of the user comments for PHP address shortcomings in PHP itself. You don't have that problem with .NET.
Tags: .net, asp, asp.net, asp.net mvc, Communication, deployment, design principles, microsoft, php, platforms, quality, ruby, shortcomings, SOAP, winforms
Ruby on Rails 2.x
December 13th, 2008 · No Comments
Ruby on Rails is a great web framework because it establishes smart conventions and application structure. To those of us who already were making well-structured web applications (particularly true in the Java community), it took us a while to see what the big deal is about Rails. After all, we were already using many of the practices Rails brought to the masses.
Tags: convention, deployment, java, lisp, python, rails, ruby, servers, web applications