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
/
test
/
cases
/
connection_specification
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-2
/
+6
*
Distinguish missing adapter gems from load errors within the adapter
Jeremy Daer
2017-10-08
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-8
/
+8
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-21
/
+21
*
Remove `name` from `establish_connection`
Arthur Neves
2016-05-24
1
-4
/
+8
*
s/specification_id/specification_name
Arthur Neves
2016-05-05
1
-4
/
+4
*
Add spec_id tests
Arthur Neves
2016-05-05
1
-0
/
+9
*
Add a resolver test for the missing scheme
Jeremy Baker
2016-02-04
1
-0
/
+6
*
Complete change of `sqlite3:///` path handling
Matthew Draper
2014-04-03
1
-2
/
+2
*
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-4
/
+23
*
Allow "url" sub key in database.yml configuration
schneems
2013-12-30
1
-0
/
+18
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-28
/
+26
*
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-2
/
+10
*
added test cases for Resolver#connection_url_to_hash
Kuldeep Aggarwal
2013-12-23
1
-0
/
+10
*
Do not type cast all the database url values.
Rafael Mendonça França
2013-02-24
1
-21
/
+0
*
Whitespace :heart: and hash syntax change
Rafael Mendonça França
2013-02-20
1
-23
/
+22
*
descriptive error message when AR adapter was not found. Closes #7313.
Yves Senn
2013-02-20
1
-0
/
+9
*
DATABASE_URL parsing should turn numeric strings into numeric types, and
Aaron Stone
2013-01-31
1
-11
/
+37
*
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-4
/
+4
*
Fix the skip code.
Rafael Mendonça França
2012-10-28
1
-4
/
+4
*
Decode attributes pulled from URI.parse
Shawn Veader
2012-10-26
1
-0
/
+8
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-2
/
+0
*
The resolver tests fail if the mysql gem is not installed; this breaks
David Paschich
2012-06-03
1
-0
/
+3
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
I herd you like modules.
Jon Leighton
2011-12-24
1
-1
/
+1
*
respond_to? information of AR is not the responsibility of the spec
Aaron Patterson
2011-11-29
1
-1
/
+1
*
Fix resolver_test.rb on travis (postgresql isn't setup, so it can't load the ...
Jon Leighton
2011-11-29
1
-6
/
+6
*
Move connection resoluion logic to it's own testable class.
Aaron Patterson
2011-11-28
1
-0
/
+41