rails最新書籤


1 2 8 下一頁»
Icon_arrow_right 1天前 
Icon_arrow_right 12 天前 
Icon_arrow_right 71 天前 
1049354

黑特銀行 Popup

黑特銀行 Popup

CFC 收藏於 2008/07/31
我那天殺的室友.. 幹 你這混蛋!!!
Icon_arrow_right 81 天前 
1044782

Rails 新特性說明 2.1 正體中文版 Popup

Rails 新特性說明 2.1 正體中文版 Popup

CFC 收藏於 2008/07/21

我跟Zero一起翻譯的版本    ...

我跟Zero一起翻譯的版本
Icon_arrow_right 85 天前 
Icon_arrow_right 109 天前 
1032286

修改error_messages_for,讓表單錯誤資訊中文化更完整 Popup

修改error_messages_for,讓表單錯誤資訊中文化更完整 Popup

原文來自 CFC
CFC 收藏於 2008/06/23
error_messages_for大家都用過,也都知道這個不管再怎樣中文化,欄位名稱一樣都會出現給你看! 這真的是令人又愛(英語體系者愛)又恨(非英語體系者恨)的功能啊.. 沒辦法,只好自己動手了...

error_messages_for大家都用過,也都知道這個不管再怎樣中文化,欄位名稱一樣都會出現給你看! 這真的是令人又愛(英語體系者愛)又恨(非英語體系者恨)的功能啊.. 沒辦法,只好自己動手了...    繼續閱讀...

error_messages_for大家都用過,也都知道這個不管再怎樣中文化,欄位名稱一樣都會出現給你看! 這真的是令人又愛(英語體系者愛)又恨(非英語體系者恨)的功能啊.. 沒辦法,只好自己動手了...繼續閱讀
1032019

Rails 2.1 新功能介紹 (簡體中文版) Popup

Rails 2.1 新功能介紹 (簡體中文版) Popup

CFC 收藏於 2008/06/23
感谢Marcos Tapajós,如果没有他,我们到现在肯定看不到这本书;感谢Daniel Lopes给本书制作了漂亮的封面; 还有Ruby on Rails Brazilian中那些直接或者间接给本书提供帮助的朋友们,您们的评论和建议都弥足珍贵,正像我以往说的一样,Rails中最精华的是其充满激情、创造力和分享精神的社区; 还有 chinaonrails.com 社区中的朋友们,正是大家的辛勤工作,才使得我们能这么短的时间内即可完成翻译,谢谢你们。

原文是葡萄牙文,後來翻譯至英文版,再由ChinaonRails.com的許多開發者們一同翻譯成簡體中文版 謝謝大家    繼續閱讀...

原文是葡萄牙文,後來翻譯至英文版,再由ChinaonRails.com的許多開發者們一同翻譯成簡體中文版 謝謝大家繼續閱讀
Icon_arrow_right 120 天前 
1027325

Lovd By Less -- Open Source Social Network -- Who loves you, baby? Popup

Lovd By Less -- Open Source Social Network -- Who loves you, baby? Popup

葛力 收藏於 2008/06/12
New social networks launch everyday, most start with the same basic features. Bloggers have wordpress, mephisto and other open source solutions. Lovd offers a free open source social network platform.

用ruby on rails 開發的open source SNS    繼續閱讀...

用ruby on rails 開發的open source SNS繼續閱讀
Icon_arrow_right 133 天前 
1009242

crafterm's sprinkle at master — GitHub Popup

crafterm's sprinkle at master — GitHub Popup

CrazyLion 收藏於 2008/05/30
Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails or Merb stack on a brand new slice directly after its been created
Icon_arrow_right 135 天前 
1018619

Connecting to MySQL using SSL encryption in Ruby on Rails | Midnight Oil Popup

Connecting to MySQL using SSL encryption in Ruby on Rails | Midnight Oil Popup

CrazyLion 收藏於 2008/05/29
Recently for Obsidian Portal, we decided that we wanted to move some particularly intensive graphic processing offline from the main server. It was simply consuming too much CPU time and making the entire site sluggish. Luckily for us, it was already set up as a background process that only needed to connect to the database and Amazon S3. So, to do it on a whole new server wouldn’t require changing any of the algorithms.
1017035

Lovd By Less﹕基於 Ruby on Rails 的開源 SNS 平台 Popup

Lovd By Less﹕基於 Ruby on Rails 的開源 SNS 平台 Popup

Johnny 收藏於 2008/05/28
Lovd By Less 則是一款基於 Ruby on Rails 的開源 SNS 平台,以 MIT License 授權發佈,它是由 Less Everthing 這家公司所開發的,與我之前介紹過的另一款開源 SNS 平台 Insoshi 非常相似。Lovd By Less 提供了 SNS 平台應具備所有基本功能,你可以用它來架設一個你自己的社會化網路。
Icon_arrow_right 137 天前 
1015413

RailsDB Popup

RailsDB Popup

CrazyLion 收藏於 2008/05/27
RailsDB is a web application written in Ruby using the Ruby on Rails web framework. RailsDB provides a generic interface to popular open source databases such as MySQL, PostgreSQL, and SQLite. The RailsDB project is currently under heavy development.
Icon_arrow_right 141 天前 
1013788

Wiki | Bitswiki Popup

Wiki | Bitswiki Popup

CrazyLion 收藏於 2008/05/22
There are lots of Ruby wikis. Why another one? Simple: this one is sweet. Ok, that’s not exactly it. Really we just needed a simple, fast, extensible wiki for our own internal use. After we were done we realized that it might be useful to others, too. So here you go.
1013785

The If Works » Blog Archive » Another super-tiny Rails plugin: classy_inputs Popup

