2006-04-01から1ヶ月間の記事一覧

Rich Text Editor for your Rails Applications

via Aidan Finn's blog :widgEditor is a small simple lightweight editor. It provided basic rich functions such as bold, italics, links, lists, images and headings. Rails integration: Download widgEditor and uncompress Copy the widgEditor.js…

(InstantRails/Locomotive)-like install for Linux

ROROX - Package providing Ruby, Rails plus dependencies and other gems, Apache SCGI module, and scgi_rails, to be installed over a XAMPP installation. The aim is to get close to a "one-click" installer for Linux (a la Locomotive or Instant…

Mongrel Clustering

mongrel_cluster makes it easy to manage multiple Mongrel processes behind a reverse-proxy server and load balancer such as Pound, Balance, Lighttpd, or Apache. See also: Apache: Scaling Rails with Apache 2.2, mod_proxy_balancer and Mongrel…

Park Place, an Amazon-S3 Clone in Ruby

Via RedHanded:Park Place, a clone of Amazon's S3 (Simple Storage Service.) It's written entirely in Ruby, with heaps of help from the Camping 4k web framework. Oh, and no SOAP support to speak of. gem install camping --source code.whythelu…

AJAX: Is Your Application SECURE Enough?

The related discussion on Digg is also pretty informative. Some hints: Validating anything you run through eval() to make sure its just JSON, and not malicious code -- json.js Calling the JSON.parse(...) method instead of the eval(...) fun…

Ruby Hacking Guide

Project to translate into English the Ruby Hacking Guide. The RHG is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally.

The adventures of scaling, Stage 4

...Stage 4 is the last part of the scaling series containing last polishing steps, a summary of what helped and what didn’t, as well as a look at future optimization plans...

Eribium - another Rails-base CMS

The demo is also available - user/password = demo/demo.