aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Don't call changes in `changes_applied` unless requiredSean Griffin2018-03-061-1/+3
* Revert "PERF: Recover `changes_applied` performance (#31698)"Sean Griffin2018-03-062-43/+70
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-012-2/+2
* Remove CHANGELOG entries which were backported to 5-2-stableRyuta Kamizono2018-02-281-4/+0
* Alias `assign_attributes` to `attributes=` for `AttributeAssignment`Ryuta Kamizono2018-02-282-0/+10
* Merge pull request #31926 from composerinteralia/am-attributesRafael França2018-02-282-0/+24
|\
| * Add ActiveModel::Attributes#attributesDaniel Colson2018-02-072-0/+24
* | Merge pull request #28270 from mmangino/dont_ignore_seralization_optionsRyuta Kamizono2018-02-273-1/+12
|\ \
| * | Fix styleMike Mangino2017-03-031-1/+1
| * | Don't accidentally lose includes in serializationMike Mangino2017-03-033-4/+13
* | | Active Model: Use private attr_readerRyuta Kamizono2018-02-264-11/+6
* | | PostgreSQL: Allow BC dates like datetime consistentlyRyuta Kamizono2018-02-231-1/+1
* | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-1/+6
* | | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-176-33/+7
* | | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-2/+1
* | | Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
| |/ |/|
* | PERF: Recover marshaling dump/load performance (#31827)Ryuta Kamizono2018-02-022-9/+27
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-302-68/+4
* | Don't expose `attributes_with_uninitialized_key` utility methodRyuta Kamizono2018-01-301-5/+6
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-254-14/+14
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2519-361/+361
* | Change refute to assert_notDaniel Colson2018-01-251-3/+3
* | Use respond_to test helpersDaniel Colson2018-01-254-21/+21
* | Allow attributes with a proc default to be marshalledSean Griffin2018-01-233-0/+38
* | Use singular define_attribute_methodDaniel Colson2018-01-211-1/+1
* | PERF: Recover `changes_applied` performance (#31698)Ryuta Kamizono2018-01-222-70/+43
* | More exercise `ActiveModel::Dirty` testsRyuta Kamizono2018-01-201-3/+24
* | Change test case name to FormatValidationTestPatrik Bóna2018-01-141-1/+1
* | `deep_dup` is used in `AttributeSet#deep_dup`Ryuta Kamizono2018-01-132-1/+1
* | Merge pull request #29018 from willbryant/missing_attributes_after_saveRyuta Kamizono2018-01-031-0/+4
|\ \
* | | Refactor to `Array(options[:on])` only once in defining validationsRyuta Kamizono2018-01-012-11/+13
* | | Bump license years for 2018Yoshiyuki Hirano2017-12-312-2/+2
* | | Fix validation callbacks on multiple contextYoshiyuki Hirano2017-12-203-9/+60
* | | Suppress `warning: BigDecimal.new is deprecated` in Active ModelYasuo Honda2017-12-143-23/+23
* | | Fix doc typo [ci skip]Tom Copeland2017-12-121-1/+1
* | | Update validates.rbLonre Wang2017-12-101-1/+1
* | | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-282-1/+6
* | | Fix typos and add a few suggestionsFatos Morina2017-11-281-2/+2
* | | Change how `AttributeSet::Builder` receives its defaultsSean Griffin2017-11-273-16/+17
* | | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-272-1/+3
* | | Merge pull request #31117 from renuo/fix_errors_addedRafael França2017-11-132-3/+14
|\ \ \
| * | | fix bug on added? methodAlessandro Rodi2017-11-132-3/+14
* | | | Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-1117-16/+1
* | | | Add missing require "active_support/core_ext/hash/indifferent_access"Ryuta Kamizono2017-11-101-0/+2
* | | | Add missing requiresyuuji.yaginuma2017-11-101-0/+1
* | | | Merge pull request #31114 from y-yagi/fix_ruby_warnings_in_active_modelRyuta Kamizono2017-11-102-3/+3
|\ \ \ \
| * | | | Fix "warning: assigned but unused variable - name"yuuji.yaginuma2017-11-101-1/+1
| * | | | Fix "warning: instance variable @attributes not initialized"yuuji.yaginuma2017-11-101-2/+2
| |/ / /
* / / / Add missing requiresyuuji.yaginuma2017-11-102-0/+4
|/ / /
* | | Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-0915-106/+1360