The If Works » Blog Archive » Another super-tiny Rails plugin: classy_inputs Popup

CrazyLion 收藏於 2008/05/22
Good lord do I ever hate input tags. (YUI hates them too, but I’ll leave that story for another time). All the different types should really have been different tag names, and they are a total pain to use with CSS. As such, I used to end up doing tedious stuff like adding a :class option to every form element when writing Rails templates. A while back, I tried to patch Rails to get it to do this automatically, but its test suite totally baffled me at the time by applying the classes in some places but not others.
Icon_arrow_right 143 天前 
913868

RailsLodge - Ruby on Rails Community Popup

RailsLodge - Ruby on Rails Community Popup

葛力 收藏於 2008/05/21
RailsLodge is a Ruby on Rails community for people who want to improve documentation, share ideas and keep in touch with the latest developments. Bringing together the benefits of easily updateable pages in an organised environment it is expected that RailsLodge will grow into a useful resource for all Rails developers and related professionals.
1013150

RailsLodge - Preference Fu plugin Popup

RailsLodge - Preference Fu plugin Popup

CrazyLion 收藏於 2008/05/21
This plugin, greatly inspired by Jim Morris' blog post (http://blog.wolfman.com/articles/2007/08/07/bit-vector-preferences), aims to make it easy and flexible to store boolean preferences for an ActiveRecord model. This can be also used as a very quick way to setup an ACL.
Icon_arrow_right 144 天前 
1012760

New Relic 推出 Rails 性能監控分析工具 Popup

New Relic 推出 Rails 性能監控分析工具 Popup

Johnny 收藏於 2008/05/19
New Relic 作為一個“軟體即服務 (SaaS)”,為 Rails 提供性能監控和分析服務。RPM 可以幫助 Rails 開發者了解他們的 RoR 應用程式的性能問題,透過安裝他們的提供 Rails Plugin,能夠持續向 New Relic 的 Server 端發送性能資料,並透過操作介面瀏覽哪些地方出了問題。
1012451

Overview Popup

Overview Popup

CrazyLion 收藏於 2008/05/19
Cells brings the benefits of component-oriented development to the Ruby on Rails web application platform, without the performance problems that had been associated with Rails' own, deprecated, component subsystem. Cells behave like lightweight controllers with associated views. Rendering a cell is similar to rendering a partial, but without the tight coupling to the controller that comes with partial rendering. Besides decoupling views from controllers, a cell also implements business logic, thus pulling logic out of your controllers into flexible components that can be called from any view or controller in your application. Cells brings components back to Rails, following a rich tradition lead by Apple's WebObjects and Smalltalk's Seaside. Now you can have the best of both page-oriented rendering, Ajax, and component-oriented abstractions with the beauty of Ruby and the power of Rails.
Icon_arrow_right 147 天前 
1011634

基本中文 Ruby on Rails 教學 Popup

基本中文 Ruby on Rails 教學 Popup

Li 收藏於 2008/05/16
搬到新的網站了。 最近加了個 Git 版本管理的文章
Icon_arrow_right 151 天前 
1009242

drnic's rails-footnotes at master — GitHub Popup

drnic's rails-footnotes at master — GitHub Popup

CrazyLion 收藏於 2008/05/13
Every Rails page has footnotes that link give request information and link back to your source via TextMate [extracted from Rails TextMate bundle project]
Icon_arrow_right 152 天前 
1009242

bborn's communityengine at master — GitHub Popup

bborn's communityengine at master — GitHub Popup

CrazyLion 收藏於 2008/05/11
Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Icon_arrow_right 154 天前 
1004810

RubyForge: RailRoad: 專案資訊 Popup

RubyForge: RailRoad: 專案資訊 Popup

CrazyLion 收藏於 2008/05/09
RailRoad generates class diagrams from Ruby on Rails applications as DOT graphs. It produces models and controllers diagrams with a complete description (methods, attibutes) or just with bubbles and arrows, including association and inheritance relations.
Icon_arrow_right 159 天前 
988199

Rails Plugin: Throttler | Kabisa Blog Popup

Rails Plugin: Throttler | Kabisa Blog Popup

CrazyLion 收藏於 2008/05/04
引述 :『Some might call it the Slashdot Effect, other will say the ‘Got Dugg’. But the truth is that your app may some day experience a sudden increase in traffic and attention you didn’t anticipate. The important thing is to keep your app up-and-running and most importantly accessible. You can take several steps to reach this goal. You may enable caching, or if it comes to that, put up a static page until the majority of traffic has receded. There is one solution I don’t read a lot about: throttling. Throttling means that you disable certain features of your app when traffic is high. Recently we needed to do this for a client. The result is the Throttling plugin. The throttling plugin monitors the load of your server and allows you to disable certain features of your app when the load is too high. For example: let’s say you have an app that allows people to upload and share files. Your site just got dugg, and the load on your server is so high it’s about to explode. What do you do? Take your site off-line? Call the A-Team? No, with the throttling plugin you can specify that the upload form gets disabled when the server load exceeds 8.00. When the load drops again, the form is enabled again automatically. E’nuf said!』
988184

Picolena - DevjaVu Popup

Picolena - DevjaVu Popup

CrazyLion 收藏於 2008/05/04
引述 :『¶ Picolena is a lightweight ferret-powered documents search engine written in Ruby on rails: 1. Just let Ferret index any directory you want. 2. Enter queries on your browser to get corresponding documents in a few milliseconds.』
1 2 8 下一頁»

這些內容是怎麼產生的?

黑米沒有編輯,所有內容都是使用者貢獻。網站每天會分析最近最多人收藏的書籤,越多人收藏,排在越上面。綠色的數字代表收藏推薦的人數。