Skip to content

codebrawl/arnold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages