7 Tree Data Structure Plugins for Rails

A surprising number of applications seem to involve storing a tree of similar items out to some arbitrary depth: managers and employees, assemblies and parts, categories for organizing things. Rails doesn't have any native ability to handle a tree structure…

sqlserver2005.png

Fully Tested SQL Server 2000 & 2005 Adapter for Rails 2.2

Do you need to use Microsoft's SQL Server as the database system for your Rails application (or, would you like to)? A group of developers (Ken Collins, Murray Steele, Shawn Balestracci, Joe Rafaniello, and Tom Ward) have developed the Rails SQL…

rails22.png

Rails 2.2 Released

Yes folks, Rails 2.2 is here! Coming just six months after Rails 2.1, Rails 2.2 is still definitely the most exciting Rails release yet - you get internationalization, Ruby 1.9 support, thread safety, connection pooling, and a lot more. The number…

profiler-crop2.png

Rails Profiling: Getting Easier

Last year we looked at using ruby-prof to gather profiling data for a Rails application. But it's worth revisiting the subject now that ruby-prof 0.7.0 is out: gathering profile test data for a Rails application is almost absurdly easy now.

As detailed by…

slide1001-300x225.jpg

JBoss on Rails: Deploying Rails Apps to a JBoss App Server

Java-heads will be familiar with JBoss, a popular Java EE-based application server. Bob McWhirter has been working on a plugin to make it easy to deploy Rails applications to a JBoss app server - something that could be quite appealing…

New Edge Rails Feature: Default Scoping

In his "What's New in Edge Rails" series, Ryan Daigle has just written about "default scoping." You're probably familiar with regular named scopes on Rails models, but now there's a default_scope method that defines a scope that exists by default on find methods.

Example:

class…

Rails 2.2 RC 2 Released

DHH announces the release of Rails 2.2 Release Candidate 2. It's the last stop before Rails 2.2 final!

Tweet This Post

numbers-1.png

3 Ways To Build Fake Demo Data For Your Rails App

You've finished the first sprint of your new Rails application and you're ready to show it to the client - or are you? Most user interfaces look better when they're actually filled with data. You could sit down and start…

Webbynode

Webbynode is a new scalable, Xen VPS hosting company whose service is currently in beta. They are looking for further beta testers particularly from the Rails field.

Tweet This Post

redpaperclip.png

PaperClip: An Alternative Attachment / File Upload Plugin for Rails

In Goodbye attachment_fu, hello Paperclip, The Web Fellas present a walkthrough of Paperclip, a new(ish) Rails plugin that makes file (and particularly image) uploads easy. It's well worth a read, especially if you're just starting to develop a new app…

Pages: Prev 1 2 3 ...10 11 12 13 14 15 16 ...21 22 23 Next