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
*
Merge pull request #4843 from seamusabshere/patch-1
Xavier Noria
2012-03-28
1
-1
/
+1
|
\
|
*
thanks to @jurriaan
Seamus Abshere
2012-02-14
1
-1
/
+1
|
*
Possibly clearer way of getting rid of ` and "
Seamus Abshere
2012-02-01
1
-1
/
+1
*
|
Use one 'be'.
Waseem Ahmad
2012-03-24
1
-1
/
+1
*
|
errors should probably be logged as errors
Aaron Patterson
2012-03-15
1
-20
/
+19
*
|
Fix GH #5430. A Payload name for schema_search_path should be SCHEMA.
kennyj
2012-03-15
1
-1
/
+1
*
|
make sure connections returned after close are marked as in_use
Aaron Patterson
2012-03-12
1
-4
/
+17
*
|
deprecated clear_stale_active_connections! can call #reap instead of no-op'in...
Jonathan Rochkind
2012-03-12
1
-1
/
+2
*
|
make active_connection? return true only if there is an open connection in us...
Aaron Patterson
2012-03-08
1
-7
/
+4
*
|
Merge pull request #5162 from kennyj/schema_cache_dump
Aaron Patterson
2012-03-07
2
-16
/
+53
|
\
\
|
*
|
Support judgement expired schema cache dump.
kennyj
2012-03-01
1
-3
/
+6
|
*
|
Load db/schema_cache.dump duaring boot time.
kennyj
2012-03-01
2
-1
/
+6
|
*
|
Add db:schema:cache:dump and db:schema:cache:clear tasks.
kennyj
2012-03-01
1
-0
/
+9
|
*
|
Add support schema cache dump and load.
kennyj
2012-03-01
1
-14
/
+34
*
|
|
Merge pull request #5315 from travisjeffery/enhance_postgresql_adapter_schema...
Aaron Patterson
2012-03-07
1
-0
/
+21
|
\
\
\
|
*
|
|
Adds #create/drop_schema on the PostgreSQL Adapter.
Travis Jeffery
2012-03-07
1
-0
/
+10
|
*
|
|
Add #schema_names to PostgreSQL Adapter.
Travis Jeffery
2012-03-07
1
-0
/
+11
*
|
|
|
Fix GH #3163. Should quote database on mysql/mysql2.
kennyj
2012-03-05
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-03
1
-0
/
+3
|
\
\
\
|
*
|
|
Add documentation for IndexDefinition.
Waseem Ahmad
2012-03-02
1
-0
/
+3
|
|
/
/
*
|
|
only log an error if there is a logger. fixes #5226
Aaron Patterson
2012-03-02
2
-2
/
+2
*
|
|
revert setting NOT NULL constraints in add_timestamps
Xavier Noria
2012-03-01
1
-2
/
+2
|
/
/
*
|
use bind values for join columns
Aaron Patterson
2012-02-27
1
-4
/
+4
*
|
Merge pull request #5168 from kennyj/fix_5152
Aaron Patterson
2012-02-27
1
-1
/
+1
|
\
\
|
*
|
Remove NULLS FIRST/LAST. closes #5152
kennyj
2012-02-25
1
-1
/
+1
*
|
|
Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.
kennyj
2012-02-26
1
-9
/
+20
|
/
/
*
|
removes verify_active_connections!
Xavier Noria
2012-02-24
1
-15
/
+0
*
|
prepared statements can be disabled
Aaron Patterson
2012-02-21
6
-28
/
+53
*
|
more ruby 2.0 respond_to? changes
Aaron Patterson
2012-02-21
1
-1
/
+1
*
|
tag bind params with a bind param object
Aaron Patterson
2012-02-20
3
-3
/
+3
*
|
removed commented line. 3434 tests, 10531 assertions, 0 failures, 0 errors, 3...
William Lawson
2012-02-20
1
-1
/
+0
*
|
Restored ability to identify ID and Sequence from tables relying on a nonmatc...
William Lawson
2012-02-20
1
-16
/
+37
*
|
use Process.pid rather than $$
Aaron Patterson
2012-02-16
3
-7
/
+7
*
|
database connections are automatically established after forking.
Aaron Patterson
2012-02-16
2
-14
/
+52
*
|
Autoload various constants effectively in abstract connection adapter.
Waseem Ahmad
2012-02-16
1
-9
/
+12
*
|
Revert "No need to pass options which is never used"
Rafael Mendonça França
2012-02-15
1
-2
/
+2
*
|
remove unnecessary require core_ext/string/encoding
Sergey Nartimov
2012-02-14
1
-1
/
+0
*
|
Alias reconnect! to reset! for Mysql2 adapter since they have same
Waseem Ahmad
2012-02-12
1
-5
/
+1
*
|
PG column consults oid types when typecasting
Aaron Patterson
2012-02-10
3
-7
/
+22
*
|
dynamically populate casting objects via the pg_type table
Aaron Patterson
2012-02-10
2
-35
/
+74
*
|
Merge branch 'joelhoffman-postgres_schema_builder' into instance_reader
Aaron Patterson
2012-02-10
3
-27
/
+41
|
\
\
|
*
|
Also support writing the hstore back to the database
Joel
2012-02-08
1
-0
/
+5
|
*
|
Hstore values are all strings
Joel
2012-02-08
1
-1
/
+1
|
*
|
string_to_hstore / hstore_to_string, serializing
Joel
2012-02-08
2
-11
/
+20
|
*
|
Additional hstore tests, supporting null values, better compliance with postg...
Joel
2012-02-08
1
-21
/
+17
|
*
|
add hstore to postgres native types and defaults
Joel
2012-02-08
1
-1
/
+5
*
|
|
Merge branch 'master' into instance_reader
Aaron Patterson
2012-02-10
4
-5
/
+25
|
\
\
\
|
*
|
|
Made schema dumper recognize partial indices' where statements
Marcelo Silveira
2012-02-09
2
-2
/
+3
|
*
|
|
Added where option to add_index to support postgresql partial indices
Marcelo Silveira
2012-02-09
3
-3
/
+22
|
|
/
/
*
|
|
fixing indentation, moving class methods together
Aaron Patterson
2012-02-09
1
-124
/
+124
[next]