aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
Commit message (Expand)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Use strings instead of symbols on calls to decorate_matching_attribute_typesDillon Welch2018-08-101-1/+1
* Add :nodoc: for ActiveRecord::AttributeMethods [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-5/+2
* Remove unused requireRyuta Kamizono2017-02-121-2/+0
* Set time as a timezone aware type and remove related deprecationRafael Mendonça França2016-12-291-23/+2
* fix datatime errorSen-Zhang2016-11-011-1/+1
* Fixes an issue where time_zone_conversion that causes an exception in ARs del...Julian Nadeau2016-10-271-1/+1
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-8/+8
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-44/+44
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Fixes multiparameter attributes conversion with time_zone_aware_attributes an...alpaca-tc2016-07-191-1/+1
* Fix a tip in Active Record time attributes deprecationGenadi Samokovarov2016-03-241-1/+1
* Ensure tz aware attributes continue to work with arraysSean Griffin2016-02-021-1/+1
* Avoid infinite recursion when bad values are passed to tz aware fieldsSean Griffin2016-02-021-2/+12
* Fix the broken buildSean Griffin2016-01-081-0/+2
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-7/+9
* remove extra spaces from deprecation messageyuuji.yaginuma2015-12-151-1/+3
* Apply subsecond precision on assignment when using TZ aware attributesSean Griffin2015-09-241-1/+1
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-2/+2
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* rm `ActiveRecord::Type::Decorator`Sean Griffin2015-02-071-2/+0
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-0/+8
* fix typo still cause -> still causesFelix Schäfer2015-01-271-1/+1
* [ci skip] fix typo sill -> stillAditya Kapoor2015-01-151-1/+1
* Time columns should support time zone aware attributesSean Griffin2015-01-151-4/+29
* Don't raise on out-of-range datetimes passed by a userGrey Baker2014-12-231-1/+5
* Allow custom handling of non-standard types in `time_zone_conversion`Sean Griffin2014-12-081-1/+1
* Use `DelegateClass` instead of `SimpleDelegator` for type decoratorsSean Griffin2014-11-141-1/+1
* Allow YAML serialization when using TZ aware attributesSean Griffin2014-09-171-0/+2
* Stop using instance exec for type decoratorsSean Griffin & Sean Doyle2014-06-271-5/+15
* Silence warning in testSean Griffin2014-06-241-2/+2
* Promote time zone aware attributes to a first class type decoratorSean Griffin2014-06-161-1/+6
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-40/+11
* Ensure time zones don't change after round trip with array columnsSean Griffin2014-06-071-1/+11
* changelog for #15556 and credit @kuldeepaggarwal [Kuldeep Aggarwal]Yves Senn2014-06-071-2/+0
* Add array support when time zone aware attributes are enabledSean Griffin2014-06-071-1/+13
* Rename attribute related instance variables to better express intentSean Griffin2014-05-301-1/+1
* Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-4/+2
* Remove :timestamp column typeSean Griffin2014-05-191-2/+2
* Perf: avoid array allocation where not neededSam2013-08-271-1/+1
* Simplify type casting code for timezone aware attributesAndrew White2013-01-261-10/+5
* Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-01-261-2/+2