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
*
Properly deprecate ConnectionHandler#connection_pools
Jon Leighton
2012-11-09
1
-6
/
+14
*
Check if the options value is present before to send the deprecation
Rafael Mendonça França
2012-11-03
1
-4
/
+6
*
Remove old comment
Rafael Mendonça França
2012-11-02
1
-1
/
+1
*
Deprecate passing a string as third argument of `add_index`
Rafael Mendonça França
2012-11-02
1
-0
/
+6
*
Raise an ArgumentError when passing an invalid option to add_index
Rafael Mendonça França
2012-11-02
1
-1
/
+4
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
6
-50
/
+50
|
\
|
*
Migration of docs to 1.9 hash syntax
AvnerCohen
2012-10-23
6
-50
/
+50
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
3
-6
/
+6
*
|
Fix bug when Column is trying to type cast boolean values to integer.
Rafael Mendonça França
2012-10-29
1
-2
/
+13
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
3
-9
/
+10
*
|
SQLite3Adapter#type_cast should not mutate arguments
Stefan Rusterholz
2012-10-28
1
-1
/
+1
*
|
raise `ArgumentError` when redefining the primary key column. Closes #6378
Yves Senn
2012-10-28
1
-0
/
+9
*
|
refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378
Yves Senn
2012-10-28
1
-5
/
+3
*
|
Use the MySQL varbinary type when appropriate in migrations.
Victor Costan
2012-10-27
1
-0
/
+7
*
|
Decode attributes pulled from URI.parse
Shawn Veader
2012-10-26
1
-0
/
+2
*
|
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-4
/
+4
|
/
*
The default value of a text/blob in mysql strict mode should be nil
Jon Leighton
2012-10-19
4
-20
/
+14
*
Fix typo in inet and cidr saving
Miguel Herranz
2012-10-14
1
-1
/
+1
*
#7914 Remove code for unsupported postgreSQL version.
Arturo Pie
2012-10-13
2
-6
/
+0
*
#7914 Using a better way to get the defaults from db.
Arturo Pie
2012-10-13
2
-6
/
+7
*
#7914 get default value when type uses schema name
Arturo Pie
2012-10-13
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
1
-1
/
+1
|
\
|
*
Fixed unclosing tag
AvnerCohen
2012-10-09
1
-1
/
+1
*
|
PostgreSQL, quote table names when fetching the primary key. Closes #5920
Yves Senn
2012-10-05
1
-1
/
+1
|
/
*
Support for partial inserts.
Jon Leighton
2012-09-28
4
-5
/
+13
*
Support for specifying transaction isolation level
Jon Leighton
2012-09-21
6
-15
/
+104
*
rename AR::Model::Tag to AR::Tag - fixes #7714
Francesco Rodriguez
2012-09-20
1
-3
/
+3
*
Merge pull request #7547 from danmcclain/pg-arrays
Rafael Mendonça França
2012-09-16
7
-15
/
+287
|
\
|
*
Moves column dump specific code to a module included in AbstractAdapter
Dan McClain
2012-09-14
7
-15
/
+287
*
|
Query for sequence info also should be markd as SCHEMA.
kennyj
2012-09-15
1
-3
/
+3
*
|
Query for loading index info should be marked as SCHEMA.
kennyj
2012-09-15
2
-2
/
+2
*
|
simplify rescue
Jon Leighton
2012-09-15
1
-3
/
+3
*
|
Fix test
Jon Leighton
2012-09-15
1
-13
/
+19
*
|
Ensure disconnecting or reconnecting resets the transaction state
Jon Leighton
2012-09-15
5
-9
/
+19
*
|
Remove our use of #outside_transaction?
Jon Leighton
2012-09-15
2
-32
/
+14
*
|
Remove the transaction_open variable
Jon Leighton
2012-09-15
1
-21
/
+28
*
|
Move transaction joinability into the transaction object
Jon Leighton
2012-09-15
3
-17
/
+25
*
|
Alter the naming structure a bit
Jon Leighton
2012-09-15
3
-108
/
+111
*
|
Split Open into Real and Savepoint
Jon Leighton
2012-09-15
1
-25
/
+38
*
|
DRY
Jon Leighton
2012-09-15
1
-4
/
+8
*
|
Don't do the rollback in #commit
Jon Leighton
2012-09-15
2
-18
/
+7
*
|
Store the transaction number in the transaction object
Jon Leighton
2012-09-15
4
-11
/
+30
*
|
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
3
-79
/
+153
*
|
Revert "create a transaction object and point AR objects at that object durin...
Jon Leighton
2012-09-15
2
-25
/
+6
|
/
*
update ConnectionAdaptar::Column#type_cast_code to be compatible with 3.2 branch
Thiago Pradi
2012-09-13
1
-1
/
+1
*
Merge pull request #7521 from graceliu/fix_database_url_support
Rafael Mendonça França
2012-09-12
1
-1
/
+1
|
\
|
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-1
/
+1
*
|
warning removed.
Arun Agrawal
2012-09-12
1
-1
/
+0
|
/
*
ConnectionPool, unify exceptions, ConnectionTimeoutError
Jonathan Rochkind
2012-09-11
1
-17
/
+11
*
Remove expired comment. This method is used from other place.
kennyj
2012-09-11
1
-2
/
+0
[next]