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

11 commits

Author SHA1 Message Date
Chad Heinen
3b052a4f5e ArrayFormatter now returns arrays for has_many :through associations
The array_formatter was always returning  an empty array when associated
objects were called via a `has_many through:` relationship because they
are loaded as a collection, and the collection is always considered
empty.

resolves: https://github.com/awesome-print/awesome_print/issues/331
2018-02-03 19:31:43 -06:00
James Cox
613722447a Bump 1.8.0 2017-06-16 17:22:56 -04:00
James Cox
807e5128ed Merge pull request #305 from kstephens/aprc-once
stat("$HOME/.aprc") only once per process.
2017-06-16 17:19:25 -04:00
Kurt Stephens
113534e761 stat("$HOME/.aprc") only once per process. 2017-03-06 09:55:56 -06:00
Alexey Zapparov
8e3fdaf65e
Colorize ORM class names 2017-02-15 21:04:49 +01:00
jamespdo
d01fade4f2 removed Fixnum reference
Since the Ruby-2.4.0 release, Fixnum and Bignum are combined into Integer class. This fix is to remove all Fixnum reference.
2016-12-28 09:51:28 -08:00
Adriano Mitre
f07a052aef ActiveRecord awesome #joins: now shows the #select'ed columns 2016-08-01 12:57:11 -03:00
Julien Negrotto
15cf3b4bc8
Handle NoMethodError for IRB implicit #ai 2016-06-25 14:19:00 +10:00
Gerard Caulfield
fed82c4bea
1.7.0 version bump for release 2016-06-07 02:53:32 +10:00
Gerard Caulfield
012197e54f
Update changelog for the next release
I've also started adding links to the associated pull requests
and authors. The intention is to make it easier to find the
origin of a change.

The repetitive nature of the references annoys me, but
unfortunately I don't believe there is a cleaner way to do this
in markdown. If you can think of a solution, then please let us
know.

I've cleaned up some of the wording so the gramar is consistent
and sorted the changes from newest to oldest so that it's
consistent with the newest to oldest ordering of the version
numbers.

I've only made these changes for the latest commits, however
if somebody wishes to go back and add links for older changes,
that be a pull request I would happily merge.
2016-06-07 02:01:53 +10:00
Gerard Caulfield
8d5a1f7998
Change the changelog to markdown
This will allow us to link directly to issues and PRs that
relate to change in the change log.
2016-06-06 23:17:08 +10:00
Renamed from CHANGELOG (Browse further)