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
*
Fix pull request #3609
Noé Froidevaux
2011-11-13
1
-1
/
+1
*
Prevent multiple SHOW TABLES calls when a table don't exists in database.
Noé Froidevaux
2011-11-11
1
-3
/
+3
*
Modify change_table to remove the need for the block argument.
Vijay Dev
2011-11-11
1
-7
/
+12
*
Checking the arity of the block passed to create_table
Vijay Dev
2011-11-10
1
-1
/
+7
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-11-08
1
-3
/
+2
|
\
|
*
self.up, self.down => up, down
Akira Matsuda
2011-11-07
1
-3
/
+2
*
|
adds trailing +s to the output of EXPLAIN for MySQL
Xavier Noria
2011-11-07
1
-3
/
+2
*
|
Merge pull request #3521 from nulogy/fix_postgres_adapter_to_handle_spaces_be...
Aaron Patterson
2011-11-06
1
-2
/
+1
|
/
*
implements AR::Relation#explain
Xavier Noria
2011-11-05
3
-1
/
+137
*
Merge pull request #3525 from kennyj/fix_3440-1
Jon Leighton
2011-11-05
1
-2
/
+11
|
\
|
*
Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440)
kennyj
2011-11-06
1
-2
/
+11
*
|
AR changes to support creating ordered (asc, desc) indexes
Vlad Jebelev
2011-11-04
6
-14
/
+79
|
/
*
Merge pull request #1163 from amatsuda/sexier_migration_31
Aaron Patterson
2011-11-04
2
-10
/
+12
|
\
|
*
No "t." for the migration DSL!
Akira Matsuda
2011-05-20
2
-10
/
+12
*
|
dump_schema_information: explicitly order inserts into schema_migrations table
Laust Rud Jacobsen
2011-10-31
1
-1
/
+1
*
|
clear statement cache when tables are altered
Aaron Patterson
2011-10-27
1
-0
/
+6
*
|
preserve decimal column attributes after migration
Greg Reinacker
2011-10-21
1
-0
/
+3
*
|
Merge pull request #3258 from ileitch/3-1-stable
Aaron Patterson
2011-10-20
1
-1
/
+7
*
|
reset prepared statement when schema changes imapact statement results. fixes...
Aaron Patterson
2011-10-18
1
-11
/
+43
*
|
Default timestamps to non-null
Mike Perham
2011-10-14
2
-3
/
+3
*
|
Only use LOWER for mysql case insensitive uniqueness check when column has a ...
Joseph Palermo
2011-10-09
4
-8
/
+31
*
|
use thread locals and an instance variable within QueryCache#BodyProxy to mai...
Mark J. Titorenko
2011-10-07
2
-1
/
+9
*
|
Use the schema_search_path in prepared statements.
Juan M. Cuello
2011-10-05
1
-3
/
+4
*
|
LRU cache in mysql and sqlite are now per-process caches.
Aaron Patterson
2011-09-07
2
-21
/
+30
*
|
LRU should cache per process in postgresql. fixes #1339
Aaron Patterson
2011-09-07
1
-10
/
+14
*
|
fixing view queries
Aaron Patterson
2011-09-07
1
-3
/
+5
*
|
use the supplied bind values
Aaron Patterson
2011-09-07
1
-1
/
+1
*
|
Merge commit 'refs/pull/2909/head' of https://github.com/rails/rails into rawr
Aaron Patterson
2011-09-07
1
-6
/
+4
*
|
Merge pull request #2897 from rsutphin/ar31-remove_connection
Aaron Patterson
2011-09-06
2
-2
/
+2
*
|
Database adapters use a statement pool.
Aaron Patterson
2011-09-06
3
-8
/
+46
*
|
adding a statement pool for mysql and sqlite3
Aaron Patterson
2011-09-06
3
-9
/
+102
*
|
Make the logic easier to read
Jon Leighton
2011-09-06
1
-4
/
+7
*
|
* Psych errors with poor yaml formatting are proxied. Fixes #2645, #2731
Aaron Patterson
2011-09-01
1
-1
/
+0
*
|
make sure encoding_aware? is available
Aaron Patterson
2011-09-01
1
-0
/
+2
*
|
Merge pull request #2021 from dasch/more_postgres_utils
Aaron Patterson
2011-08-29
1
-1
/
+3
|
\
\
|
*
|
Make #extract_schema_and_table an instance method in Utils
Daniel Schierbeck
2011-07-09
1
-1
/
+3
*
|
|
Move the bulk alter table code into the abstract mysql adapter, hence it is s...
Jon Leighton
2011-08-29
2
-47
/
+42
*
|
|
Extract simplified_type into the abstract class
Jon Leighton
2011-08-29
3
-23
/
+24
*
|
|
Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...
Jon Leighton
2011-08-29
3
-1097
/
+706
*
|
|
Force binary data inserted for a string data type to utf-8 and log an
Aaron Patterson
2011-08-25
1
-3
/
+18
*
|
|
Adding missing autoload
Claudio Poli
2011-08-24
1
-0
/
+1
*
|
|
prevent sql injection attacks by escaping quotes in column names
Aaron Patterson
2011-08-16
3
-3
/
+3
*
|
|
In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...
Jon Leighton
2011-08-16
1
-12
/
+22
*
|
|
Use new SelectManager#source method
Jon Leighton
2011-08-15
2
-2
/
+2
*
|
|
Use new SelectManager#projections= method
Jon Leighton
2011-08-15
3
-4
/
+4
*
|
|
use update.key instead of update.ast.key. make better use of select manager.
Jon Leighton
2011-08-15
3
-26
/
+18
*
|
|
Use a SelectCore rather than a full SelectManager
Jon Leighton
2011-08-15
2
-4
/
+6
*
|
|
Refactor building the update manager
Jon Leighton
2011-08-15
3
-11
/
+7
*
|
|
Support for multi-table updates with limits, offsets and orders
Jon Leighton
2011-08-15
3
-2
/
+47
*
|
|
Support updates with joins. Fixes #522.
Jon Leighton
2011-08-15
3
-0
/
+17
[next]