Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

Ruby on Rails, Django, and other software crusades

Django, Framework, Ruby on Rails

As I suggested in an earlier post, I’d like to discuss the choices that we as software developers have when it comes to implementing applications. These choices can be as fundamental as your programming language, your choice of tools, such as your IDE, or the libraries you use, such as your ORM or AJAX choice..

..

They are not new, and they will continue to flourish every so often. Most recently, the theater of combat is Ruby on Rails (RoR) vs. Django and usually close on its heals: Ruby vs. Python.

Full article: http://www.stonemind.net

License: Creative Commons Attribution - ShareAlike 2.5

Add to any service

Indexed in May 2008

Related Info Web

  • A Rails/Django Comparison
  • Abstract Ruby on Rails ("Rails") is the dominant web programming framework for Ruby and, even outside the Ruby community, is considered the epitome of the latest generation of high-productivity, open source web development tools. Django is one of many competing web development frameworks for Python. It is notable, first, for being highly regarded amongst Python programmers, and second, for being one...

  • Ajax and Ruby on Rails
  • Selecting a framework for Ajax could be considered like placing a simple layer on top of a strong framework. Ajax and another framework are considered as two separate entities that will almost not touch each other.. .. But that parallelism between Ajax and their framework is not seen when you use Ruby on Rails. The Ajax and Ruby on Rails becomes one...

  • How i18n is solved in Django, RoR and Struts
  • Internationalization in -> Django (a python web framework) -> Ruby-On-Rails -> Struts Django and RoR have very similar solutions to internationalization. Both rely on the GNU gettext tool, which serves messages from the according localised .mo-files. While a developer write his code, all he has to do to enable the localization of the application is to use the gettext-method (resp their python or ruby-equivalent). .. Struts...

  • NetBeans 6, Ruby, and Rails: A Surprisingly Effective Combination
  • For far too long Ruby has lacked a development environment that supported important features developers in other languages now take for granted: code completion; refactoring; platform-independence; and speed.. Getting started with Ruby, Rails and NetBeans is as easy as downloading the installer and running it. ... Full article: http://depth-first.com License: Creative Commons Attribution-Share Alike 3.0 United States...

  • Ruby on Rails
  • Ruby on Rails is a free web application framework. It aims to increase the speed and ease with which database-driven web sites can be created, and offers skeleton code frameworks (scaffolding) from the outset. Often shortened to Rails, or RoR, Ruby on Rails is an open source project written in the Ruby programming language, and applications using the Rails framework...