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
*
: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
*
Revert "Merge pull request #15476 from JacobEvelyn/master"
Jeremy Kemper
2015-03-11
1
-3
/
+0
*
Merge pull request #15476 from JacobEvelyn/master
Rafael Mendonça França
2015-02-25
1
-0
/
+3
|
\
|
*
Use logger environment settings in Rails console.
Jacob Evelyn
2014-06-02
1
-0
/
+3
*
|
do not trigger AR lazy load hook before initializers ran.
Yves Senn
2014-11-25
1
-2
/
+0
|
/
*
Clarify 'database does not exist' message and implementation.
Jeremy Kemper
2014-04-01
1
-9
/
+14
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-14
/
+2
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-8
/
+1
*
Avoid getting redefined method warning
Łukasz Strzałkowski
2013-12-25
1
-0
/
+1
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-1
/
+1
*
Fix build failures related to the new ENV options in yml
José Valim
2013-12-24
1
-1
/
+1
*
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-1
/
+14
*
Tell how to Create a Database in Error Message
schneems
2013-12-23
1
-0
/
+8
*
let the sqlite task run without rails
Damien Mathieu
2013-08-07
1
-0
/
+1
*
Remove deprecation messages about protected_attributes and rails-observers
Carlos Antonio da Silva
2013-07-01
1
-39
/
+0
*
remove auto-explain-config deprecation warning
Yves Senn
2013-07-01
1
-11
/
+0
*
Setup env and seed_loaded for DatabaseTasks outside load_config
Piotr Sarnacki
2013-06-23
1
-2
/
+3
*
Change a way ActiveRecord's config is prepared for rake tasks
Piotr Sarnacki
2013-06-23
1
-10
/
+14
[next]