Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnando/ar-timestamptz
Make ActiveRecord's PostgreSQL adapter use timestamptz as datetime columns.
https://github.com/fnando/ar-timestamptz
activerecord datetime postgres postgresql rails timestamptz
Last synced: 22 days ago
JSON representation
Make ActiveRecord's PostgreSQL adapter use timestamptz as datetime columns.
- Host: GitHub
- URL: https://github.com/fnando/ar-timestamptz
- Owner: fnando
- License: mit
- Created: 2016-04-09T13:54:08.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T18:00:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T04:29:23.347Z (about 1 month ago)
- Topics: activerecord, datetime, postgres, postgresql, rails, timestamptz
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ar-timestamptz
[![Tests](https://github.com/fnando/ar-timestamptz/workflows/Tests/badge.svg)](https://github.com/fnando/ar-timestamptz)
[![Code Climate](https://codeclimate.com/github/fnando/ar-timestamptz/badges/gpa.svg)](https://codeclimate.com/github/fnando/ar-timestamptz)
[![Gem](https://img.shields.io/gem/v/ar-timestamptz.svg)](https://rubygems.org/gems/ar-timestamptz)
[![Gem](https://img.shields.io/gem/dt/ar-timestamptz.svg)](https://rubygems.org/gems/ar-timestamptz)Make ActiveRecord's PostgreSQL adapter use timestamptz as datetime columns.
## Installation
```bash
gem install ar-timestamptz
```Or add the following line to your project's Gemfile:
```ruby
gem "ar-timestamptz"
```## Usage
That's it! You don't have to configure anything.
## Maintainer
- [Nando Vieira](https://github.com/fnando)
## Contributors
- https://github.com/fnando/ar-timestamptz/contributors
## Contributing
For more details about how to contribute, please read
https://github.com/fnando/ar-timestamptz/blob/main/CONTRIBUTING.md.## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT). A copy of the license can be
found at https://github.com/fnando/ar-timestamptz/blob/main/LICENSE.md.## Code of Conduct
Everyone interacting in the ar-timestamptz project's codebases, issue trackers,
chat rooms and mailing lists is expected to follow the
[code of conduct](https://github.com/fnando/ar-timestamptz/blob/main/CODE_OF_CONDUCT.md).