9 Best Ruby On Rails Tutorials from IBM 9月的最佳红宝石对钢轨教程由IBM
Ruby on Rails provides an excellent, very efficient, and compelling development framework for building Web applications. Ruby is the free, simple, extensible, portable, interpreted scripting language for quick-and-easy object-oriented programming. Rails is a full-stack, open source Web framework in Ruby for writing real-world applications using less code. Rails uses reflection and runtime extensions instead of configuration files and annotations, and its tool set is very well integrated.红宝石对钢轨提供了一个很好的,效率非常高,和令人信服的发展框架,为建设Web应用程序。 红宝石是免费,自由,简单,可扩展,轻便,解释的脚本语言,快速和容易的面向对象编程。 轨是一个全堆叠式,开放源代码的Web框架,在红宝石书写真实世界的应用使用较少的代码。轨使用反射和运行时扩展而不是配置文件和说明,其工具集,是很好的整合。 Using Ruby on Rails makes it easier to build web applications having custom and unusual requirements.使用红宝石对钢轨使得更容易建立Web应用程序后,自定义和不寻常的要求。 You can download the open source您也可以下载开放源代码 Ruby on Rails红宝石对钢轨 Web framework and you can get Web框架,你可以得到 Ruby红宝石 from the project Web site.从该项目的网站。
I have researched IBM's developerworks web site for their best Ruby On Rails Tutorials .我已研究了IBM的developerWorks网站,供他们最好的红宝石对钢轨教程 。 I found nine of them - here they are, linked and described below.我发现9人-他们是在这里,联系和介绍如下。 These will help you both to get started using Ruby On Rails and to improve your current Ruby on Rails skills.这些将帮助您既要开始使用红宝石对钢轨和改善您目前的红宝石对钢轨的技能。
9 Best Ruby On Rails Tutorials from IBM 9月的最佳红宝石对钢轨教程由IBM
Fast-track your Web apps with Ruby on Rails 快车道您的Web应用服务与红宝石对钢轨
This tutorial explains what the the components of Rails are and steps you through how they work.本教程解释什么的组成部分铁轨和步骤,你如何通过他们的工作。 The Ruby-based framework for rapid development here uses a model-view-controller pattern.红宝石为基础的框架,为迅速发展,这里采用了模型-视图-控制器模式。
What's the Secret Sauce in Ruby on Rails? 什么样的秘密酱油在红宝石上轨呢?
Lessons we can learn from the Rails framework.教训,我们可以了解从铁轨框架。 This tutorial article discusses the design decisions that were made when putting together the Ruby on Rails framework and why it is very productive within its niche.本教程文章论述了设计的决定作出时,一起红宝石对钢轨的框架和为什么它是非常富有成果在其利基。 Then it reviews several Rails-inspired programming concepts that will be of interest to Java developers.那么评语几个导轨为创作灵感的编程概念,将感兴趣的Java开发。
Streamlined, Part 1 精简,第1部分
Streamlined is a new open source framework based on Ruby on Rails that brings together the power of Ajax, metaprogramming, code generation, and Ruby on Rails, raising productivity using Rails even higher.精简是一个新的开放源代码框架的基础上,红宝石对钢轨召集的权力,阿贾克斯, metaprogramming ,代码生成,和红宝石对钢轨,提高生产率使用钢轨甚至更高。 This first of a two-part tutorial discusses improvements to Ruby on Rails scaffolding, a Rails feature that reduces repetition during early development stages.这首先分为两部分补习讨论改善红宝石对钢轨棚架,一轨的功能,减少重复在早期发展阶段。 Part 1 illustrates Rails scaffolding's limitations and introduces Streamlined, a code generator that uses highly effective metaprogramming techniques to eliminate higher-order repetition.第1部分说明了钢轨棚架的限制,并介绍了精简,代码生成器,使用高效metaprogramming技术,以消除高阶的重复。 Part 2 will delve more deeply into Streamlined's metaprogramming model and customization features.第2部分将深入更深入精简的metaprogramming模型和个性化的特点。
Streamlined, Part 2 精简,第2部分
Discover Streamlined's metamodel and customization strategies.发现精简的元模型和定制策略。 Part 1第1部分 of this two-tutorial series introduced Streamlined, a Rails-based open source framework that combines the power of Ajax, metaprogramming, and code generation to take Rails productivity to a new level.这两个系列教程介绍了精简,导轨为基础的开放源码框架相结合的权力,阿贾克斯, metaprogramming ,和代码生成采取钢轨的生产力提高到一个新水平。 Part 2 explores how the metamodel behind Streamlined enables customizations.第2部分探讨了如何元模型背后的精简,使自定义。
Rails Migrations 钢轨迁移
This tutorial article looks at Rails schema migrations, a method of separating each database schema change from the base object model.本教程的文章看来,在轨架构迁移,一种方法分离每个数据库的架构改变,从基地对象模型。 This tutorial reviews Rails's solution for dealing with changes to a production database.本教程评语钢轨的解决方案处理的变化,到生产数据库。 Migrations are a simple and powerful technique to synchronize schema changes and data changes using a wrapping approach.移民是一个简单而强大的技术同步架构更改和数据的变化,使用包装的做法。
Make Ruby on Rails easy with RadRails and Eclipse 使红宝石对钢轨容易与radrails和Eclipse
RadRails is the Eclipse-based IDE for Ruby on Rails. radrails是基于Eclipse的IDE红宝石对导轨上。 In this tutorial you will be shown how to install RadRails, learn about the structure and use of the application window, and learn the fundamentals in developing an application.在此教程中,您将显示如何安装radrails ,了解有关的结构和使用应用程序的窗口,并了解基本在发展中国家的应用。 It assumes you already know how to develop Web apps using Ruby on Rails, so it teaches and explains only the IDE itself.它假设你已经知道如何开发Web应用程序使用红宝石对钢轨,所以它教导和解释,只有在IDE本身。
Ajax on Rails 阿贾克斯对钢轨
This tutorial will show you why Ajax works so well with Ruby. Ruby on Rails is growing like Ajax, partly on the strength of its excellent Ajax integration.本教程将显示您为什么Ajax的工程,以及与红宝石。红宝石对钢轨是越来越像阿贾克斯,部分的力量,其出色的Ajax的一体化。 Discover why Ajax on Rails makes a compelling framework to develop webs applications with.发现为什么阿贾克斯对钢轨提出了令人信服的框架内发展与应用网。 This tutorial walks through two Ajax examples and, then brings in Ruby on Rails demonstrating how Ruby and Ajax go together so well.本教程各界人士通过两个Ajax的例子,然后带在红宝石上轨演示如何Ruby和Ajax的一起这么好。
Build Ajax into your Web apps with Rails 建立阿贾克斯到您的网页应用程式与钢轨
This tutorial gives you some very useful examples of using Ajax with Ruby on Rails (ROR).本教程为您提供一些非常有用的例子,使用AJAX与红宝石上轨(回报率) 。 You will learn how to use the Asynchronous JavaScript + XML (AJAX) functionality of ROR to give your web application's user a Web 2.0 interface experience.您将学习如何使用异步的JavaScript + XML (可阿贾克斯)功能的回报率,让您的Web应用程式的使用者一个Web 2.0接口的经验。 It goes over the steps of developing a Rails application and then demonstrates how to use the Ajax features of JavaScript code that reads and writes data from the server.这是不言而喻的步骤,超过发展中国家的一轨的应用,然后演示如何使用AJAX特性的JavaScript代码读取和写入的数据从服务器。
Developing rich Internet applications with Rails, OpenLaszlo, and Eclipse 开发丰富的互联网应用与扶手, openlaszlo ,和Eclipse
This tutorial teaches you how to build rich Internet apps with OpenLaszlo, Ruby on Rails, MySQL, and Eclipse using a common IDE to not only develop your application but also to automate the steps in developing a Rails or OpenLaszlo application.本教程教你如何建立丰富的互联网应用服务与openlaszlo ,红宝石对钢轨, MySQL和和Eclipse使用一个共同的IDE ,不仅拓展您的应用,而且自动化的步骤在发展轨或openlaszlo的应用。 This will further speed up and streamline the already fast development cycle of Rails applications.这将进一步加快和简化已经快速发展周期的钢轨申请。 Developing visually compelling, interactive Web applications is not difficult at all using these technologies.发展中国家在视觉上令人信服的,互动的Web应用程序并不难,在所有使用这些技术。
Technorati Tags: Technorati标记: ruby on rails红宝石对钢轨 , , ror回弹 , , ajax阿贾克斯 , , web spplications网络spplications , , web development Web开发 , , ruby红宝石 , , rails钢轨
Popularity: 46% [人气: 46 % [ ? ? ] ]
Related Posts: 相关文章:






















