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
/
core.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Remove useless `arel_engine`
Ryuta Kamizono
2017-07-17
1
-10
/
+0
*
Remove unused requires
Ryuta Kamizono
2017-07-16
1
-2
/
+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
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-13
/
+6
*
Remove unused `@txn` variable
Eugene Kenny
2017-03-15
1
-1
/
+0
*
`type_condition` should be overwritten by `create_with_value` in `scope_for_c...
Ryuta Kamizono
2017-01-15
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
Fix `find_by` and `where` consistency
Ryuta Kamizono
2017-01-04
1
-3
/
+3
*
Raise ArgumentError when a instance of ActiveRecord::Base is passed to
Rafael Mendonça França
2017-01-03
1
-9
/
+5
*
Mark :GeneratedAssociationMethods also as private_constant
Prathamesh Sonpatki
2016-12-31
1
-0
/
+2
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-3
/
+3
*
Translate numeric value out of range to the specific exception
Ryuta Kamizono
2016-12-06
1
-2
/
+2
*
Don't assign default attributes until after loading schema
Sean Griffin
2016-11-03
1
-1
/
+1
*
allow ActiveRecord::Core#slice to use array arg
Cohen Carlisle
2016-10-31
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Use xor to avoid allocations in `AR::Core#hash`
Sean Griffin
2016-09-26
1
-1
/
+1
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-1
/
+1
*
Include user defined attributes in inspect
Sean Griffin
2016-08-31
1
-1
/
+1
*
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-0
/
+2
*
Remove "Under Ruby 1.9" [ci skip]
Ryuta Kamizono
2016-08-28
1
-9
/
+9
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-3
/
+3
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-5
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-43
/
+43
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-13
/
+13
*
deprecates the error_on_ignored_order_or_limit instance reader
Xavier Noria
2016-07-18
1
-0
/
+4
*
Remove mattr_accessor for deprecated config `error_on_ignored_order_or_limit`.
Prathamesh Sonpatki
2016-07-18
1
-1
/
+8
*
adds support for limits in batch processing
Xavier Noria
2016-07-13
1
-3
/
+12
*
Make Active Record emit significantly smaller YAML
Sean Griffin
2016-05-31
1
-5
/
+3
*
`ActiveRecord::Base#hash` should differ between classes
Sean Griffin
2016-05-31
1
-1
/
+1
*
s/specification_name/connection_specification_name
Arthur Neves
2016-05-06
1
-1
/
+1
*
s/specification_id/specification_name
Arthur Neves
2016-05-05
1
-1
/
+1
*
Refactor connection handler
Arthur Neves
2016-05-05
1
-1
/
+1
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
*
Prepared statements shouldn't share a cache with unprepared statements
Sean Griffin
2016-03-31
1
-3
/
+4
*
Merge pull request #23417 from sgringwe/master
Rafael Mendonça França
2016-03-01
1
-0
/
+8
|
\
|
*
Add initial support for allowing an error on order or limit of queries being ...
Scott Ringwelski
2016-02-02
1
-0
/
+8
*
|
Extract a Relation#arel_attribute
Matthew Draper
2016-02-04
1
-1
/
+1
*
|
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-0
/
+5
|
/
*
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-1
/
+1
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-2
/
+2
*
Merge pull request #20957 from akihiro17/find-by-issue
Sean Griffin
2015-10-20
1
-1
/
+1
|
\
|
*
Don't cache arguments in #find_by if they are an ActiveRecord::Relation
akihiro17
2015-10-06
1
-1
/
+1
*
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+3
|
/
*
Separate `dup` from `deep_dup` in the attributes hash
Sean Griffin
2015-09-28
1
-2
/
+2
*
Extra caller details added to ActiveRecord::RecordNotFound
Sameer Rahmani
2015-07-21
1
-3
/
+5
*
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-4
/
+4
*
copy-edits the docs of dump_schemas [ci skip]
Xavier Noria
2015-05-06
1
-3
/
+4
[next]