console_update 0.1.6
Updates records from the console via your preferred editor. You can update a record's columns as well as <i>any attribute</i> that has accessor methods. Records are edited via a temporary file and once saved, the records are updated. Records go through a filter before and after editing the file. Yaml is the default filter, but you can define your own filter simply with a module and 2 expected methods. See ConsoleUpdate::Filter for more details. Compatible with all major Ruby versions and Rails 2.3.x and up.
Gemfile:
=
インストール:
=
Development依存関係 (6):
activerecord
~> 2.3.0
bacon
>= 1.1.0
bacon-bits
>= 0
mocha
>= 0
mocha-on-bacon
>= 0
sqlite3
~> 1.3.0