ror最新書籤


1 2 4 下一頁»
Icon_arrow_right 2 天前 
Icon_arrow_right 13 天前 
Icon_arrow_right 121 天前 
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 131 天前 
1022813

RailsOnWindows in Ruby on Rails Popup

RailsOnWindows in Ruby on Rails Popup

charlesc 收藏於 2008/06/02
The choice before you 1. InstantRails—an all-in-one package (similar to LAMP), contains Apache, MySQL, Ruby and Rails, all preconfigured and ready to run. (see InstantRails for more info). Best option for beginning Rails developers. Note that the database used is MySQL—for non-beginners who wish to use another database (Oracle, Microsoft SQL Server, PostgreSQL, etc.), you will want to manually install Ruby and Rails. 2. RubyStack—A preconfigured, ready to run installer for Apache, MySQL, Rails and a number of extensions such as Mongrel and ImageMagick. It runs on Windows, OS X and most Linux versions. 3. Install and configure Apache and the other required components individually. (see below for more info)
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.
Icon_arrow_right 142 天前 
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 148 天前 
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 155 天前 
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 160 天前 
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!』
Icon_arrow_right 161 天前 
Icon_arrow_right 162 天前 
987246

Insoshi: open-source social networking platform in Ruby on Rails Popup

Insoshi: open-source social networking platform in Ruby on Rails Popup

Wraecca 收藏於 2008/05/02
引述 :『Insoshi is a product and a project. The product aims to be the best open-source social networking platform. The project is to make the product!』
986787

Twitter Said To Be Abandoning Ruby on Rails Popup

Twitter Said To Be Abandoning Ruby on Rails Popup

Wraecca 收藏於 2008/05/02
引述 :『After nearly two years of high profile scaling problems, Twitter is planning to abandon Ruby on Rails as their web framework and start from scratch with PHP or Java (another solution is to stick with the Ruby language and move away from the Rails framework).』
Icon_arrow_right 165 天前 
985399

metric_fu: A Rails Plugin for Easy Metric Report Generation Popup

metric_fu: A Rails Plugin for Easy Metric Report Generation Popup

CrazyLion 收藏於 2008/04/29
引述 :『Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro, Flog, Rcov, and Rails built-in stats task to create a series of reports. It's designed to integrate easily with CruiseControl.rb by placing files in the Custom Build Artifacts folder.』
Icon_arrow_right 170 天前 
Icon_arrow_right 172 天前 
981082

Chameleon: Welcome! Popup

Chameleon: Welcome! Popup

CrazyLion 收藏於 2008/04/22
引述 :『Welcome at the home of the Chameleon project! Chameleon is a free, easy-to-use and highly extensible blogging platform. Using Chameleon, you can easily publish a wide range of different types of content, ranging from articles to recipes, and from podcasts to photos. Chameleon is focused on providing you both customizability and extensibility, so your blog becomes personal again.』
980736

Plugins - acts_as_dropdown - Agile Web Development Popup

Plugins - acts_as_dropdown - Agile Web Development Popup

CrazyLion 收藏於 2008/04/22
引述 :『Here is a simple example for how to use the acts_as_dropdown plugin. Assuming you have a model that contains a list of states, consider the following code:』
980727

Plugins - Javascript Queue Spring - Agile Web Development Popup

Plugins - Javascript Queue Spring - Agile Web Development Popup

CrazyLion 收藏於 2008/04/22
引述 :『This plugin is comprised of a couple function calls that queue JS and automatically release it after the body tag is closed at the bottom of the page. The syntax is almost the same as javascript_tag. Setup by default to allow JS to run only after all elements have loaded (via jQuery or Prototype). Tested in production environment and actively used on bonanzle.com.』
Icon_arrow_right 173 天前 
Icon_arrow_right 177 天前 
977793

Paperclip: Attaching Files in Rails | Jim Neath Popup

Paperclip: Attaching Files in Rails | Jim Neath Popup

CrazyLion 收藏於 2008/04/17
引述 :『Paperclip is an awesome rails plugin by Jon Yurek at Thoughtbot. It is one of many plugins currently available that cater for file uploading and thumbnailing (see: Attachment_fu, file_column, etc). Now a quick quote from Jon:』
Icon_arrow_right 179 天前 
Icon_arrow_right 182 天前 
1 2 4 下一頁»

這些內容是怎麼產生的?

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

書籤心得

需要幫忙嗎?
黑米小工具