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 #5698 from dougcole/support_postgresql_partitioning
Aaron Patterson
2012-04-27
3
-9
/
+44
|
\
|
*
refactor configuration of insert_returning
Doug Cole
2012-04-07
1
-14
/
+4
|
*
pick better names and add a little documentation
Doug Cole
2012-04-01
1
-8
/
+16
|
*
refactor
Doug Cole
2012-03-31
1
-13
/
+8
|
*
update mysql for new exec_insert signature
Doug Cole
2012-03-31
1
-1
/
+1
|
*
add use_returning as a postgresql connection config
Doug Cole
2012-03-31
2
-6
/
+48
*
|
renamed class SQLiteColumn to SQLite3Column
Andrey Deryabin
2012-04-27
1
-3
/
+3
*
|
removed tail of old sqlite versions
Andrey Deryabin
2012-04-27
1
-9
/
+9
*
|
fix SQLite3Adapter doc
Andrey Deryabin
2012-04-27
1
-2
/
+2
*
|
Upgrade sqlite3 version to 1.3.6
Andrey Deryabin
2012-04-27
1
-1
/
+1
*
|
merged sqlite and sqlite3 adapters
Andrey Deryabin
2012-04-27
2
-546
/
+538
*
|
EXPLAIN only for sqlite3
Andrey Deryabin
2012-04-26
2
-24
/
+25
*
|
Merge pull request #5973 from academia-edu/master
Aaron Patterson
2012-04-25
1
-2
/
+1
|
\
\
|
*
|
Restore .to_s to escape_hstore
Ryan Fitzgerald
2012-04-24
1
-1
/
+1
|
*
|
Always quote hstore keys and values
Ryan Fitzgerald
2012-04-24
1
-2
/
+1
*
|
|
Merge pull request #5976 from aderyabin/fix1
Jeremy Kemper
2012-04-25
1
-5
/
+0
|
\
\
\
|
*
|
|
already defined in quoting
Andrey Deryabin
2012-04-25
1
-5
/
+0
|
|
/
/
*
/
/
cleanliness in method parameters
Andrey Deryabin
2012-04-25
1
-1
/
+1
|
/
/
*
|
be sure to currectly fetch PK name from MySQL even if the PK has some custom ...
Akira Matsuda
2012-04-19
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-04-18
1
-1
/
+1
|
\
\
|
*
|
Fix typo on the add_index.
kennyj
2012-04-13
1
-1
/
+1
*
|
|
opening a connection will block if the pool is full
Aaron Patterson
2012-04-15
1
-20
/
+39
*
|
|
Automatically create indexes for references/belongs_to statements in migrations.
Joshua Wood
2012-04-14
2
-4
/
+21
|
/
/
*
|
Fix delete_all when chained with joins.
Rafael Mendonça França
2012-04-10
2
-14
/
+30
*
|
Merge pull request #5716 from jurriaan/tr-gsub-cleanup
Santiago Pastorino
2012-04-04
2
-3
/
+3
|
\
\
|
*
|
Updated/changed useless tr/gsubs
Jurriaan Pruis
2012-04-03
2
-3
/
+3
|
|
/
*
/
Remove unnecessary articles.
Waseem Ahmad
2012-04-03
1
-3
/
+3
|
/
*
Deprecate Column#type_cast_code
Carlos Antonio da Silva
2012-03-29
1
-0
/
+4
*
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
|
/
/
[next]