A terminal admin interface.
Usage
Just put your favourite text-editor in ENV['EDITOR'] (vi is the default one).
post = Post.find(1) post.edit # The editor pops out, make the changes and save! post.save
Alternatively, edit! saves the changes immediately to the database.
Supported ORMs
- ActiveRecord
- Mongoid
- DataMapper
