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
*
Consolidate duplicated code that initializing an empty model object
Ryuta Kamizono
2018-10-17
1
-19
/
+7
*
Basic API for connection switching
Eileen Uchitelle
2018-10-10
1
-0
/
+3
*
Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entry
bogdanvlviv
2018-09-12
1
-6
/
+6
*
Build string set when `filter_attributes` is assigned
bogdanvlviv
2018-09-12
1
-6
/
+17
*
DRY `activerecord/lib/active_record/core.rb` and fix tests
bogdanvlviv
2018-09-12
1
-6
/
+9
*
Clarify docs of `config.filter_parameters` and `#filter_attributes`
bogdanvlviv
2018-09-12
1
-1
/
+1
*
Configuration item `config.filter_parameters` could also filter out sensitive...
Zhang Kang
2018-09-07
1
-2
/
+18
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-13
/
+9
*
[ci skip] Change references from Rake task to Rails command
Alberto Almagro
2018-08-01
1
-1
/
+1
*
define attribute methods in `init_from_db`
Aaron Patterson
2018-06-26
1
-0
/
+2
*
Merge branch 'master' into homogeneous-allocation
Aaron Patterson
2018-06-26
1
-5
/
+0
|
\
|
*
Call initialize after allocate
Aaron Patterson
2018-06-26
1
-5
/
+0
*
|
Speed up homogeneous AR lists / reduce allocations
Aaron Patterson
2018-06-25
1
-0
/
+20
|
/
*
Clear the transaction state when AR object is duped
Yuriy Ustushenko
2018-01-25
1
-2
/
+4
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
Log call site for all queries
Olivier Lacan
2017-12-13
1
-0
/
+7
*
Prevent extra `spawn` to make `klass.all` faster (#29009)
Ryuta Kamizono
2017-11-20
1
-1
/
+2
*
remove :enabled option
Ben Toews
2017-11-09
1
-3
/
+2
*
add config to check arguments to unsafe AR methods
Ben Toews
2017-11-09
1
-0
/
+9
*
Remove deprecated configuration `.error_on_ignored_order_or_limit`
Rafael Mendonça França
2017-10-23
1
-20
/
+0
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
Fix outdated comment for `Core::ClassMethods#===` [ci skip] (#30146)
Ryuta Kamizono
2017-08-12
1
-2
/
+2
*
Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement caches
Ryuta Kamizono
2017-08-04
1
-4
/
+3
*
Passing `klass` to `StatementCache.new`
Ryuta Kamizono
2017-08-04
1
-2
/
+2
*
Merge pull request #29842 from kamipo/fix_find_by_with_range
Matthew Draper
2017-08-02
1
-3
/
+2
|
\
|
*
Fix `find_by` with range conditions
Ryuta Kamizono
2017-07-20
1
-3
/
+2
*
|
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
[next]