0.0
No release in over 3 years
Low commit activity in last 3 years
Tools for Interval columns for ActiveRecord
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2.3
 Project Readme

A more complete solution exists in Rails 6.1


Support for Postgres Interval Types for ActiveRecord 5.2.

Currently in Prerelease

Usage

Standalone ActiveRecord

require 'ar_interval'

class Occurence < ActiveRecord::Base
  attribute :column_name, :interval
end

Invalid Format as a Validation error

require 'ar_interval'

class Occurence < ActiveRecord::Base
  include ArInterval::Validations

  attribute :column_name, :interval
end

Rails

See, Rails 6.1

License

The gem is available as open source under the terms of the MIT License.