[Rails] Newly released Rails plugin for showing a calendar of reservations...

2010-01-15 Thread Mike Gehard
Hello all, I just wanted to let you all know that there is a new Rails plugin out there that will allow you to easily render a calendar view of reservation objects. Check out this blog posting for more information: http://highaltitudehacking.wordpress.com/2010/01/11/reservation_calendar_rails_plu

[Rails] Re: Different Usermodels with Authlogic + Declarative Authorizat

2010-01-04 Thread Mike Gehard
Have you thought about using Single Table inheritance (STI) for the User model? A Google search of "rails single table inheritance" will yield some good tutorials. One of the big reasons for not using STI is if your models are very different with regards to attributes of the sub classes that get

[Rails] Re: Soft Deletes

2009-11-24 Thread Mike Gehard
Thanks all...I decided to forgoe the plugins/gems because the authors of both of the recommended ones (acts_as_paranoid and is_paranoid) have both decided that named scopes are the way to go for this. On Nov 24, 3:46 pm, Lee Smith wrote: > Mike, > > I've implemented exactly what you're talking a

[Rails] Soft Deletes - Let's try this again...

2009-11-23 Thread Mike Gehard
Hello all, It seems that my first posting got into some sort of limbo so apologies for the repost... I am wondering how people here are handling soft deletes in Rails. I've need a couple of gems/plugins that seem to handle this but from what I gather development has stopped on them. All I need

[Rails] Soft Deletes

2009-11-23 Thread Mike Gehard
Hello all, I am wondering how people here are handling soft deletes in Rails. I've need a couple of gems/plugins that seem to handle this but from what I gather development has stopped on them. All I need to do right now is mark something as deleted in the DB...nothing fancy. I'm thinking that t

[Rails] Soft Deletes

2009-11-23 Thread Mike Gehard
Hello all, I am wondering how people here are handling soft deletes in Rails. I've need a couple of gems/plugins that seem to handle this but from what I gather development has stopped on them. All I need to do right now is mark something as deleted in the DB...nothing fancy. I'm thinking that t