Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 2 | -2/+2 | |
* | | | | | Fix validation callbacks on multiple context | Yoshiyuki Hirano | 2017-12-20 | 3 | -9/+60 | |
| |_|_|/ |/| | | | ||||||
* | | | | Suppress `warning: BigDecimal.new is deprecated` in Active Model | Yasuo Honda | 2017-12-14 | 3 | -23/+23 | |
* | | | | Fix doc typo [ci skip] | Tom Copeland | 2017-12-12 | 1 | -1/+1 | |
* | | | | Update validates.rb | Lonre Wang | 2017-12-10 | 1 | -1/+1 | |
* | | | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 2 | -1/+6 | |
* | | | | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -2/+2 | |
* | | | | Change how `AttributeSet::Builder` receives its defaults | Sean Griffin | 2017-11-27 | 3 | -16/+17 | |
* | | | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 2 | -1/+3 | |
* | | | | Merge pull request #31117 from renuo/fix_errors_added | Rafael França | 2017-11-13 | 2 | -3/+14 | |
|\ \ \ \ | ||||||
| * | | | | fix bug on added? method | Alessandro Rodi | 2017-11-13 | 2 | -3/+14 | |
* | | | | | Add missing autoload `Type` (#31123) | Ryuta Kamizono | 2017-11-11 | 17 | -16/+1 | |
* | | | | | Add missing require "active_support/core_ext/hash/indifferent_access" | Ryuta Kamizono | 2017-11-10 | 1 | -0/+2 | |
* | | | | | Add missing requires | yuuji.yaginuma | 2017-11-10 | 1 | -0/+1 | |
* | | | | | Merge pull request #31114 from y-yagi/fix_ruby_warnings_in_active_model | Ryuta Kamizono | 2017-11-10 | 2 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix "warning: assigned but unused variable - name" | yuuji.yaginuma | 2017-11-10 | 1 | -1/+1 | |
| * | | | | | Fix "warning: instance variable @attributes not initialized" | yuuji.yaginuma | 2017-11-10 | 1 | -2/+2 | |
| |/ / / / | ||||||
* / / / / | Add missing requires | yuuji.yaginuma | 2017-11-10 | 2 | -0/+4 | |
|/ / / / | ||||||
* | | | | Move Attribute and AttributeSet to ActiveModel | Lisa Ugray | 2017-11-09 | 15 | -106/+1360 | |
* | | | | Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat... | Rafael França | 2017-11-06 | 5 | -7/+62 | |
|\ \ \ \ | ||||||
| * | | | | Add cases to test combining validation conditions | bogdanvlviv | 2017-11-06 | 5 | -7/+62 | |
* | | | | | Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f... | bogdanvlviv | 2017-11-05 | 3 | -1/+18 | |
|/ / / / | ||||||
* | | | | Allow passing a Proc or Symbol as an argument to length validator values | Matt Rohrer | 2017-10-26 | 3 | -2/+43 | |
* | | | | Merge pull request #30920 from lugray/attributes_to_am | Sean Griffin | 2017-10-23 | 3 | -0/+376 | |
|\ \ \ \ | ||||||
| * | | | | Start bringing attributes API to AM | Lisa Ugray | 2017-10-18 | 3 | -0/+376 | |
* | | | | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 2 | -104/+2 | |
* | | | | | [Active Model] require => require_relative | Akira Matsuda | 2017-10-21 | 7 | -25/+25 | |
|/ / / / | ||||||
* | | | | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 1 | -2/+2 | |
* | | | | Use tt in doc for ActiveRecord [ci skip] | Yoshiyuki Hirano | 2017-08-27 | 1 | -2/+2 | |
* | | | | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 1 | -1/+1 | |
* | | | | Simplify ActiveModel::Errors#generate_message | Viktar Basharymau | 2017-08-18 | 1 | -7/+5 | |
* | | | | [ci skip] Postgres --> PostgreSQL | Ryuta Kamizono | 2017-08-08 | 1 | -1/+1 | |
* | | | | Talk about bytes not characters | Rafael Mendonça França | 2017-07-31 | 1 | -3/+3 | |
* | | | | Merge pull request #29788 from kamipo/remove_unused_mutex_m | Rafael França | 2017-07-17 | 2 | -8/+5 | |
|\ \ \ \ | ||||||
| * | | | | Make `generated_attribute_methods` to private | Ryuta Kamizono | 2017-07-14 | 2 | -5/+5 | |
| * | | | | Remove unused `Mutex_m` in Active Model | Ryuta Kamizono | 2017-07-14 | 1 | -4/+1 | |
* | | | | | Allow multiparameter assigned attributes to be used with `text_field` | Sean Griffin | 2017-07-17 | 2 | -0/+8 | |
* | | | | | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 116 | -0/+231 | |
|/ / / / | ||||||
* | | | | Add ActiveModel::Errors#merge! | Jahfer Husain | 2017-07-07 | 3 | -0/+28 | |
* | | | | Fix `ActiveModel::Type::DateTime#serialize` | Lisa Ugray | 2017-07-05 | 1 | -0/+4 | |
* | | | | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 2 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 116 | -116/+0 | |
| * | | | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 116 | -0/+116 | |
| |\ \ \ \ | ||||||
| | * | | | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 116 | -0/+116 | |
| * | | | | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 2 | -2/+2 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Make ActiveModel frozen string literal friendly. | Pat Allan | 2017-06-20 | 2 | -2/+2 | |
* | | | | | | [Active Model] require => require_relative | Akira Matsuda | 2017-07-01 | 7 | -23/+23 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #29588 from greysteil/add-gemspec-links | Rafael França | 2017-06-28 | 1 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add source code and changelog links to gemspecs | Grey Baker | 2017-06-28 | 1 | -0/+5 | |
* | | | | | | :scissors: | Ryuta Kamizono | 2017-06-28 | 1 | -1/+1 | |
|/ / / / / |