Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Improve sql logging coloration in `ActiveRecord::LogSubscriber`. | Peter Boling | 2015-07-17 | 1 | -7/+21 | |
* | | | | | | | | | | Fix docs of AR::Timestamp to match #15726 | claudiob | 2015-09-08 | 1 | -5/+12 | |
* | | | | | | | | | | Merge pull request #21535 from dmitry/feature/validate-multiple-contexts | Rafael Mendonça França | 2015-09-08 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-09-07 | 1 | -1/+5 | |
* | | | | | | | | | | Merge pull request #21511 from rwz/ar-exceptions-no-args | Eileen M. Uchitelle | 2015-09-08 | 4 | -66/+162 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make ActiveRecordException descendants args optional | Pavel Pravosud | 2015-09-07 | 4 | -66/+162 | |
* | | | | | | | | | | | Merge pull request #21548 from yui-knk/feature/define_tables_as_interface | Yves Senn | 2015-09-08 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Define `SchemaStatements#tables` as interface | yui-knk | 2015-09-08 | 1 | -0/+6 | |
* | | | | | | | | | | | | Replace AR with ActiveRecord to make it more readable [ci skip] | arvind | 2015-09-08 | 2 | -2/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | :bomb: | Rafael Mendonça França | 2015-09-08 | 1 | -1/+1 | |
* | | | | | | | | | | | Memoized reflections accessor | Rafael Mendonça França | 2015-09-08 | 1 | -9/+18 | |
* | | | | | | | | | | | Merge pull request #21537 from tgxworld/perf_reduce_allocation | Rafael Mendonça França | 2015-09-07 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Reduce allocation in `resolve_column_aliases`. | Guo Xiang Tan | 2015-09-08 | 1 | -5/+5 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* / | | | | | | | | | | Support mysql2 0.4.0, first release with prepared statements support | Jeremy Daer | 2015-09-07 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Use Hash[] instead of Hash#dup in resolve_column_aliases | Rafael Mendonça França | 2015-09-07 | 1 | -1/+3 | |
* | | | | | | | | | | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte... | Rafael Mendonça França | 2015-09-07 | 1 | -5/+1 | |
* | | | | | | | | | | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once | Rafael Mendonça França | 2015-09-07 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-07-30 | 1 | -1/+5 | |
* | | | | | | | | | | | Merge pull request #21522 from tgxworld/scope_perf | Rafael Mendonça França | 2015-09-07 | 4 | -5/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Cache check if `default_scope` has been overridden. | Guo Xiang Tan | 2015-09-07 | 1 | -1/+8 | |
| * | | | | | | | | | | | Reduce calls to stringify_keys. | Guo Xiang Tan | 2015-09-07 | 3 | -4/+5 | |
* | | | | | | | | | | | | Correct query for PostgreSQL 8.2 | Matthew Draper | 2015-09-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #21523 from tgxworld/improve_perf_all | Rafael Mendonça França | 2015-09-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | PERF: Don't create a Relation when it is not needed. | Guo Xiang Tan | 2015-09-07 | 1 | -1/+2 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Allow global migrations_path configuration with using value from database_tas... | Tobias Bielohlawek | 2015-09-07 | 1 | -1/+1 | |
* | | | | | | | | | | | [ci skip] Replace `AR` with `Active Record` in task desc | yui-knk | 2015-09-07 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Fix test failures from premature merge of #21317 | Matthew Draper | 2015-09-07 | 1 | -4/+8 | |
* | | | | | | | | | | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre... | Matthew Draper | 2015-09-07 | 3 | -7/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 3 | -7/+12 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | Wojciech Wnętrzak | 2015-09-06 | 1 | -13/+10 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | #where fails if opts.responds_to?(:==) unexpectedly | Samuel Williams | 2015-09-05 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msg | Yves Senn | 2015-09-04 | 2 | -2/+77 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add detailed error message to `IrreversibleMigration` | yui-knk | 2015-08-30 | 1 | -1/+6 | |
| * | | | | | | | | [ci skip] Add comments for `IrreversibleMigration` | yui-knk | 2015-08-29 | 1 | -0/+70 | |
| * | | | | | | | | Add detailed error message to `IrreversibleMigration` | yui-knk | 2015-08-28 | 1 | -1/+1 | |
| * | | | | | | | | Add detailed error message to `IrreversibleMigration` | yui-knk | 2015-08-28 | 1 | -1/+1 | |
* | | | | | | | | | Don't allocate a bunch of strings in `Relation::Merger` | Sean Griffin | 2015-09-02 | 1 | -4/+8 | |
* | | | | | | | | | Respect scale of the column in the Decimal type | Rafael Mendonça França | 2015-09-01 | 1 | -1/+3 | |
* | | | | | | | | | No need to get the exception variable | Rafael Mendonça França | 2015-09-01 | 1 | -6/+4 | |
* | | | | | | | | | Merge pull request #21318 from yahonda/pr21108 | Rafael Mendonça França | 2015-09-01 | 2 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Support MySQL 5.7.8 which enables show_compatibility_56=off | Yasuo Honda | 2015-08-21 | 2 | -3/+7 | |
* | | | | | | | | | | Inline uneccessary frozen string constant | Sean Griffin | 2015-08-31 | 1 | -3/+1 | |
* | | | | | | | | | | Merge pull request #21432 from yui-knk/fix/what_change_method_can_reverse | Sean Griffin | 2015-08-30 | 1 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] Update what methods `Migration#change` can reverse | yui-knk | 2015-08-31 | 1 | -1/+13 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #21429 from yui-knk/fix/revert_disable_extension | Sean Griffin | 2015-08-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Make revert of `disable_extension` to work | yui-knk | 2015-08-30 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-08-30 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | [ci skip] Capitalize comments | yui-knk | 2015-08-29 | 1 | -1/+1 | |
| * | | | | | | | | | [ci skip] Fix file name generated by `rails generate` | yui-knk | 2015-08-24 | 1 | -1/+1 | |
* | | | | | | | | | | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name. | Yves Senn | 2015-08-28 | 2 | -3/+8 |