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

18 commits

Author SHA1 Message Date
Bryan Hanks, PMP
8df1675962
Bump canonical (#406)
* Added canonical for rubygems

* Bumped version for release
2021-02-15 22:34:32 -06:00
Bryan Hanks, PMP
c28d43253c
Ruby 2.6, 2.7 and 3 fixes (#405) 2021-02-10 08:09:27 -06:00
Bryan Hanks, PMP
c2315e6c1c
Updated nokogiri to fix vulnerability scan failures (#400)
* Updated nokogiri due to vulnerability scan failures: CVE-2016-4658, CVE-2019-11068 and CVE-2019-5477.

* Updated to support most recent version
2021-01-30 23:51:34 -06:00
Bryan Hanks, PMP
4f0705b999
Update CHANGELOG & fixed travis fails (#394)
* Update CHANGELOG.md

Added credit for PR and tag release

* Added additional rubies for Continuous integration; cleaned up travis config

* Updated travis config with more rubies

* Allow failures in wrong place

* Another typo

* Restore monoid_4.0 gemfile

* Removed travis config for mongoid 4

* Ruby 2.7 can fail CI until we can get it working

* Fixed allow failures syntax

Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
2021-01-15 00:41:50 -06:00
Chris Salvato
b348f44ea0
Fixes block and proc definition to work with Ruby 3.0.0 (#392) 2021-01-12 20:03:16 -06:00
Bryan Hanks, PMP
d425b2b59d
Retire eol rubies (#393)
* Removed rubys 2.4 and earlier

* Updated docs with changes

Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
2021-01-12 19:08:40 -06:00
James Cox
930be54e7a Add changelog notes in the prep for next release 2019-01-09 10:42:43 -05:00
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)