Home
Welcome to stonean.com.
Note: So I tried to allow anonymous postings to the forums,
but the spam was pretty sick. Accounts are again required.
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.9.8
This release fixes bug to allow link_to on public file resources.
Lockdown:
Lockdown: Release 0.9.7
Bugfix to allow for mailto in link_to calls.
Classy Inheritance:
Classy Inheritance: Release 0.7.0
The Brian Johnson release!
Lockdown:
Lockdown: Release 0.9.3
Update to README
Lockdown:
Lockdown: Release 0.9.2
Passenger compatibility!
Latest projects
-
RubyTrends (04/04/2009 05:37 pm)
RubyTrends is a community driven resource to keep everyone up to date with the latest technology, books and other useful information resources.
-
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 an authorization system for RubyOnRails (ver 2.x). While it does provide some basic generators for authentication, I highly recommend using another project whose sole purpose is authentication.