[...] 9 Best Ruby On Rails Tutorials from IBM “I have researched IBM’s developerworks web site for their best Ruby On Rails Tutorials. [ … … ] 9月最佳红宝石对钢轨教程由IBM “我已经研究了IBM的developerWorks网站,供他们最好的红宝石对钢轨教程。 I found nine of them - here they are, linked and described below.我发现9人-他们是在这里,联系和介绍如下。 These will help you both to get started using Ruby On Rails and to improve your current Ruby on Rails skills.” [...]这些将帮助您既要开始使用红宝石对钢轨和改善您目前的红宝石对钢轨的技能。 “ [ … … ]
Pingback by 由pingback Tutorials Round-Up: Ajax, CSS, PHP and More | Smashing Magazine 教程全面跟进:阿贾克斯,以CSS , PHP和更多信息|粉碎杂志 — January 27, 2007 @ -2 007年1月2 7日@ 4:50 am 上午04时50分
[...] 9 Best Ruby On Rails Tutorials from IBM [...] [ … … ] 9月最佳红宝石对钢轨教程由IBM [ … … ]
Pingback by 由pingback Hope Station » Blog Archive » Tutoriales de Ajax, CSS, PHP… 希望站»博客存档» tutoriales德阿贾克斯,以CSS , PHP的… — March 3, 2007 @ -2 007年3月3日@ 5:41 am 上午05时41分
[...] 9 Best Ruby On Rails Tutorials from IBM [...] [ … … ] 9月最佳红宝石对钢轨教程由IBM [ … … ]
Pingback by 由pingback Pixelco Blog » Blog Archive » Tutoriales/Recursos pixelco博客»博客存档» tutoriales / recursos — March 24, 2007 @ -2 007年3月2 4日@ 2:14 am 上午02时14分
[...] 9 Best Ruby On Rails Tutorials from IBM “I have researched IBM’s developerworks web site for their best Ruby On Rails Tutorials. [ … … ] 9月最佳红宝石对钢轨教程由IBM “我已经研究了IBM的developerWorks网站,供他们最好的红宝石对钢轨教程。 I found nine of them - here they are, linked and described below.我发现9人-他们是在这里,联系和介绍如下。 These will help you both to get started using Ruby On Rails and to improve your current Ruby on Rails skills.” [...]这些将帮助您既要开始使用红宝石对钢轨和改善您目前的红宝石对钢轨的技能。 “ [ … … ]
Pingback by 由pingback Over 200 Ajax, CSS, Flash, JavaScript, PHP, MySQL, RSS, XML and more tutorials » A blog you can use! 超过200的AJAX , CSS的,闪光灯, JavaScript的, PHP中, MySQL中,使用RSS , XML和更多的教程»一个博客,您可以使用! — April 19, 2007 @ -2 007年4月1 9日@ 10:27 am 上午10时27分