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
*
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
|
\
|
*
`sql_type` has been determined already when quoting defaults
Ryuta Kamizono
2015-01-04
1
-4
/
+2
*
|
Merge pull request #18318 from kamipo/stop_passing_the_column_when_quoting_de...
Rafael Mendonça França
2015-01-04
1
-1
/
+2
|
\
\
|
*
|
Stop passing the column to the `quote` method when quoting defaults
Ryuta Kamizono
2015-01-04
1
-1
/
+2
|
|
/
*
/
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
3
-8
/
+7
|
/
*
Merge pull request #17822 from kamipo/refactor_visit_change_column_definition
Rafael Mendonça França
2015-01-02
4
-16
/
+14
|
\
|
*
Refactor `visit_ChangeColumnDefinition`
Ryuta Kamizono
2015-01-03
2
-11
/
+9
|
*
Add default value for `create_table_definition`
Ryuta Kamizono
2015-01-03
3
-5
/
+5
*
|
Merge pull request #8547 from printercu/patch-1
Rafael Mendonça França
2015-01-02
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
fix for messages in invalid encoding from db-drivers
Max Melentiev
2013-12-07
1
-1
/
+5
*
|
Merge pull request #17820 from fw42/restore_query_cache_on_rollback
Rafael Mendonça França
2015-01-02
7
-9
/
+17
|
\
\
|
*
|
Restore query cache on rollback
Florian Weingarten
2014-12-01
7
-9
/
+17
*
|
|
Merge pull request #18228 from kamipo/correctly_dump_primary_key
Rafael Mendonça França
2015-01-02
4
-0
/
+37
|
\
\
\
|
*
|
|
Improve a dump of the primary key support.
Ryuta Kamizono
2014-12-29
4
-0
/
+37
*
|
|
|
Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...
Rafael Mendonça França
2015-01-02
1
-0
/
+28
|
\
\
\
\
|
*
|
|
|
Format the datetime string according to the precision of the datetime field.
Ryuta Kamizono
2015-01-02
1
-1
/
+17
|
*
|
|
|
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
1
-0
/
+12
|
/
/
/
/
*
|
|
|
Merge pull request #18080 from korbin/fix_reaping_frequency_configuration
Rafael Mendonça França
2015-01-02
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
fix issue with reaping_frequency type
korbin
2014-12-17
1
-1
/
+1
*
|
|
|
|
💣 I forgot to commit the arity change
Sean Griffin
2015-01-01
1
-1
/
+1
*
|
|
|
|
Don't load an entire table into memory to copy it on SQLite
Sean Griffin
2015-01-01
1
-15
/
+4
[next]