aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/connection_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-1/+1
|\
| * Use compact_blank throughout railsDana Sherson2019-06-051-1/+1
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
|/
* Fix error message when adapter is not specifiedEileen Uchitelle2019-01-171-1/+20
* Patch load error in case GemSpecErrorsergioisidoro2018-11-281-2/+2
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-38/+32
* Turn on performance based copsDillon Welch2018-07-231-3/+1
* Fix connection handling with three-tier configeileencodes2018-03-161-1/+0
* Fix typo in loading error messageyuuji.yaginuma2017-10-091-1/+1
* Distinguish missing adapter gems from load errors within the adapterJeremy Daer2017-10-081-3/+15
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Allow 3-level DB configs to group connections by environmentMatthew Draper2017-02-221-0/+9
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-46/+46
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-2/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-56/+56
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-6/+4
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-5/+5
* Add to_hash to specificationArthur Neves2016-05-251-0/+4
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-9/+3
* Move establish_connection to handlerArthur Neves2016-05-241-0/+4
* s/specification_id/specification_nameArthur Neves2016-05-051-6/+6
* Better code readabilityArthur Neves2016-05-051-1/+1
* Use spec key, when given as spec_idArthur Neves2016-05-051-1/+8
* Refactor connection handlerArthur Neves2016-05-051-5/+5
* Remove the assumption of schema in DATABASE_URLJeremy Baker2016-02-041-1/+1
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-041-20/+1
* Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-1/+1
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* let's warn with heredocsXavier Noria2014-10-281-2/+7
* use tr instead of gsub when possibleAdrian Rangel2014-10-011-1/+1
* use the uri parser so that newer version of Ruby workAaron Patterson2014-08-071-1/+1
* Fix documentation typo in ConnectionSpecification::Resolve.speca3gis2014-07-241-1/+1
* Fixes #16265a3gis2014-07-241-1/+1
* Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6Matthew Draper2014-06-141-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-181-2/+2
|\
| * [ci skip] Use valid current config in exampleschneems2014-04-151-2/+2
* | Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-1/+1
* | Give a deprecation message even when the lookup failsMatthew Draper2014-04-081-2/+2
* | Merge pull request #14569 from matthewd/sqlite_relative_deprecatedRafael Mendonça França2014-04-031-17/+30
|\ \
| * | Complete change of `sqlite3:///` path handlingMatthew Draper2014-04-031-15/+1
| * | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-18/+45
| |/
* | Avoid including DB details in exception messagesMatthew Draper2014-04-031-1/+1
* | Avoid a spurious deprecation warning for database URLsMatthew Draper2014-04-031-23/+27
|/
* Allow custom JDBC urlsschneems2014-03-141-2/+2