aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove plain methodChris Salzberg2019-05-311-4/+0
* Make plain matcher match first, not lastChris Salzberg2019-05-311-5/+1
* Update comment in attribute_method_matchers_matchingChris Salzberg2019-04-231-2/+3
* Rename method_missing_target to targetChris Salzberg2019-04-131-10/+10
* Remove unused method_name from AttributeMethodMatchChris Salzberg2019-04-121-2/+2
* Rename "method" to "matcher" in map blockChris Salzberg2019-04-121-1/+1
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-2/+2
* Improve model attribute accessor method names for backtracesDylan Thacker-Smith2018-10-121-0/+38
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Merge pull request #29788 from kamipo/remove_unused_mutex_mRafael França2017-07-171-7/+4
|\
| * Make `generated_attribute_methods` to privateRyuta Kamizono2017-07-141-4/+4
| * Remove unused `Mutex_m` in Active ModelRyuta Kamizono2017-07-141-4/+1
* | Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-3/+2
* Move around AR::Dirty and fix _attribute methodAaron Patterson2017-04-141-0/+4
* Fix `define_attribute_method` with Symbol in ARPrem Sichanugrist2017-02-211-1/+1
* Privatize unneededly protected methods in Active ModelAkira Matsuda2016-12-241-6/+4
* No need to :nodoc: private methodsAkira Matsuda2016-12-241-3/+3
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-4/+4
* systematic revision of =~ usage in AMoXavier Noria2016-07-241-2/+3
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* Rename match_attribute_method? to matched_attribute_methodMarcin Olichwirowicz2015-08-121-4/+4
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* formatting changesunknown2015-05-291-2/+2
* Fix grammar/style: assigns/declares -> assignments/declarations.Tim Wade2015-04-241-3/+3
* Fix grammar/style: use (v) fall back (on).Tim Wade2015-04-241-1/+1
* Fix grammar/style: break up long sentence.Tim Wade2015-04-241-2/+2
* Fix grammar/style: pluralize 'each of its method'Tim Wade2015-04-241-1/+1
* Correctly handle multiple attribute method prefix/suffixes which matchSean Griffin2014-12-041-6/+4
* Fix typo in AMo docs [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
* Added Backslashes to ActiveModel::AttributeMethods to prevent unwanted links ...aditya-kapoor2013-12-251-16/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * fixed a typoaditya-kapoor2013-08-201-1/+1
* | Typo and grammatical fixes [ci skip]Akshay Vishnoi2013-12-021-1/+1
|/
* eagerly initialize the attributes module to avoid check-then-set race conditionsAaron Patterson2013-07-021-1/+4
* remove wrong documentation from a :nodoc:'d methodAaron Patterson2013-07-021-1/+0
* the data structure used to store attribute aliases should not be exposedAaron Patterson2013-07-011-0/+10
* Remove deprecation warning from AttributeMethodsMatcherPaul Nikitochkin2013-06-281-8/+0
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-1/+1
* pass over the code commentsXavier Noria2013-04-281-28/+32
* prefer american spelling of 'behavior'Gosha Arinich2013-01-071-1/+1
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-4/+5
* cleanup, remove broken whitespaceYves Senn2012-11-251-2/+2
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-6/+5
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-1/+1