aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
Commit message (Expand)AuthorAgeFilesLines
* Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"Sean Griffin2016-10-231-1/+1
* Made ActiveRecord consistently use ActiveRecord::Type (notIain Beeston2016-10-031-1/+1
* [ci skip] Use right format textAndrey Molchanov2016-09-281-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-143-20/+20
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-034-23/+23
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-5/+5
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-067-181/+181
* applies new string literal convention in activerecord/libXavier Noria2016-08-065-11/+11
* Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...Rafael França2016-07-201-1/+14
|\
| * Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-021-1/+14
* | Fixes multiparameter attributes conversion with time_zone_aware_attributes an...alpaca-tc2016-07-191-1/+1
|/
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Fix a tip in Active Record time attributes deprecationGenadi Samokovarov2016-03-241-1/+1
* Merge pull request #23395 from PareshGupta/remove-unused-constantSantiago Pastorino2016-02-102-30/+5
|\
| * Remove unused class AttributeMethodCachePareshGupta2016-02-021-1/+0
| * remove unused constants from activerecordPareshGupta2016-02-012-30/+6
* | 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
* applies new doc guidelines to Active Record.Yves Senn2015-10-143-5/+5
* Add Singleton in NullMutationTracker classacapilleri2015-10-031-1/+1
* Build the `AttributeMutationTracker` lazilySean Griffin2015-10-021-13/+15
* Fix test failures on MySQLSean Griffin2015-10-021-1/+3
* Further encapsulate dirty checking on `Attribute`Sean Griffin2015-10-021-4/+7
* Separate `dup` from `deep_dup` in the attributes hashSean Griffin2015-09-281-1/+1
* Apply subsecond precision on assignment when using TZ aware attributesSean Griffin2015-09-241-1/+1
* We still need to reset `@changed_attributes` in `changes_applied`Sean Griffin2015-09-241-0/+2
* Improve the performance of `save` and friendsSean Griffin2015-09-241-2/+10
* Encapsulate a lot of the logic from `Dirty` in an objectSean Griffin2015-09-241-24/+9
* Clean up the implementation of AR::DirtySean Griffin2015-09-241-78/+39
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-1/+1
* Merge pull request #21650 from mcfiredrill/nodoc-raw-write-attributeArthur Nogueira Neves2015-09-191-1/+1
|\
| * nodoc raw_write_attributeTony Miller2015-09-191-1/+1
* | Inline uneccessary frozen string constantSean Griffin2015-08-311-3/+1
* | [ci skip] Fix rdoc markupakihiro172015-08-121-1/+1
|/
* Freeze string literals when not mutated.schneems2015-07-192-2/+2
* Copy-edits in 04c349659bfd97f9eaf5266ef7a64b4eb367c6a8Rafael Mendonça França2015-06-121-1/+2
* add doc about how empty serialization objects are persisted Diego Carrion2015-06-121-0/+2
* Don't crash when mutating attributes in a getterSean Griffin2015-06-121-1/+6
* Merge pull request #20364 from ernie/update-serialize-docsSean Griffin2015-05-291-0/+9
|\
| * Update docs for ActiveRecord `serialize`Ernie Miller2015-05-291-0/+9
|/
* `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 `Type#number?`Sean Griffin2015-02-071-2/+1
* rm `ActiveRecord::Type::Decorator`Sean Griffin2015-02-071-2/+0
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-0/+8