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
/
dynamic_matchers.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rubocop offences
Ryuta Kamizono
2019-04-30
1
-2
/
+2
*
Rename local variable `n` to `name`
Ryuta Kamizono
2019-04-24
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
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
*
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-9
/
+8
*
:scissors:
Ryuta Kamizono
2017-04-13
1
-1
/
+0
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-4
/
+4
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-4
/
+4
*
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-74
/
+74
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
adds missing requires
Xavier Noria
2016-07-24
1
-0
/
+2
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami...
Rafael Mendonça França
2015-09-09
1
-3
/
+3
*
put dynamic matchers on the GeneratedAssociationMethods instead of model
Rob Looby
2015-05-08
1
-3
/
+3
*
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
1
-20
/
+1
*
Fixed a bug in AR::Base#respond_to?
Godfrey Chan
2014-01-29
1
-2
/
+6
*
Prevent invalid code when using dynamic finders with Ruby's reserved words.
Lauro Caetano
2013-12-11
1
-2
/
+7
*
Avoid compiling regexs in AR::Base.respond_to?
John Hawthorn
2013-08-21
1
-1
/
+1
*
removes redundant require
Xavier Noria
2013-02-25
1
-2
/
+0
*
AR loads activerecord-deprecated_finders, no need to add it to the Gemfile
Xavier Noria
2013-02-25
1
-0
/
+2
*
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
Jon Leighton
2012-08-17
1
-5
/
+5
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-1
/
+1
*
made dynamic finders alias_attribute aware
Maximilian Schneider
2012-06-22
1
-0
/
+1
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-1
/
+1
*
extract deprecated dynamic methods
Jon Leighton
2012-05-04
1
-140
/
+38
*
actually don't need to expand the aggregates at all
Jon Leighton
2012-05-04
1
-11
/
+1
*
#to_sym is unnecessary
Jon Leighton
2012-05-04
1
-3
/
+3
*
de-globalise method
Jon Leighton
2012-05-04
1
-8
/
+1
*
extract code from AR::Base
Jon Leighton
2012-05-04
1
-32
/
+28
*
clean up implementation of dynamic methods. use method compilation etc.
Jon Leighton
2012-05-04
1
-29
/
+199
*
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
1
-19
/
+23
*
Move argument validation into match
Paul McMahon
2012-01-28
1
-1
/
+1
*
Fix regression from Rails 3.1
Paul McMahon
2012-01-27
1
-1
/
+1
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+79