1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
Commit graph

29 commits

Author SHA1 Message Date
Mike Dvorkin
8f94cef98f Changed formatting of optional method argments; added more method specs 2010-11-05 18:31:54 -07:00
Mike Dvorkin
a0dab8cd57 All specs pass with Ruby 1.8.7/RSpec 1.3 and Ruby 1.9.2/RSpec 2.0 2010-10-31 22:34:50 -07:00
Mike Dvorkin
3ab0cbabc1 ActiveRecrd specs pass with Ruby 1.9.2 2010-10-31 19:21:26 -07:00
Mike Dvorkin
816b5a6513 Made 'rake spec' work with Ruby 1.9.2/RSpec 2 2010-10-31 16:10:08 -07:00
Mike Dvorkin
5f78c06a05 Display object.methods in human readable format 2010-10-31 15:05:08 -07:00
Mike Dvorkin
14e4fd5e7d Added method formatting 2010-10-30 13:50:48 -07:00
Mike Dvorkin
75700ea330 Handle weird objects that return nil on inspect 2010-10-12 22:52:53 -07:00
Sean Gallagher
c05a6abad7 Add option to suppress array index in output. 2010-09-12 07:40:07 +08:00
Mike Dvorkin
fe58321517 Final cleanup before 0.2.1 release 2010-06-03 19:39:44 -07:00
Mike Dvorkin
5ee3eaeb57 Added ap support within Rails templates (ex. <%= ap @obj =>) 2010-05-21 22:53:03 -07:00
Mike Dvorkin
c9781fc974 Avoid Struct redifinition warning when running specs; removed unnecessary code 2010-05-12 22:03:33 -07:00
Michael Mullis
ed177c0b10 corrections to tests-hash is :pale so color code should be normal(0)-white(7), add some constants to make the code readable
(cherry picked from commit dbd453297c9fff47dc06845cdc5685ffb58b114e)
2010-05-12 21:43:14 -07:00
Michael Mullis
92dfe6df04 added support for Struct
(cherry picked from commit 34f268f66c852709415c96dbb803794fc645b5b3)
2010-05-12 21:42:57 -07:00
Mike Dvorkin
40494e62df Made ActiveRecord specs timezone aware 2010-04-25 16:23:54 -07:00
Tobias Crawley
d60f1d8719 Actually fixed AR::Base class detection this time, and added support for classes that inherit from AR::Base anywhere up the chain. 2010-04-22 01:24:17 -04:00
Tobias Crawley
6dc67a2cff Added logger.ap 2010-04-22 00:57:21 -04:00
Tobias Crawley
9166bab5d0 Removed dependence on active_support for alias_method_chain; fixed failing AR tests; fixed issue with AR class comparison. 2010-04-22 00:41:40 -04:00
Tobias Crawley
97d8bb71d7 Factored active_record and active_support enhancements to separate modules. 2010-04-21 21:27:26 -04:00
Mike Dvorkin
993bc0fc9a Format BigDecimal and Rational objects as Float scalars 2010-04-08 20:31:53 -07:00
Mike Dvorkin
0b472a7da3 Merge branch 'master' into 0.1.4 2010-04-08 20:14:55 -07:00
Mike Dvorkin
d84c376bdc Make sure explicit options parameter can override custom defaults 2010-04-08 20:14:47 -07:00
Mike Dvorkin
bf3c9915b6 Stub ~/.aprc in specs to make sure custom defaults do not affect them 2010-04-08 19:57:58 -07:00
Mike Dvorkin
0fddf1e5b5 Refactored to move #ai (aka ##awesome_inspect) to Kernel 2010-04-05 20:24:46 -07:00
Mike Dvorkin
6e4117d495 Correctly handle empty arrays and hashes 2010-04-05 20:02:07 -07:00
Tobias Crawley
f9ff436030 A fix for the failure on an empty hash. 2010-04-05 14:37:22 -04:00
Mike Dvorkin
29d041778e If @options[:indent] if negative left align hash keys 2010-04-04 20:10:16 -07:00
Mike Dvorkin
c6acd66ee8 Added support for tableless ActiveRecord models 2010-04-03 21:42:31 -07:00
Mike Dvorkin
4ac2bfd653 Initial public commit 2010-04-02 21:43:46 -07:00
Mike Dvorkin
25786aacd8 Initial commit to ap. 2010-03-24 21:31:59 -07:00