Paul Gallagher

Results 29 issues of Paul Gallagher

Hi Max, I've integrated a few contributions to the project, updated some of the docs and stepped the gem version to 0.1.1. All tests green at my end!

Account mapping is a feature of the paid versions of RPX. It lets you associate the multiple signons a user may use with one account identity on your website. Currently,...

accepted

- includes bug fix for fallback url generation

I'm using radiustar with the dictionaries shipped with FreeRADIUS Server. It crashes on startup: ``` radiustar-0.0.8/lib/radiustar/dictionary.rb:119:in `set_value': undefined method `add_value' for nil:NilClass (NoMethodError) ``` I've traced this back to case-insensitive...

.. pretty much as the issue description says;-) fantastic site, this is just a minor UI niggle.

bug

VerifyAcctRequest doc says it returns True if verification failed: https://github.com/wichert/pyrad/blob/master/pyrad/packet.py#L490 This seems contrary to expectations, and I think contrary to the test assertions: https://github.com/wichert/pyrad/blob/master/pyrad/tests/testPacket.py#L393 So it seems the doc is...

documentation

I'm using meta_search 1.1.3 and discovered that it seems I can't trust present?/presence with a meta_search collection - they always return true, regardless of whether the result set has rows...

I ran into this issue with psych 1.3.4 with ActiveRecord models where string attributes contained something that 'looks like' YAML. ``` item = Item.last item.description = %{- a\n2013-04-08 11:45:33} item.to_yaml...

hi, I just bumped into the stratum 1 identifier issue that I note was fixed on ec495e09f69fead9b31e8d28e30a8c9188c447cb. It seems that is already in release 2.1.4 that was tagged in 2020,...

Testing a migration on a very small/simple 2.3.5 site, rake rails:upgrade:routes fails with map.root in the routes file, e.g. map.root :articles Commenting this out, routes generation is ok. $ rake...