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
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-2
/
+0
*
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
1
-1
/
+2
*
Re-organize `init_internals`
Ryuta Kamizono
2019-04-24
1
-5
/
+4
*
Lazy allocate `@_start_transaction_state`
Ryuta Kamizono
2019-04-24
1
-2
/
+2
*
PERF: 20% faster pk attribute access
Ryuta Kamizono
2019-04-22
1
-3
/
+3
*
Remove never used `database_selector` class accessor
Ryuta Kamizono
2019-04-22
1
-1
/
+0
*
Avoid method call if `@transaction_state` is not finalized
Ryuta Kamizono
2019-04-21
1
-1
/
+1
*
Fix dirty tracking after rollback.
Ryuta Kamizono
2019-04-16
1
-6
/
+0
*
Lazy sync with transaction state on destroy
Ryuta Kamizono
2019-04-10
1
-1
/
+2
*
Enable SQL statement cache for `find` on base class as with `find_by`
Ryuta Kamizono
2019-03-01
1
-1
/
+1
*
Don't cache `find_by` statements on STI subclasses
Ryuta Kamizono
2019-02-27
1
-1
/
+2
*
Improve performance of blank? and present? in an ActiveRecord::Base instance
Rafael Mendonça França
2019-02-04
1
-0
/
+8
*
Add ability to change the names of the default handlers
Eileen Uchitelle
2019-02-01
1
-1
/
+4
*
Adds basic automatic database switching to Rails
Eileen Uchitelle
2019-01-30
1
-0
/
+1
*
Ensure `StatementCache#execute` never raises `RangeError`
Ryuta Kamizono
2019-01-18
1
-7
/
+2
*
Merge pull request #33985 from eugeneius/attribute_methods_schema_cache
Kasper Timm Hansen
2019-01-03
1
-0
/
+4
|
\
|
*
Only define attribute methods from schema cache
Eugene Kenny
2018-09-28
1
-0
/
+4
*
|
Bring ActiveRecord::Core's API document back [ci skip]
yuuji.yaginuma
2019-01-02
1
-3
/
+1
*
|
Make connection handler per thread instead of per fiber
Eileen Uchitelle
2018-11-20
1
-2
/
+2
*
|
Fix inspect with non-primary key id attribute
Eugene Kenny
2018-11-06
1
-2
/
+2
*
|
Merge pull request #34208 from yskkin/inspect_with_parameter_filter
Ryuta Kamizono
2018-10-26
1
-19
/
+22
|
\
\
|
*
|
Implement AR#inspect using ParamterFilter.
Yoshiyuki Kinjo
2018-10-19
1
-19
/
+22
*
|
|
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
[next]