Pretty print Ruby objects with proper indentation and colors
Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports Rails ActiveRecord objects via included mixin.
- Sources inherited from project devel:languages:ruby:extensions
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-awesome_print && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
awesome_print-1.1.0.gem | 0000027136 26.5 KB | |
rubygem-awesome_print.changes | 0000004812 4.7 KB | |
rubygem-awesome_print.spec | 0000002477 2.42 KB |
Revision 7 (latest revision is 13)
Stephan Kulow (coolo)
committed
(revision 7)
- updated to version 1.1.0 - Objects are no longer recursively formatted by default. Reenable by using :raw => true option. - ap(object) now returns nil when running under IRB or Pry - Added support for Mongoid 3 and Moped (Nikolaj Nikolajsen) - Improved formatting of MongoMapper objects (George .) - ActiveRecord::Relation now renders as array (Dan Lynn) - Formatting BigDecimal no longer looses precision (Evan Senter) - Added AwesomePrint.irb! and AwesomePrint.pry! convenience methods - Fixed conflict with the colorize gem - Misc tweaks and bug fixes
Comments 0