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
*
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
5
-46
/
+32
*
Merge pull request #18849 from kamipo/array_type_is_a_part_of_sql_type
Sean Griffin
2015-02-09
2
-19
/
+4
|
\
|
*
An array type is a part of `sql_type`
Ryuta Kamizono
2015-02-08
2
-19
/
+4
*
|
Fix rounding problem for PostgreSQL timestamp column
Ryuta Kamizono
2015-02-08
2
-12
/
+13
*
|
Merge pull request #18602 from kamipo/respect_database_charset_and_collation
Andrew White
2015-02-08
1
-1
/
+1
|
\
\
|
*
|
Respect the database default charset for `schema_migrations` table.
Ryuta Kamizono
2015-02-08
1
-1
/
+1
|
|
/
*
/
Add `auto_increment?` instead of `extra == 'auto_increment'`
Ryuta Kamizono
2015-02-08
1
-2
/
+6
|
/
*
rm `Type#text?`
Sean Griffin
2015-02-07
3
-5
/
+28
*
Move non-type objects into the `Type::Helpers` namespace
Sean Griffin
2015-02-07
4
-4
/
+4
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
6
-1
/
+83
*
fix transaction rollback in case of aborting thread
Yuri Smirnov
2015-02-05
1
-1
/
+1
*
Add default options to 'bit' and 'bit_varying' methods
Melody
2015-02-03
1
-2
/
+2
*
Adds default options hash for postgres money type
Melody Berton
2015-02-03
1
-1
/
+1
*
rm `Column#cast_type`
Sean Griffin
2015-02-03
10
-74
/
+163
*
Merge pull request #18791 from Sinjo/consistent-foreign-key-name-generation
Sean Griffin
2015-02-02
1
-1
/
+5
|
\
|
*
Generate consistent names for foreign keys
Chris Sinjakli
2015-02-03
1
-1
/
+5
*
|
Properly lookup the limit for bigint
Sean Griffin
2015-02-02
1
-1
/
+6
|
/
*
Remove unused `Column#with_type`
Sean Griffin
2015-02-02
1
-6
/
+0
*
push add to transaction logic down to the instance
Aaron Patterson
2015-02-01
2
-5
/
+5
*
stop making calls to add_record
Aaron Patterson
2015-02-01
1
-1
/
+1
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
2
-7
/
+4
*
Remove most uses of `Column#cast_type`
Sean Griffin
2015-01-30
5
-12
/
+44
*
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-11
/
+6
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
6
-26
/
+14
*
Errors raised in `type_cast_for_database` no longer raise on assignment
Sean Griffin
2015-01-23
1
-1
/
+1
*
Don't error when invalid json is assigned to a JSON column
Sean Griffin
2015-01-21
1
-1
/
+1
*
TransactionManager should call rollback records
Arthur Neves
2015-01-20
1
-5
/
+5
*
Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures
Jeremy Kemper
2015-01-20
1
-4
/
+11
|
\
|
*
after_commit runs after transactions with non-joinable parents
brainopia
2015-01-16
1
-4
/
+11
*
|
Add an `:if_exists` option to `drop_table`
Stefan Kanev
2015-01-19
3
-3
/
+3
|
/
*
Time columns should support time zone aware attributes
Sean Griffin
2015-01-15
1
-1
/
+1
*
Don't default to YAML dumping when quoting values
Sean Griffin
2015-01-14
2
-3
/
+8
*
Merge pull request #18478 from yoshiokatsuneo/active_record_connection_pool_e...
Sean Griffin
2015-01-13
1
-1
/
+2
|
\
|
*
ActiveRecord: On reconnection failure, release only failed connetion.
Yoshioka Tsuneo
2015-01-13
1
-1
/
+2
*
|
Deprecate passing a column to `quote`
Sean Griffin
2015-01-10
1
-0
/
+6
*
|
Stop passing a column to `quote` when prepared statements are turned off
Sean Griffin
2015-01-10
2
-4
/
+5
*
|
Stop passing a column to `quote` in `insert_fixture`
Sean Griffin
2015-01-10
2
-4
/
+14
*
|
Fix typo in PostresSQLAdapter's documentation
Sebastian Staudt
2015-01-10
1
-1
/
+1
*
|
Copy records to parent transaction should happen on TransactionManager
Arthur Neves
2015-01-09
1
-3
/
+3
*
|
Use keyword args on committed! and rolledback!
Arthur Neves
2015-01-09
1
-3
/
+3
|
/
*
ActiveRecord: release connection on reconnect failure.
Yoshioka Tsuneo
2015-01-09
1
-0
/
+3
*
Fix count on a separate connection (fixes #18359)
brainopia
2015-01-08
1
-1
/
+1
*
remove deprecated support for PG ranges with exclusive lower bounds.
Yves Senn
2015-01-05
1
-10
/
+1
*
Change the behavior of boolean columns to be closer to Ruby's semantics.
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
Change transaction callbacks to not swallowing errors.
Rafael Mendonça França
2015-01-04
1
-12
/
+2
*
Remove deprecated access to connection specification using a string acessor.
Rafael Mendonça França
2015-01-04
1
-20
/
+1
*
Change the default `null` value for `timestamps` to `false`
Rafael Mendonça França
2015-01-04
3
-18
/
+5
*
Return an array of pools from `connection_pools`
Rafael Mendonça França
2015-01-04
1
-10
/
+1
*
Return a null column from `column_for_attribute` when no column exists.
Rafael Mendonça França
2015-01-04
1
-0
/
+6
*
Merge pull request #18319 from kamipo/sql_type_has_been_determined
Rafael Mendonça França
2015-01-04
1
-4
/
+2
|
\
[next]