Re: Running activerecord

For the time being, we can remove AR from the loaded frameworks in
config/environment.rb

That will stop AR from being loaded and allow us to run without a db.

JD

We’re doing that already - we get past all of the initialization code in
Rails now.

Thanks,
-John