Home

Welcome to stonean.com.

Note: Due to recent spam issues, I've had to require logins for forum postings until I get captcha implemented,

I hope you find one (or more) of my projects useful.

There's a wiki to give you some information to get started and also a forum for discussions. If you have discovered a bug there's an issue tracker setup for each project.

If you find the wiki documentation lacking, please submit a ticket and I'll update the information.

If you prefer your updates through Twitter, you can find me as stonean.

Thank you,
Andrew Stone

Latest news

Lockdown: Lockdown: Release 0.5.20
Fixed to authorized? method and new options[:session_timeout_method].
Added by Andrew Stone 31 days ago

Lockdown: Lockdown: Release 0.5.19
More complete sync of rules in init.rb with database.
Added by Andrew Stone 34 days ago

Lockdown: Lockdown: Release 0.5.18
New generator options
Added by Andrew Stone 43 days ago

Lockdown: Lockdown: Release 0.5.17
Update to classy inheritance 0.6.1
Added by Andrew Stone 45 days ago

Classy Inheritance: Classy Inheritance: Release 0.6.1
Removed validates_associated overrides.
Added by Andrew Stone 45 days ago

View all news

Latest projects

  • Autospec (07/16/2008 06:50 PM)

    I know, testing should be driving development, but not everyone has that luxury. Autospec is a generator that inspects your application's controllers and models (views coming soon) to generate RSpec stubs.

  • Classy Inheritance (05/29/2008 08:14 PM)

    Classy Inheritance adds a depends_on class method to your ActiveRecord model so that you can define requisite objects.

    This functionality is provided using the existing ActiveRecord methods without monkey patching any core code. Essentially, it provides an easy interface to generate code that anyone could add to their model to receive the same result. Depending on the parameters to your depends_on call, it may add some of the following methods: validates_presence_of, validates_associated, has_one or belongs_to.

  • Stage (05/29/2008 08:13 PM)

    Stage is a code template generator that utilizes helpers as presenters to reduce ruby code used in views.

  • Lockdown (05/29/2008 08:13 PM)

    Lockdown is a authentication/authorization system for RubyOnRails (ver 2.x). While Merb functionality is in place, it is not complete. There will be a release solely focused on getting the Merb functionality up to par with Rails when Merb hits 1.0.