365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

cvu的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共3页、76项网摘
caiwangqin's favorites tagged with "memcached" on del.icio.us点击:111
 分类:ruby; rails; performance 时间:2006-11-16 9:59:44 cvu收录 复制到我的网摘
memcached现在还用不着,等需要的时候到这里来找文章看。
http://del.icio.us/caiwangqin/memcached
Replacing the Rails Paginator点击:70
 分类:rails; pagination 时间:2006-11-9 17:53:09 cvu收录 复制到我的网摘
@cogs = Cog.find(:all,
:order => “name ASC”,
:limit => 3000,
:page_size => 25,
:page => params[:page] || 1,
:manual_paging => true)
http://cardboardrocket.com/2006/09/01/replacing-the-rails-paginator/
form_test_helper: Make form-related functional tests easier in Rails点击:91
 分类:rails; 测试 时间:2006-11-8 16:08:25 cvu收录 复制到我的网摘
get :new
submit_form do |form|
form['name'] = 'Pickaxe'
form['category'] = "Programming"
form['out_of_print'].uncheck
end
http://www.rubyinside.com/form_test_helper-make-form-related-functional-tests-easier-in-rails-283.ht...
Learning Ruby: A Guide to Online Tutorials, Examples and Downloads点击:127
 分类:ruby; rails; example; 教程 时间:2006-11-2 15:12:34 cvu收录 复制到我的网摘
从例子学ruby和rails。
http://www.maxkiesler.com/index.php/weblog/comments/learning_ruby_a_guide_to_online_tutorials_exampl...
rFPDF点击:86
 分类:ruby; rails; pdf; Chinese 时间:2006-10-31 18:24:06 cvu收录 复制到我的网摘
ruby处理中文pdf,可以做rails的plug in。
http://dry.4thebusiness.com/info/rfpdf
TextMate-like Template Syntax for RADRails点击:64
 分类:rails; radrails; 窍门 时间:2006-10-19 15:09:30 cvu收录 复制到我的网摘
http://schf.uc.org/articles/2006/09/18/textmate-like-template-syntax-for-radrails
http://schf.uc.org/articles/2006/09/18/textmate-like-template-syntax-for-radrails
err.the_blog.find_by_title('My Rails Toolbox')点击:48
 分类:rails; 工具 时间:2006-10-18 0:55:00 cvu收录 复制到我的网摘
好全的工具包介绍
http://errtheblog.com/post/35
A Look at Common Performance Problems in Rails点击:74
 分类:rails; performance 时间:2006-10-2 22:41:05 cvu收录 (还有1人收录) 复制到我的网摘
http://www.infoq.com/articles/Rails-Performance
OpenID in Ruby on Rails点击:65
 分类:rails; 工具 时间:2006-9-18 17:42:11 cvu收录 复制到我的网摘
http://www.caiwangqin.com/post/205
UnderstandingMigrations in Ruby on Rails点击:79
 分类:rails; 窍门 时间:2006-9-13 14:15:44 cvu收录 复制到我的网摘
怎么给production环境创建数据库。
$ export RAILS_ENV=production
$ rake migrate
http://wiki.rubyonrails.com/rails/pages/UnderstandingMigrations
irb Mix Tape点击:91
 分类:ruby; rails; 窍门 时间:2006-9-12 17:56:54 cvu收录 复制到我的网摘
irb和script/console的高深用法
http://errtheblog.com/post/26
对SCGI/Mongrel的作者的访谈点击:86
 分类:rails; 优化 时间:2006-9-5 17:37:25 cvu收录 复制到我的网摘
他们的定义,企业级应用意味着你要花费上百万的money在硬件和软件上。这么多年来,他们一直在灌输这个观点,是因为他们要从中得益。
http://my.donews.com/alangs/2006/05/22/
Getting Started in Streamlined点击:60
 分类:rails; 工具 时间:2006-9-5 14:56:16 cvu收录 复制到我的网摘
streamline,rails工具,把model转成view,显示哪几列,多宽,每条记录有哪些操作,都可以定制。写ruby代码就可以,很方便。现在还不完善,值得关注。
http://wiki.streamlinedframework.org/streamlined/show/Getting+Started
HowtoSecureFormsWithNoisyImages in Ruby on Rails点击:55
 分类:rails; 窍门 时间:2006-9-4 13:32:13 cvu收录 复制到我的网摘
用rails做noisyimages,就是所谓人机识别器,只用人看得懂,机器看不懂的图片。
http://wiki.rubyonrails.org/rails/pages/HowtoSecureFormsWithNoisyImages
Top 20 Rails CMS Plugins and Tools点击:107
 分类:rails; cms 时间:2006-8-31 13:52:06 cvu收录 复制到我的网摘
20 Rails CMS Plugins and Tools
http://www.infoq.com/news/rails-cms-plugins
Things You Shouldn't Be Doing In Rails点击:48
 分类:rails; 窍门 时间:2006-8-31 13:50:16 cvu收录 复制到我的网摘
rails里面一些过时的方法,尽量避免使用:find_all,滥用ajax,scaffold,components,engines,pagination...
http://glu.ttono.us/articles/2006/08/30/guide-things-you-shouldnt-be-doing-in-rails
A more scalable ActiveRecord::Base#find点击:58
 分类:rails; 工具 时间:2006-8-30 17:30:22 cvu收录 复制到我的网摘
