Hi, so I'm fairly new to web dev and looking to learn something new. I have exeriences using c# asp.net and mvc and even using the java play framework.
I want to learn a scripting language at the same time so im weighing up between RoR or web2py. I do not have a mac which RoR seems to be alot easier 2 use on.
I'm looking for information on what is easier to use? Going to last longer? Will help my development career? Ease to deploy?
Any other helpful tips are appreciated.
Thanks
Having built enterprise applications in Rails and Django, I would recommend Django over Rails 99.999% of the time. Django is a very homogeneous framework; it's easy to use, learn, deploy, maintain and has built-in ways to do just about anything you'd need to do in a web application.
Rails is more like a piece of flypaper, that you trow a bunch of stuff (gems) at and pray they stick. You can't even upload a file in Rails without using a plugin.