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
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move schema cache from connection to pool
eileencodes
2019-06-05
1
-1
/
+0
*
Rename database_operations config to *_context
John Hawthorn
2019-02-07
1
-1
/
+1
*
Merge pull request #35132 from eileencodes/allow-application-to-change-handle...
Eileen M. Uchitelle
2019-02-04
1
-0
/
+1
|
\
|
*
Add ability to change the names of the default handlers
Eileen Uchitelle
2019-02-01
1
-0
/
+1
*
|
Refactor options for middleware
Eileen Uchitelle
2019-02-01
1
-2
/
+2
|
/
*
Adds basic automatic database switching to Rails
Eileen Uchitelle
2019-01-30
1
-0
/
+8
*
Change `SQLite3Adapter` to always represent boolean values as integers
Rafael Mendonça França
2019-01-17
1
-30
/
+11
*
Merge pull request #33985 from eugeneius/attribute_methods_schema_cache
Kasper Timm Hansen
2019-01-03
1
-1
/
+13
|
\
|
*
Only define attribute methods from schema cache
Eugene Kenny
2018-09-28
1
-1
/
+13
*
|
Remove unreachable database warning
Eugene Kenny
2018-10-04
1
-15
/
+1
|
/
*
Eagerly define attribute methods in production
Eugene Kenny
2018-09-24
1
-0
/
+8
*
Switch to supports_cache_versioning? check to a class method
schneems
2018-09-20
1
-7
/
+9
*
[close #33907] Error when using "recyclable" cache keys with a store that doe...
schneems
2018-09-20
1
-0
/
+23
*
Fix query cache to load before first request
Eileen Uchitelle
2018-09-12
1
-3
/
+1
*
Configuration item `config.filter_parameters` could also filter out sensitive...
Zhang Kang
2018-09-07
1
-0
/
+6
*
Use backtrace cleaner to clean up backtrace for verbose query logs
Lachlan Sylvester
2018-08-14
1
-0
/
+4
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
1
-2
/
+2
*
:scissors:
Rafael Mendonça França
2018-03-16
1
-1
/
+0
*
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
1
-0
/
+8
*
Merge pull request #31690 from olivierlacan/no-verbose-query-logs-in-console
Rafael França
2018-01-24
1
-0
/
+1
|
\
|
*
Disable verbose_query_logs in Rails Console
Olivier Lacan
2018-01-23
1
-0
/
+1
*
|
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-0
/
+1
|
/
*
Make `Migrator.current_version` work without a current database
yuuji.yaginuma
2017-12-03
1
-2
/
+5
*
Flush idle database connections
Matthew Draper
2017-11-26
1
-0
/
+9
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-5
/
+5
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Set `represent_boolean_as_integer` via `configuration`
yuuji.yaginuma
2017-07-16
1
-2
/
+12
*
Fix boolean column migration script
yuuji.yaginuma
2017-07-13
1
-1
/
+1
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-0
/
+24
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-5
/
+5
*
Clear active connections after initialization
Eugene Kenny
2017-02-17
1
-0
/
+8
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
Use YAML to serialize schema cache
Kir Shatrov
2016-11-27
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-7
/
+7
*
rails -> Rails [ci skip]
Santosh Wadghule
2016-07-12
1
-1
/
+1
*
Revert "Ensure `config.active_record.time_zone_aware_types` is always set"
Rafael Mendonça França
2016-03-24
1
-1
/
+0
*
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
1
-10
/
+8
*
make rake proxy work in rails engines
yuuji.yaginuma
2016-01-31
1
-1
/
+1
*
Ensure `config.active_record.time_zone_aware_types` is always set
Sean Griffin
2016-01-07
1
-0
/
+1
*
[close #22917] Don't output to `STDOUT` twice
schneems
2016-01-06
1
-2
/
+4
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-2
/
+2
*
Remove unused block argument
amitkumarsuroliya
2015-10-06
1
-1
/
+1
*
Fix middleware deprecation message. Related to #21172.
Jon Atack
2015-08-14
1
-1
/
+1
*
Reference actual classes
Miles Starkenburg
2015-08-08
1
-5
/
+5
*
Merge pull request #20516 from kares/patch-2
Matthew Draper
2015-06-12
1
-1
/
+1
*
Apply schema cache dump when creating connections
Eugene Kenny
2015-04-29
1
-0
/
+1
*
Add `config.active_record.warn_on_records_fetched_greater_than` option
Jason Nochlin
2015-03-25
1
-0
/
+8
[next]