NoSQL with MySQL in Ruby - Friendly

Posted Over 14 years ago by Lexy.
friendlyorm.com

Store schema-less data in MySQL.

cwninja's inaction_mailer at master - GitHub

Posted Over 14 years ago by Lexy.
github.com

An ActionMailer delivery method to save mails as files in a directory.

has_many :bugs, :through => :rails: Active Record Query Interface 3.0

Posted Over 14 years ago by Lexy.
m.onkey.org

So here’s an overview of how things are going to work in Rails 3.

samdanavia's ambitious_query_indexer at master - GitHub

Posted About 14 years ago by Lexy.
github.com

Ambitious Query Indexer is a Rails plugin to identify database indexes that are missing. Rather than looking at tables and...

owl:sameAs

Posted About 14 years ago by Lexy.
sameas.org

The Web of Data has many equivalent URIs.

pjdavis's identity-map at master - GitHub

Posted About 14 years ago by Lexy.
github.com

A simple implementation of an Identity Mapper for Active Record.

Highlight your prompt on production machines

Posted About 14 years ago by Lexy.
gem-session.com

Next in our series on not shooting yourself in the foot: Doing a sudo shutdown -h now on the main...

eliotsykes's asset_fingerprint at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Asset Fingerprint Plugin for Ruby on Rails - allows you to use md5 or timestamps in query string or in asset...

Lessons learned from 13 failed software products « Successful Software

Posted Almost 14 years ago by Lexy.
successfulsoftware.net

I asked other software entrepreneurs to share their stories of failure in the hope that we might save others from...

Netty - the Java NIO Client Server Socket Framework - JBoss Community

Posted Almost 14 years ago by Lexy.
jboss.org

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development...

Insertion/Deletion callbacks

Posted Almost 14 years ago by Lexy.
apidock.com

All ActiveRecord associations except for has_many :through support callbacks for pre- and post-insertion/deletion via the following, self...

Copy a Paperclip attachment to another record

Posted Over 13 years ago by Tobias Kraze.

Just assign the existing attachment to another record: new_photo = Photo.new new_photo.image = old_photo.image Paperclip will duplicate the file when saving...

Force absolute URLs in views throughout a response

Posted Over 13 years ago by Arne Hartherz.

This is more tricky than it should be because url_for, asset_path, etc. all rely on different mechanisms.

Unobtrusive JavaScript and AJAX

Posted Over 13 years ago by Tobias Kraze.

Attached (see below) is some code to allow using unobtrusive JavaScript on pages fetched with an AJAX call.