A terminal admin interface.
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.
- ActiveRecord
- Mongoid
- DataMapper