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
*
Removed unsued deprecation require
Rashmi Yadav
2013-07-04
1
-1
/
+0
*
Remove deprecated nil-passing to `SchemaCache` methods.
Yves Senn
2013-07-04
1
-28
/
+8
*
Remove deprecated `transaction_joinable=`
Arun Agrawal
2013-07-03
1
-6
/
+0
*
Remove deprecated `decrement_open_transactions`.
Arun Agrawal
2013-07-03
1
-4
/
+0
*
removed deprecated increment_open_transactions
Arun Agrawal
2013-07-03
1
-4
/
+0
*
remove deprecated `PostgreSQLAdapter#outside_transaction?` method.
Yves Senn
2013-07-03
1
-7
/
+0
*
Removed deprecated method `columns_for_remove`
Neeraj Singh
2013-07-03
1
-6
/
+0
*
Remove deprecated SchemaStatements#distinct
Francesco Rodriguez
2013-07-02
1
-9
/
+0
*
Merge pull request #11230 from frodsan/remove_deprecated_clear_stale_cached_c...
Rafael Mendonça França
2013-07-01
1
-5
/
+0
|
\
|
*
Remove deprecated AR::Connection#clear_stale_cached_connections! method
Francesco Rodriguez
2013-07-01
1
-5
/
+0
*
|
Removed deprecated method type_cast_code from Column
Neeraj Singh
2013-07-02
1
-24
/
+0
|
/
*
Fix documents for create_join_table
Satoshi Ebisawa
2013-06-21
1
-2
/
+2
*
Merge pull request #10884 from dmarkow/pg_fix_default_quotes
Yves Senn
2013-06-19
1
-1
/
+1
|
\
|
*
Handle single quotes in PostgreSQL default column values
Dylan Markow
2013-06-19
1
-1
/
+1
*
|
regression test + mysql2 adapter raises correct error if conn is closed.
Yves Senn
2013-06-15
1
-3
/
+5
*
|
Merge pull request #10425 from ranjaykrishna/push_add_column_options_to_schem...
Rafael Mendonça França
2013-06-13
4
-38
/
+47
|
\
\
|
|
/
|
/
|
|
*
Moving add_column_options! up to SchemaCreation
jeran
2013-06-12
4
-38
/
+47
*
|
Fixes #10432 add_column not creating array columns in PostgreSQL
Adam Anderson
2013-06-04
1
-0
/
+1
*
|
Remove behavior that deals with a string as third argument of `add_index`, be...
kennyj
2013-06-02
1
-28
/
+14
*
|
Merge pull request #10619 from alno/top_level_array_in_postgres_json
Aaron Patterson
2013-05-16
2
-1
/
+3
|
\
\
|
*
|
Support array as root element in JSON
Alexey Noskov
2013-05-14
2
-1
/
+3
*
|
|
tiny types should only be integers when the length is <= 1. fixes #10620
Aaron Patterson
2013-05-15
1
-3
/
+9
*
|
|
Also support extensions in PostgreSQL 9.1, because this has been supported si...
kennyj
2013-05-15
1
-4
/
+4
|
/
/
*
|
Merge pull request #10556 from Empact/deprecate-schema-statements-distinct
Rafael Mendonça França
2013-05-12
1
-1
/
+2
*
|
Merge pull request #10572 from nertzy/dont-modify-options-hash-in-primary-key
Rafael Mendonça França
2013-05-11
1
-2
/
+1
*
|
Reject blank order_values within #columns_for_distinct, as the orders aren't ...
Ben Woosley
2013-05-10
1
-1
/
+1
*
|
Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"
Ben Woosley
2013-05-10
2
-10
/
+13
*
|
Revert "Merge pull request #10455 from patricksrobertson/bigserial_id_not_ide...
Aaron Patterson
2013-05-07
1
-6
/
+2
*
|
Handle other pk types in PostgreSQL gracefully.
Patrick Robertson
2013-05-07
1
-2
/
+6
*
|
Changing method call according to coding conventions
Akshay Khole
2013-05-05
1
-1
/
+1
*
|
Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.
Brian Buchanan
2013-05-03
1
-1
/
+2
*
|
Add parameter :sslcompression to PostgreSQL adapter.
Lars Kanis
2013-05-02
1
-2
/
+2
*
|
Improve docs for postgresql with uuid primary keys [ci skip]
Carlos Antonio da Silva
2013-05-01
1
-8
/
+7
*
|
allow override of uuid_generate_v4() default by passing default: nil
Chad Moone
2013-05-01
1
-1
/
+30
*
|
maintain return value for recreate_database
Aaron Patterson
2013-04-30
1
-1
/
+2
*
|
mysql needs to reconnect after recreate. Thanks @mperham
Aaron Patterson
2013-04-30
1
-0
/
+1
*
|
StatementInvalid takes WrappedDatabaseException's place
Jeremy Kemper
2013-04-28
2
-2
/
+2
*
|
Move method used only in the test to the test code itself
Ivan Kataitsev
2013-04-25
1
-8
/
+0
*
|
fix typos
Vipul A M
2013-04-21
1
-1
/
+1
*
|
Fix loading of fixtures when the column type is a postgres array of strings.
Chris Constantine
2013-04-18
1
-1
/
+1
*
|
Revert "Merge pull request #10043 from cconstantine/master"
Rafael Mendonça França
2013-04-18
1
-15
/
+0
*
|
Merge pull request #10043 from cconstantine/master
Rafael Mendonça França
2013-04-18
1
-0
/
+15
|
\
\
|
*
|
Fix loading of string arrays in postgres
Chris Constantine
2013-04-08
1
-0
/
+15
*
|
|
Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...
kennyj
2013-04-17
1
-2
/
+4
*
|
|
Add OID::Bit for supporting bit string.
kennyj
2013-04-16
2
-2
/
+19
*
|
|
fix for the bytea/binary nil value bug
Matt Aimonetti
2013-04-14
1
-0
/
+1
|
/
/
*
|
Correctly parse bigint defaults in PostgreSQL
Erik Peterson
2013-04-05
1
-1
/
+1
*
|
Per #9999 revert the revert changing so columns are only tested for empty? as...
Sam
2013-04-03
1
-4
/
+4
*
|
Merge pull request #10010 from pwnall/fix_ref_index_true
Rafael Mendonça França
2013-04-01
1
-1
/
+1
|
\
\
|
*
|
Make references with index:true pass Hash options to add_index.
Victor Costan
2013-04-01
1
-1
/
+1
[next]