Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 468 Bytes

README.markdown

File metadata and controls

21 lines (14 loc) · 468 Bytes

Arnold Build Status

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