aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Simplify AR configuration code.Jon Leighton2012-06-151-4/+9
* Fix #6591. If a field with timezone isn't changed, we don't call will_change!.kennyj2012-06-041-1/+2
* force datetime attributes to be changed, fix GH #3965Sergey Nartimov2012-02-281-0/+1
* removing dead codeAaron Patterson2012-02-091-10/+0
* give each PG type a `type` method and decortate tz attributesAaron Patterson2012-02-071-1/+18
* moved most of the evald code in to regular ruby codeAaron Patterson2012-02-071-5/+2
* copy the columns hash to the active record instances, typecast using columns ...Aaron Patterson2012-02-071-33/+46
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-3/+4
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-3/+2
* Fix #3837.Jon Leighton2011-12-031-11/+5
* Remove some unnecessary code etcJon Leighton2011-12-011-19/+3
* Remove the need for type_cast_attribute.Jon Leighton2011-12-011-3/+16
* Don't rely on underscore-prefixed attribute methods.Jon Leighton2011-12-011-11/+15
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Fix before_type_cast for timezone aware attributes by caching converted value...Adam Meehan2011-03-231-4/+5
* avoid nil.dupAkira Matsuda2011-02-071-1/+1
* Make before_type_cast available for datetime fieldsAkira Matsuda2011-02-011-2/+3
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-2/+4
* Cheaper attribute reads and respond_to?. Add underscore-prefixed method alias...Jeremy Kemper2010-09-091-2/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-1/+2
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-4/+4
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-221-10/+38
* Refactoring attributes/types [#3348 state:resolved]Eric Chapweske2009-10-171-38/+10
* Extract generic attribute method generation to AMoJoshua Peek2009-08-041-2/+2
* Modified ActiveRecord::AttributeMethods to allow classes to specify attribute...Paul Gillard2009-08-041-2/+2
* Track generated attribute methods in a separate moduleJoshua Peek2009-08-021-2/+2
* Don't need to pass attr_name to evaluate_attribute_method anymoreJoshua Peek2009-07-301-2/+2
* Concernify AR AttributeMethodsJoshua Peek2009-07-301-0/+60