#Ruby Firebird Extension Library 0.7.2 released : fixes unique and descending index flags after backup/restore cycle

Ruby Firebird Extension Library 0.7.2 release fixes unique and descending index flags after backup/restore cycle
Thanx to Pablo Vizcay for the analysis
A few cleanups : drop support for ruby 1.8.5 (deprecated)

PS: and an observation from Brent Rowland

Plenty of coders can sling both C and Ruby, but Ruby C extensions manage to intimidate most. It’s almost like a 3rd language.

Rails driver rubyfb 0.6.7 is released

This version brings a series of fixes and improvements (Row and ResultSet are now pure ruby implementations)

Release files can be found here

Changelog for this version

  • Add test to ensure row numbering scheme
  • Fix row numbering
  • Minor AR adapter improvement
  • Include Enumerable in Row And ResultSet
  • Update tests
  • Row: pure ruby implementation
  • ResultSet: pure ruby implementation
  • Use static vars fo rb_intern caches – this should fix os x linkage issues

You can check the github Commits log for the code changes

1 2 3 4