aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Round usec when writing timestamp attribute."Andrew White2013-01-221-13/+5
* Don't call will_change! for datetime nil->"".Alisdair McDiarmid2012-11-251-0/+1
* Remove return guardCarlos Antonio da Silva2012-11-171-2/+1
* Remove ActiveRecord::ModelJon Leighton2012-10-261-11/+5
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* Revert "Key the attributes hash with symbols"Jon Leighton2012-10-121-1/+1
* Removing dead code. attribute_cast_code is not called.kennyj2012-09-281-15/+0
* Key the attributes hash with symbolsJon Leighton2012-08-311-1/+1
* Round usec when writing timestamp attribute.kennyj2012-08-211-5/+14
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0