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
*
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
*
Decrease string allocations on AR#respond_to?
schneems
2015-07-29
1
-1
/
+9
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-2
/
+2
*
Fix a typo "devleopment" => "development"
Rémy Coutable
2015-01-25
1
-1
/
+1
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+33
*
Return a null column from `column_for_attribute` when no column exists.
Rafael Mendonça França
2015-01-04
1
-10
/
+6
*
Fixed syntax error in RDoc directive
Zachary Scott
2014-12-20
1
-1
/
+1
*
Fix grammar on ActiveRecord::AttributeMethods doc.
Hendy Tanata
2014-11-30
1
-1
/
+1
*
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-2
/
+2
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-2
/
+2
*
Merge pull request #17421 from rails/warn-with-heredoc
Xavier Noria
2014-10-28
1
-3
/
+6
|
\
|
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-3
/
+6
[next]