看来这个plugin是必备了。
http://cardboardrocket.com/2006/05/17/lots-of-records-on-a-memory-budget/
Memory leak profiling with Rails点击:68
 分类:rails; ruby; 测试 时间:2006-8-23 13:43:12 cvu收录 复制到我的网摘
一段ruby程序,用来发现rails里面导致内存漏洞的问题。
http://scottstuff.net/blog/articles/2006/08/17/memory-leak-profiling-with-rails
EasyTime - Ruby学习笔记 | The DHTML / JavaScript Calendar点击:85
 分类:dhtml; rails; javascript; 工具 时间:2006-8-22 13:23:58 cvu收录 (还有1人收录) 复制到我的网摘
一个很不错的日期插件,比 Calendar_helper 要好很多,支持中文。
http://blog.itpub.net/post/9983/116629
3 Skills To Make You A More Valuable Rails Developer点击:34
 分类:rails 时间:2006-8-21 14:48:19 cvu收录 复制到我的网摘
Setting up SSL
Taking online payments (recurring payments)
Configuring web servers (lots of choices and mashups)
http://blog.mattmargolis.net/articles/2006/08/17/3-skills-to-make-you-a-more-valuable-rails-develope...
How dynamic finders work点击:58
 分类:rails; 窍门 时间:2006-8-15 13:05:53 cvu收录 复制到我的网摘
User.find(:all, :conditions => ["street = ? AND city IN (?)", street, cities])
User.find_all_by_street_and_city(street, cities)
http://blog.hasmanythrough.com/articles/2006/08/13/how-dynamic-finders-work
Date formats点击:76
 分类:rails; 窍门 时间:2006-8-15 13:01:28 cvu收录 复制到我的网摘
让rails可以显示自己定义的日期时间格式。可以用来中文化。
ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!(
:default => "%m/%d/%Y",
:date_time12 => "%m/%d/%Y %I:%M%p",
:date_time24 => "%m/%d/%Y %H:%M"
)
http://hittingthebuffers.com/2006/08/11/date-formats/
马上升级你的Rails点击:66
 分类:Rails; 新闻 时间:2006-8-11 18:20:56 cvu收录 复制到我的网摘
Rails暴出route系统的安全漏洞,影响版本为1.1.0至1.1.4,这个漏洞将可以使攻击者通过URL直接调用脚本,轻则拖垮web服务,重则将造成数据的丢失。
http://blog.treasured.cn/articles/2006/08/11/gem+update+rails+now
hackdiary: Using Omnigraffle to visualise Rails model associations点击:58
 分类:rails; 工具 时间:2006-8-8 13:11:45 cvu收录 (还有1人收录) 复制到我的网摘
敏捷开发的观点是文档在source code里,只要source code写的清楚易懂,文档可以非常简化。然而文档所必需的图表却不是source code可以表现的。这个工具可以从rails的source code里提炼出model结构图来。很棒!
http://www.hackdiary.com/archives/000093.html
Mongrel: Home点击:40
 分类:rails; 工具 时间:2006-8-8 12:49:18 cvu收录 复制到我的网摘
专为rails开发的web server.
http://mongrel.rubyforge.org/
Rails-compatible DatePicker: Demo点击:49
 分类:rails; 工具 时间:2006-8-8 11:49:43 cvu收录 复制到我的网摘
rails的插件,可以用来做漂亮的日期选择器。
http://projects.exactlyoneturtle.com/date_picker/
RoRED点击:52
 分类:ide; rails; 软件; 免费 时间:2006-7-24 17:39:34 cvu收录 复制到我的网摘
Model-Views-Controller tab grouping for editors
:: Code navigation (ctrl+click) into methods
:: Easy switch back and forward between editors
:: Bookmark, Hyperbookmarks, Macro recording and playback
:: Persistent layout for each Rails project
:: Ruby and html/rhtml syntax highliting
:: and more...
http://www.plasmacode.com/
Hamster | 中国第一个RubyOnRails企业级应用开源项目 | 喧闹13 | 中国Ruby on Rails开源项目聚合发布社区 | BiZwiKi.CN Development点击:67
 分类:crm; rails; opensource 时间:2006-7-17 18:01:29 cvu收录 (还有2人收录) 复制到我的网摘
“一个进销存项目,是用RoR做的。项目基本完成了,这是我的第一个RoR项目。如果就这么放在我手里也是浪费,所以想把代码贡献出来希望能做些有意义的事情。有没有人有兴趣把这个成为一个开源的项目来做呢?”
http://www.bizwiki.cn/13buzz/hamster.html
Martin Fowler RailsConf 2006 Keynote Address点击:64
 分类:video; ruby; rails 时间:2006-7-10 18:08:04 cvu收录 复制到我的网摘
martin fowler在railsconf06上的演讲,视频,有6个主题。
http://blog.scribestudio.com/articles/2006/07/03/martin-fowler-railsconf-2006-keynote-address
19 Rails Tricks Most Rails Coders Don't Know点击:60
 分类:rails; 窍门 时间:2006-7-10 17:58:47 cvu收录 复制到我的网摘
Person.average('age'), Person.maximun(:age, :group => 'last_name'), Order.sum('total')
http://www.rubyinside.com/19-rails-tricks-most-rails-coders-dont-know-131.html
页码: [1 2 3 共3页、76项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved