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.

Waves: A New Rails-like Web Applications Framework

Framework, Web based Application

..

Ruby Waves is a new Web application framework for Ruby, developed by Dan Yoder. On the surface, this makes it seem “Rails-like” but Waves is billing itself as a “next-generation” framework, a cutting edge Rails-inspired framework, if you will..

Full article: http://www.rubyinside.com

License: Creative Commons Attribution-Share Alike 2.0

Add to any service

Related Info Web

  • 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...

  • Rails-like PHP Framework
  • There are two Rails-like PHP frameworks gaining momentum and amounting a zealous following, both of which have recently gone stable.Symfony and CakePHP, written in pure PHP follow the same MVC (Model, View, Constroller) architecture found on Rails.. ... Full article: http://yelotofu.com/2007/03/rails-like-php-framework/ License: Creative Commons Attribution 3.0 Unported...

  • 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...

  • Great Hosting Provider for Ruby On Rails
  • After playing around with many inline AJAX applications I finally decided to take the dive an try to develop my own web app. The first thing I needed to do was find a host that already had Ruby On Rails installed and configured on their servers.. ... Full article: http://www.maxkiesler.com License: Creative Commons Attribution 2.5 License...

  • An Example Zend Framework Blog Application - Part 2: The MVC Application Architecture
  • .. After speaking with any number of users about getting started with a framework, I find many do not have an advanced understanding of the corner stone of a current day web application framework: the Model-View-Controller Design Pattern. So let's get over that hill right now, and before we start looking at PHP! As a bit of background, consider the traditional and...