aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Move schema cache from connection to pooleileencodes2019-06-051-1/+0
* Rename database_operations config to *_contextJohn Hawthorn2019-02-071-1/+1
* Merge pull request #35132 from eileencodes/allow-application-to-change-handle...Eileen M. Uchitelle2019-02-041-0/+1
|\
| * Add ability to change the names of the default handlersEileen Uchitelle2019-02-011-0/+1
* | Refactor options for middlewareEileen Uchitelle2019-02-011-2/+2
|/
* Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+8
* Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-30/+11
* Merge pull request #33985 from eugeneius/attribute_methods_schema_cacheKasper Timm Hansen2019-01-031-1/+13
|\
| * Only define attribute methods from schema cacheEugene Kenny2018-09-281-1/+13
* | Remove unreachable database warningEugene Kenny2018-10-041-15/+1
|/
* Eagerly define attribute methods in productionEugene Kenny2018-09-241-0/+8
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-7/+9
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+23
* Fix query cache to load before first requestEileen Uchitelle2018-09-121-3/+1
* Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-071-0/+6
* Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+4
* Recommend use of rails over bin/railsAlberto Almagro2018-07-061-2/+2
* :scissors:Rafael Mendonça França2018-03-161-1/+0
* Only preload misses on multifetch cacheLachlan Sylvester2018-03-061-0/+8
* Merge pull request #31690 from olivierlacan/no-verbose-query-logs-in-consoleRafael França2018-01-241-0/+1
|\
| * Disable verbose_query_logs in Rails ConsoleOlivier Lacan2018-01-231-0/+1
* | Refactor migration to move migrations paths to connectioneileencodes2018-01-181-0/+1
|/
* Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-031-2/+5
* Flush idle database connectionsMatthew Draper2017-11-261-0/+9
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-5/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-2/+12
* Fix boolean column migration scriptyuuji.yaginuma2017-07-131-1/+1
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+24
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-5/+5
* Clear active connections after initializationEugene Kenny2017-02-171-0/+8
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* Use YAML to serialize schema cacheKir Shatrov2016-11-271-3/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-7/+7
* rails -> Rails [ci skip]Santosh Wadghule2016-07-121-1/+1
* Revert "Ensure `config.active_record.time_zone_aware_types` is always set"Rafael Mendonça França2016-03-241-1/+0
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-10/+8
* make rake proxy work in rails enginesyuuji.yaginuma2016-01-311-1/+1
* Ensure `config.active_record.time_zone_aware_types` is always setSean Griffin2016-01-071-0/+1
* [close #22917] Don't output to `STDOUT` twiceschneems2016-01-061-2/+4
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-2/+2
* Remove unused block argumentamitkumarsuroliya2015-10-061-1/+1
* Fix middleware deprecation message. Related to #21172.Jon Atack2015-08-141-1/+1
* Reference actual classesMiles Starkenburg2015-08-081-5/+5
* Merge pull request #20516 from kares/patch-2Matthew Draper2015-06-121-1/+1
* Apply schema cache dump when creating connectionsEugene Kenny2015-04-291-0/+1