index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
attribute_methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inspect with non-primary key id attribute
Eugene Kenny
2018-11-06
1
-1
/
+1
*
Merge pull request #34208 from yskkin/inspect_with_parameter_filter
Ryuta Kamizono
2018-10-26
1
-8
/
+11
|
\
|
*
Implement AR#inspect using ParamterFilter.
Yoshiyuki Kinjo
2018-10-19
1
-8
/
+11
*
|
ActiveRecord#respond_to? No longer allocates strings
schneems
2018-10-15
1
-11
/
+4
|
/
*
Improve model attribute accessor method names for backtraces
Dylan Thacker-Smith
2018-10-12
1
-9
/
+0
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-2
/
+2
*
Extract `Arel.arel_node?` helper method
Ryuta Kamizono
2018-09-28
1
-3
/
+1
*
Refactor `attributes_for_{create,update}` to avoid an extra allocation
Ryuta Kamizono
2018-08-31
1
-2
/
+4
*
Remove `attributes_with_values_for_{create,update}` for internal use
Ryuta Kamizono
2018-08-30
1
-8
/
+0
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-6
/
+8
*
Convert remaining usage of whitelist and blacklist
Kevin Deisz
2018-08-24
1
-2
/
+2
*
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-6
/
+6
*
PERF: avoid allocating column names where possible
Sam
2018-06-06
1
-1
/
+1
*
Add AR::Base.base_class? predicate
Bogdan Gusiev
2018-04-02
1
-1
/
+1
*
update comment to reflect new supported patterns [ci skip]
Xavier Noria
2018-03-06
1
-0
/
+4
*
whitelist NULLS { FIRST | LAST } in order clauses
Xavier Noria
2018-03-06
1
-1
/
+8
*
Refactor `_substitute_values` to be passed attribute names and values
Ryuta Kamizono
2018-03-05
1
-13
/
+7
*
Use private attr_reader
Ryuta Kamizono
2018-02-23
1
-5
/
+2
*
Remove internal `typecasted_attribute_value` method
Ryuta Kamizono
2018-01-25
1
-5
/
+1
*
try using regexes
Ben Toews
2017-11-09
1
-32
/
+16
*
always allow Arel::Attributes::Attribute also
Ben Toews
2017-11-09
1
-1
/
+3
*
remove :enabled option
Ben Toews
2017-11-09
1
-2
/
+0
*
beef up deprecation warning
Ben Toews
2017-11-09
1
-3
/
+7
*
allow Arel.sql() for pluck
Ben Toews
2017-11-09
1
-1
/
+37
*
add config to check arguments to unsafe AR methods
Ben Toews
2017-11-09
1
-0
/
+16
*
removed unnecessary returns
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
Include Mutex_m into module class instead of extending instance
Chris Salzberg
2017-10-08
1
-2
/
+4
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Remove unused requires
Ryuta Kamizono
2017-07-16
1
-3
/
+0
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove returning true in internal callbacks
Ryuta Kamizono
2017-05-14
1
-1
/
+0
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2017-01-05
1
-8
/
+8
*
This method is never called since 8e633e505880755e7e366ccec2210bbe2b5436e7
Akira Matsuda
2017-01-05
1
-7
/
+0
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-5
/
+5
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-3
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-41
/
+41
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
fix respond_to? documentation
Kivanio Barbosa
2016-07-04
1
-7
/
+7
*
Do not specal case inspecting associated arrays of over 10 elements, preventi...
Kevin McPhillips
2016-06-29
1
-7
/
+3
*
[] and read_attribute are not aliases [ci skip]
Benjamin Quorning
2016-05-24
1
-2
/
+0
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Remove unused class AttributeMethodCache
PareshGupta
2016-02-02
1
-24
/
+0
*
add `ActiveRecord::Base.has_attribute?`
Yves Senn
2015-12-02
1
-0
/
+12
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+3
*
Correcting `ActiveRecord::DangerousAttributeError` error message [ci skip]
amitkumarsuroliya
2015-09-26
1
-1
/
+1
*
Fix ActiveRecord `instance_method_already_implemented` docs [ci skip]
amitkumarsuroliya
2015-09-24
1
-1
/
+1
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
*
[ci skip] Fix the indentation
akihiro17
2015-08-12
1
-13
/
+13
[next]