ActiveSupport is one of the 3 biggest components of Ruby on Rails. As its name suggests, it's there to give useful utilities to support Ruby apps, like converting numbers, securely doing comparisons, etc. It's used everywhere in Rails itself and has many powerful features accessible to any Rails apps. It can also be bundle installed into any Ruby project, not necessarily Rails.