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-0.2.1.gem | 0000014336 14 KB | |
rubygem-awesome_print.changes | 0000001140 1.11 KB | |
rubygem-awesome_print.spec | 0000001805 1.76 KB |
Revision 2 (latest revision is 13)
Marcus Rueckert (darix)
committed
(revision 2)
- update to version 0.2.1 - ap can now be used within Rails templates (ex. <%= ap object %>) - Added support for printing Struct - additional changes from version 0.2.0 - Added support for logger.ap (including Rails logger) - Added support for HashWithIndifferentAccess from ActiveSupport - ap now works with scripts that use ActiveRecord/ActiveSupport outside Rails - ap now correctly shows file and directory names with fancy characters (shell escape) - additional changes from version 0.1.4 - Format BigDecimal and Rational objects as Float scalars - Explicit options parameter can override custom defaults - Custom defaults are not interfering when running specs - Custom defaults now work correctly with Ruby 1.9.x - additional changes from version 0.1.3 - Added support for setting custom defaults in ~/.aprc - use rubygems_requires macro
Comments 0