dcrec1 / acts_as_solr_reloaded

ActsAsSolr with new features
http://www.diegocarrion.com
MIT License
102 stars 30 forks source link

Fixing a Ruby 1.8.7\1.9.2 incompatibility when using LibXML2 #10

Closed jumph4x closed 13 years ago

jumph4x commented 13 years ago

See: https://github.com/jumph4x/acts_as_solr_reloaded/commit/5e73b6f7ec646387e824d4b0a7077e5b1326779b

The problem is that between the two Ruby versions, one returns symbols and the other returns strings.

dcrec1 commented 13 years ago

Thanks Denis.

jumph4x commented 13 years ago

to_sym would have been a better decision, not sure why I committed that mess.

Thanks.

jumph4x commented 13 years ago

Gem is still outdated on this issue. Could we get an updated to 1.5.0 sometimes soon?

dcrec1 commented 13 years ago

Yes, just released a new version with the latest modifications.

jumph4x commented 13 years ago

Ahh, thanks for the good work!