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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert column name to string only once
Kuldeep Aggarwal
2014-05-04
1
-1
/
+2
*
Use the reader attribute rather than the instance var when possible
Carlos Antonio da Silva
2014-05-04
1
-2
/
+2
*
Simplify building options hash in rename column method for mysql
Carlos Antonio da Silva
2014-05-04
1
-5
/
+6
*
Get rid of conditional since column_for handles raising now
Carlos Antonio da Silva
2014-05-04
1
-7
/
+4
*
Simplify unless conditional with OR
Carlos Antonio da Silva
2014-05-04
1
-4
/
+2
*
Convert column name to string only once
Carlos Antonio da Silva
2014-05-04
1
-1
/
+2
*
refactor, move `column_for` to `AbstractAdapter` for better reuse.
Yves Senn
2014-05-04
4
-17
/
+11
*
Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_mode
Rafael Mendonça França
2014-05-01
1
-5
/
+5
|
\
|
*
Stringify variables names for mysql connections
Paul Nikitochkin
2014-04-30
1
-5
/
+5
*
|
Merge pull request #13640 from maginatics/fix_sqlite3_ensure_master
Rafael Mendonça França
2014-05-01
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
SQLite3: Always close statements.
Timur Alperovich
2014-01-15
1
-3
/
+6
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
1
-6
/
+1
|
\
\
|
*
|
PostgreSQL Timestamps always map to `:datetime`.
Jefferson Lai
2014-04-24
1
-6
/
+1
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
6
-25
/
+62
|
\
|
|
|
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-04-18
1
-2
/
+2
|
|
\
\
|
|
*
|
[ci skip] Use valid current config in example
schneems
2014-04-15
1
-2
/
+2
|
*
|
|
Optimize select_value, select_values, select_rows and dry up checking whether...
Kris Selden
2014-04-17
2
-19
/
+41
|
*
|
|
Bring SQLite3Adpter init API closer to others
Arthur Neves
2014-04-17
2
-3
/
+2
|
*
|
|
Changed change_column in PG schema_statements.rb to make sure that the uuid_g...
Eric Chahin
2014-04-15
2
-2
/
+17
*
|
|
|
cache scope building on associations
Aaron Patterson
2014-04-14
2
-5
/
+5
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-14
4
-11
/
+23
|
\
|
|
|
|
*
|
|
please use Ruby, not ActiveSupport
Aaron Patterson
2014-04-11
1
-1
/
+1
|
*
|
|
PostgreSQL, warn once per connection per missing OID. Closes #14275.
Yves Senn
2014-04-11
1
-2
/
+2
|
*
|
|
PostgreSQL, adapter automatically reloads it's type map. Closes #14678.
Yves Senn
2014-04-11
3
-10
/
+22
*
|
|
|
remove the bind visitor since the collector handles substituting bind values
Aaron Patterson
2014-04-09
1
-6
/
+2
*
|
|
|
push the collectors up to the abstract adapter
Aaron Patterson
2014-04-09
3
-40
/
+22
*
|
|
|
sqlite3 tests passing again
Aaron Patterson
2014-04-09
1
-7
/
+8
*
|
|
|
mysql tests are passing again
Aaron Patterson
2014-04-09
1
-1
/
+7
*
|
|
|
all tests passing on mysql2
Aaron Patterson
2014-04-09
1
-1
/
+0
*
|
|
|
working against arel/collector branch
Aaron Patterson
2014-04-09
3
-15
/
+8
*
|
|
|
fix bind collecting for mysql
Aaron Patterson
2014-04-09
2
-3
/
+22
*
|
|
|
add a bind collector, remove the bind visitor
Aaron Patterson
2014-04-09
3
-15
/
+24
*
|
|
|
remove the bind substitution visitor. to_sql should never return bind values
Aaron Patterson
2014-04-09
1
-4
/
+0
*
|
|
|
use the compile method so we do not have to specify the collectors in this case
Aaron Patterson
2014-04-09
1
-2
/
+1
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-09
1
-3
/
+3
|
\
|
|
|
|
*
|
|
Drop in @jeremy's new database.yml template text
Matthew Draper
2014-04-09
1
-1
/
+1
|
*
|
|
Give a deprecation message even when the lookup fails
Matthew Draper
2014-04-08
1
-2
/
+2
*
|
|
|
working against arel/collector branch
Aaron Patterson
2014-04-09
1
-1
/
+2
*
|
|
|
wrap the literal value before handing it to arel
Aaron Patterson
2014-04-07
2
-4
/
+6
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
15
-391
/
+438
|
\
|
|
|
|
*
|
|
Use connection-specific bytea escaping
Matthew Draper
2014-04-08
1
-2
/
+2
|
*
|
|
PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...
Yves Senn
2014-04-04
2
-2
/
+2
|
*
|
|
Merge pull request #14569 from matthewd/sqlite_relative_deprecated
Rafael Mendonça França
2014-04-03
1
-17
/
+30
|
|
\
\
\
|
|
*
|
|
Complete change of `sqlite3:///` path handling
Matthew Draper
2014-04-03
1
-15
/
+1
|
|
*
|
|
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-18
/
+45
|
*
|
|
|
Merge pull request #14570 from matthewd/uri_deprecation_warning
Rafael Mendonça França
2014-04-03
1
-24
/
+28
|
|
\
\
\
\
|
|
*
|
|
|
Avoid including DB details in exception messages
Matthew Draper
2014-04-03
1
-1
/
+1
|
|
*
|
|
|
Avoid a spurious deprecation warning for database URLs
Matthew Draper
2014-04-03
1
-23
/
+27
|
|
|
/
/
/
|
*
/
/
/
Treat blank UUID values as nil
Dmitry Lavrov
2014-04-03
1
-1
/
+8
|
|
/
/
/
|
*
|
|
PostgreSQL, Support for materialized views. [Dave Lee & Yves Senn]
Dave Lee
2014-04-02
2
-4
/
+5
[next]