|7eter l-|. l3oling

Results 371 comments of |7eter l-|. l3oling

I have the same problem, which for me looks like this (RedHat): ``` $ akephalos --use-html-snapshot Downloading latest snapshot... done Extracting dependencies... done /ruby192/lib/ruby/gems/1.9.1/gems/akephalos-0.2.5/bin/akephalos:41:in `unlink': No such file or directory...

Getting this same error... well almost: ``` gems/activerecord-3.2.11/lib/active_record/dynamic_matchers.rb:55:in `method_missing': undefined method `class_inheritable_accessor' for # (NoMethodError) ```

Fixes are in trunk, but the gem has not been released with these fixes yet. To get it to work with rails 3.2: ``` gem 'vestal_versions', github: 'laserlemon/vestal_versions' ```

But there is another error related to the attr_accessible still on master. This [pull request](https://github.com/laserlemon/vestal_versions/pull/89) has a fix! ``` gem 'vestal_versions', github: 'justintanner/vestal_versions' ```

I have this problem too. Rails 2.3.11, Ruby 1.8.7, and when I run rake db:migrate I get: ``` ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment *...

The tables were created fine in development mode, but in production only one of the eight tables I have set as acts_as_archive had the archive table created. It is very...

Using as a plugin instead of a gem and things now work. acts_as_archive does not seem to work as a gem in production (worked in development though).

It would be useful to be able to track separate accounts for separate users, but to be able to grant access to specific accounts to specific users.

@bloudermilk From the perspective of a *taker*: 1. Many people use this library, and, IMO, it needs to be passed to community maintenance. 2. I use one feature of this...