2007-02-19 00:49:14 by Min Sik Kim | Files touched by this commit (3) |
Log message: Update rails to 1.2.2. Changes: * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler] * Require the dispatcher for Rails::Configuration#to_prepare. [Rick] |
2007-01-28 06:45:09 by Min Sik Kim | Files touched by this commit (4) |
Log message: Update rails to 1.2.1. Major new features: - RESTful flavor with new encouragement for resource-oriented architectures. - multibyte-safe UTF-8 wrangling. |
2006-10-12 10:45:34 by Min Sik Kim | Files touched by this commit (1) |
Log message: Fix check-interpreter warnings and errors. |
2006-10-12 10:36:22 by Min Sik Kim | Files touched by this commit (6) | |
Log message: Import rails-1.1.6. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server. |