
ruby
iteye_6075
这个作者很懒,什么都没留下…
展开
-
Top 12 Ruby on Rails Tutorials
A former student asked me a few days ago how I learned Ruby on Rails. The answer was that I simply read alot of great tutorials. So in the spirit of sharing, here are the 12 tutorials that I found mos...2008-02-22 11:01:12 · 131 阅读 · 0 评论 -
jRails
[url]http://ennerchi.com/projects/jrails[/url]jRails is a drop-in replacement for Prototypescript.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for javascript ...原创 2008-09-14 11:38:28 · 119 阅读 · 0 评论 -
rails2 code
发现书里写的这里[quote]http://media.pragprog.com/titles/rails2/code/rails.zip[/quote]下载不到这个代码。今天代理了一下,下载过来了,放附件里 大家方便2008-09-04 18:23:32 · 94 阅读 · 0 评论 -
Hpricot
A Fast, Enjoyable HTML Parser for Ruby[url]http://code.whytheluckystiff.net/hpricot/[/url]-->[url]http://wiki.github.com/why/hpricot[/url][code="ruby"]#!ruby doc.search("//p[@class='posted...原创 2008-08-06 10:19:46 · 152 阅读 · 0 评论 -
Practical.REST.on.Rails.2.Projects笔记
[quote]Apress.Practical.REST.on.Rails.2.Projects.Apr.2008.pdf[/quote]In any application I intend to deploy to a production environment, I generally install the[b]exception_notification plugin[/b] ...原创 2008-07-23 17:11:18 · 121 阅读 · 0 评论 -
看Rails2怎么贯彻REST思想的
[url]http://www.letrails.cn/archives/07-11-23-rails20-features[/url]Rails2.0最大的变化莫过于增加了ActiveResource,而去除了Action Web Services(有了REST,SOAP就显得很多余了),用实际行动为REST在与SOAP的竞争中投了一票。你 可以将ActiveResource...2008-07-01 19:40:14 · 86 阅读 · 0 评论 -
linux ubuntu 下ror开发ide gedit
准备用ror写点东西,首先得找个舒服的IDE。netbeans6.0竟然装不上我的ubuntu.报错。听说Textmate不错,可惜是Mac下面的编辑器。突然看到有一篇文章介绍linux下gedit也可以达到类似的效果。先看看吧。Textmate-like Gedit in few stepsUPDATE: A !! new version !! of this guide...2008-04-18 23:42:24 · 118 阅读 · 0 评论 -
rails 2.0中depot开发笔记
1.首先一个区别 [code="java"]script\generate scaffold product title:string description:text image_url:string [/code]在书中只需要添加scaffold :product到AdminController到即可实现基本的操作。2.0中删除了动态scaffold方式。这个问题在另一篇文章里...2008-04-10 21:19:06 · 111 阅读 · 0 评论 -
Rails 2.0: Scaffold
今天在看Agile.Web.Development.with.Rails.2nd.Edition照着书写 Chapter 6 的代码class AdminController < ApplicationController scoffold Product;end运行报错。undefined method `scoffold' for AdminController:Class运行 gem...2008-03-30 21:17:05 · 148 阅读 · 0 评论 -
10 Flex and Ruby on Rails Integration Examples
来源:http://www.flex888.com/2007/09/20/10-flex-and-ruby-on-rails-integration-examples.html I love RIA technologies and Ruby on Rails. I always think combination of the these two could be greatest syste...2008-03-21 17:42:30 · 202 阅读 · 0 评论 -
AgileWebDevelopmentWithRails3rdEditionBeta2008-6-4
Agile Web Development With Rails 3rdEdition Beta 2008-6-42008-09-25 00:56:02 · 92 阅读 · 0 评论