| Commit message (Expand) | Author | Age | Files | Lines |
* | Faster time_value.rb | schneems | 2018-08-29 | 1 | -1/+7 |
* | Fix numericality validator to still use value before type cast except Active ... | Ryuta Kamizono | 2018-08-24 | 1 | -4/+11 |
* | Fix numericality validator not to be affected by custom getter | Ryuta Kamizono | 2018-08-13 | 1 | -0/+2 |
* | Merge pull request #31503 from bogdan/timestamp-as-json | Eileen M. Uchitelle | 2018-08-11 | 1 | -9/+10 |
|\ |
|
| * | Fix AM::Serializers::JSON#as_json method for timestamps | Bogdan Gusiev | 2017-12-21 | 1 | -9/+10 |
* | | ActiveModel::Naming delegate match? in the same manner as =~ and != (#33466) | Bart | 2018-07-29 | 1 | -1/+17 |
* | | Merge pull request #30919 from seanlinsley/17622-before_save_strict_arguments | Ryuta Kamizono | 2018-07-23 | 1 | -7/+9 |
|\ \ |
|
| * | | add strict argument checking to ActiveRecord callbacks | Sean Linsley | 2018-07-22 | 1 | -7/+9 |
|/ / |
|
* | | Ensure attribute is a symbol in the added? method | Jeremy Baker | 2018-07-14 | 1 | -1/+1 |
* | | has_secure_password: use `recovery_password` instead of `activation_token` | bogdanvlviv | 2018-07-08 | 1 | -6/+6 |
* | | Shorter code: remove unnecessary condition | claudiob | 2018-07-05 | 1 | -1/+1 |
* | | Merge pull request #26764 from choncou/improve_has_secure_password | Rafael Mendonça França | 2018-06-28 | 1 | -55/+48 |
|\ \ |
|
| * | | Remove method for regenerating a token, and update `#authenticate`. | Unathi Chonco | 2016-10-12 | 1 | -40/+16 |
| * | | This addition will now allow configuring an attribute name for the | Unathi Chonco | 2016-10-12 | 1 | -40/+57 |
* | | | Fix active_model/errors docs [ci skip] | bogdanvlviv | 2018-06-12 | 1 | -1/+1 |
* | | | Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_message | Rafael França | 2018-06-11 | 2 | -2/+52 |
|\ \ \ |
|
| * | | | Add global config for config.active_model.i18n_full_message | Martin Larochelle | 2018-06-05 | 2 | -1/+12 |
| * | | | Allow to override the full_message error format | Martin Larochelle | 2018-05-22 | 1 | -2/+41 |
* | | | | PERF: avoid allocating column names where possible | Sam | 2018-06-06 | 1 | -1/+1 |
* | | | | Ensure casting by boolean attribute when querying | Ryuta Kamizono | 2018-05-29 | 1 | -0/+4 |
* | | | | Parse raw value only when a value came from user in numericality validator | Ryuta Kamizono | 2018-05-28 | 1 | -2/+4 |
* | | | | Make force equality checking more strictly not to allow serialized attribute | Ryuta Kamizono | 2018-05-25 | 1 | -0/+4 |
* | | | | Fix user_input_in_time_zone to coerce non valid string into nil | Annie-Claude Côté | 2018-05-16 | 1 | -0/+2 |
* | | | | Add missing require for string to timezone conversion | Annie-Claude Côté | 2018-05-16 | 1 | -0/+1 |
* | | | | Update validates_inclusion_of example | Cassidy Kobewka | 2018-04-17 | 1 | -1/+1 |
|/ / / |
|
* | | | Use string-based fields. [ci skip] | Cassidy Kobewka | 2018-04-16 | 1 | -1/+1 |
* | | | Inclusive Language in Documentation Examples [ci skip] | Cassidy Kobewka | 2018-04-15 | 1 | -1/+1 |
* | | | Merge pull request #32498 from eugeneius/mutation_tracker_merge_changes | Ryuta Kamizono | 2018-04-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Prevent changes_to_save from mutating attributes | Eugene Kenny | 2018-04-08 | 1 | -1/+1 |
* | | | | Avoid generating full changes hash on every save | Eugene Kenny | 2018-04-08 | 1 | -0/+8 |
|/ / / |
|
* | | | Normalize date component when writing to time columns | Andrew White | 2018-03-11 | 1 | -5/+1 |
* | | | Apply time column precision on assignment | Andrew White | 2018-03-11 | 1 | -1/+1 |
* | | | Don't call changes in `changes_applied` unless required | Sean Griffin | 2018-03-06 | 1 | -1/+3 |
* | | | Revert "PERF: Recover `changes_applied` performance (#31698)" | Sean Griffin | 2018-03-06 | 2 | -43/+70 |
* | | | Ruby 2.4: take advantage of String#unpack1 | Jeremy Daer | 2018-03-01 | 2 | -2/+2 |
* | | | Alias `assign_attributes` to `attributes=` for `AttributeAssignment` | Ryuta Kamizono | 2018-02-28 | 1 | -0/+2 |
* | | | Merge pull request #31926 from composerinteralia/am-attributes | Rafael França | 2018-02-28 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Add ActiveModel::Attributes#attributes | Daniel Colson | 2018-02-07 | 1 | -0/+4 |
* | | | | Merge pull request #28270 from mmangino/dont_ignore_seralization_options | Ryuta Kamizono | 2018-02-27 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Don't accidentally lose includes in serialization | Mike Mangino | 2017-03-03 | 1 | -1/+1 |
* | | | | | Active Model: Use private attr_reader | Ryuta Kamizono | 2018-02-26 | 4 | -11/+6 |
* | | | | | PostgreSQL: Allow BC dates like datetime consistently | Ryuta Kamizono | 2018-02-23 | 1 | -1/+1 |
* | | | | | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 5 | -29/+6 |
| |/ / /
|/| | | |
|
* | | | | PERF: Recover marshaling dump/load performance (#31827) | Ryuta Kamizono | 2018-02-02 | 1 | -9/+11 |
* | | | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -3/+3 |
* | | | | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 1 | -12/+12 |
* | | | | Allow attributes with a proc default to be marshalled | Sean Griffin | 2018-01-23 | 1 | -0/+22 |
* | | | | Use singular define_attribute_method | Daniel Colson | 2018-01-21 | 1 | -1/+1 |
* | | | | PERF: Recover `changes_applied` performance (#31698) | Ryuta Kamizono | 2018-01-22 | 2 | -70/+43 |
* | | | | `deep_dup` is used in `AttributeSet#deep_dup` | Ryuta Kamizono | 2018-01-13 | 2 | -1/+1 |