Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | Merge pull request #20317 | Sean Griffin | 2015-09-23 | 1 | -11/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 1 | -11/+7 | |
* | | | | | | | | | | | | | | | | remove warning from Calculations#sum | yuuji.yaginuma | 2015-09-23 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Merge pull request #21725 from yui-knk/fix/ar_sum | Rafael Mendonça França | 2015-09-23 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Fix arguments of `AR::Calculations#sum` | yui-knk | 2015-09-23 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | | Remove not used argument `table_name` of `sanitize_sql_for_conditions` | yui-knk | 2015-09-23 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 9 | -27/+63 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #20569 from theSteveMitchell/master | Yves Senn | 2015-09-22 | 1 | -9/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Check response of structure_load for mysql_database_tasks and make structure_... | Steve Mitchell | 2015-09-18 | 1 | -9/+19 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Ensure aliased attributes passed to `select` are quoted if using `from` | Sean Griffin | 2015-09-21 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | We still need the `Helpers` constant in the `ActiveRecord` namespace | Sean Griffin | 2015-09-21 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Simplify the implementation of Active Model's type registry | Sean Griffin | 2015-09-21 | 1 | -6/+11 | |
* | | | | | | | | | | | | | | Various stylistic nitpicks | Sean Griffin | 2015-09-21 | 6 | -42/+40 | |
* | | | | | | | | | | | | | | `TypeMap` and `HashLookupTypeMap` shouldn't be in Active Model | Sean Griffin | 2015-09-21 | 3 | -4/+90 | |
* | | | | | | | | | | | | | | Move ActiveRecord::Type to ActiveModel | Kir Shatrov | 2015-09-21 | 28 | -825/+78 | |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #21693 from joshuapinter/patch-1 | Jeremy Daer | 2015-09-20 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add title for key lengths for multiple keys. | Joshua Pinter | 2015-09-20 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | Merge pull request #20009 from kamipo/foreign_keys_in_create | Jeremy Daer | 2015-09-20 | 2 | -17/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Support for foreign keys in create table | Ryuta Kamizono | 2015-09-20 | 2 | -17/+25 | |
| |/ / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / | Refactor `table_exists?` in AbstractMysqlAdapter | Ryuta Kamizono | 2015-09-20 | 1 | -18/+9 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #17696 from kamipo/unsigned_integer_support | Jeremy Daer | 2015-09-19 | 1 | -4/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add `unsigned` types for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 1 | -0/+21 | |
| * | | | | | | | | | | | | | Add `unsigned` support for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 1 | -4/+28 | |
* | | | | | | | | | | | | | | Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapter | Jeremy Daer | 2015-09-19 | 3 | -78/+86 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Move `explain` into `AbstractMysqlAdapter` | Ryuta Kamizono | 2015-03-01 | 3 | -78/+86 | |
* | | | | | | | | | | | | | | | Merge pull request #20645 from kamipo/fix_mysql_set_type_bug | Jeremy Daer | 2015-09-19 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix infinite loop and lookup miss when `SET` type includes other types | Ryuta Kamizono | 2015-06-20 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | | | Merge pull request #21589 from kamipo/eliminate_duplicated_visit_table_defini... | Jeremy Daer | 2015-09-19 | 2 | -16/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Eliminate the duplication code of `visit_TableDefinition` | Ryuta Kamizono | 2015-09-16 | 2 | -18/+13 | |
* | | | | | | | | | | | | | | | | | Merge pull request #21609 from kamipo/do_not_dump_view_as_table | Jeremy Daer | 2015-09-19 | 5 | -1/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Do not dump a view as a table in sqlite3, mysql and mysql2 adapters | Ryuta Kamizono | 2015-09-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Add `#views` and `#view_exists?` methods on connection adapters | Ryuta Kamizono | 2015-09-13 | 4 | -0/+66 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #21607 from kamipo/remove_unnecessary_display_width | Jeremy Daer | 2015-09-19 | 4 | -9/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Remove unnecessary display width | Ryuta Kamizono | 2015-09-16 | 4 | -9/+10 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #21608 from kamipo/eliminate_duplicated_options_include_de... | Jeremy Daer | 2015-09-19 | 2 | -10/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Eliminate the duplicated `options_include_default?` method | Ryuta Kamizono | 2015-09-13 | 2 | -10/+8 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #21664 from kamipo/reduce_call_create_table_info | Jeremy Daer | 2015-09-19 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Reduce the calling `create_table_info` query | Ryuta Kamizono | 2015-09-18 | 1 | -2/+7 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #21614 from kamipo/correctly_dump_composite_primary_key | Jeremy Daer (Kemper) | 2015-09-19 | 7 | -36/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Correctly dump composite primary key | Ryuta Kamizono | 2015-09-20 | 7 | -36/+75 | |
* | | | | | | | | | | | | | | | | | | | Remove `@connection` in `StatementPool` | Ryuta Kamizono | 2015-09-20 | 4 | -8/+6 | |
* | | | | | | | | | | | | | | | | | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 3 | -11/+11 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #21650 from mcfiredrill/nodoc-raw-write-attribute | Arthur Nogueira Neves | 2015-09-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | nodoc raw_write_attribute | Tony Miller | 2015-09-19 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #21666 from ronakjangir47/enum_refactoring | Godfrey Chan | 2015-09-18 | 1 | -21/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | DRY enum conflict detection | Ronak Jangir | 2015-09-18 | 1 | -21/+13 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-09-18 | 2 | -2/+2 | |
|\| | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | [ci skip] Fix module name of document | yui-knk | 2015-09-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | [ci skip] Replace double spaces with single space | yui-knk | 2015-09-17 | 1 | -1/+1 |