Displaying 1 result from an estimated 1 matches for "irb_modifi".
Did you mean:
irb_modified
2005 Oct 31
0
introducing acts_as_shellable gem
...as normal columns.
This gem can be used in irb (script/console) or a rails application (or anywhere
ActiveRecord::Base
is used). For you irb lovers, Ive included a neat irb modificiation that automatically formats
output based on a hash, mapping output type to a formatting subroutine (see
examples/irb_modified.rb
for details). With this slight modification, its possible to at least view a tables records in a
readable way. To use this modification, require examples/irb-shellrc. To setup a simple database
shell via rails, require examples/rails-shellrc and follow its instructions.
]
This gem is well do...