Last Updated: September 09, 2019
·
617
· brobertsaz

Cool Ruby Gems

I just started working with a couple of new Ruby gems that I wanted to share:

Rails ERD

Rails ERD loads your Active Record models and processes all their attributes and associations (hasone, hasmany, etc.). This information is combined into a single diagram. Because Rails ERD uses reflection instead of static analysis, it even recognises meta-programmed associations.

http://rails-erd.rubyforge.org/

Select2 Rails

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

https://github.com/argerim/select2-rails