Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders | Rafael Mendonça França | 2015-09-09 | 3 | -3/+24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | put dynamic matchers on the GeneratedAssociationMethods instead of model | Rob Looby | 2015-05-08 | 3 | -3/+24 | |
* | | | | | | | | | | | Merge pull request #21554 from ronakjangir47/added_nodoc | Rafael Mendonça França | 2015-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Added nodoc for `arel` method which returns object of private api. [ci skip] | Ronak Jangir | 2015-09-09 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber | Rafael Mendonça França | 2015-09-09 | 2 | -7/+125 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove extraneous `then` from case statement | Peter Boling | 2015-07-17 | 2 | -14/+39 | |
| * | | | | | | | | | | | Improve sql logging coloration in `ActiveRecord::LogSubscriber`. | Peter Boling | 2015-07-17 | 3 | -7/+143 | |
* | | | | | | | | | | | | 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 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-09-07 | 2 | -1/+12 | |
* | | | | | | | | | | | | Merge pull request #21511 from rwz/ar-exceptions-no-args | Eileen M. Uchitelle | 2015-09-08 | 5 | -66/+178 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Make ActiveRecordException descendants args optional | Pavel Pravosud | 2015-09-07 | 5 | -66/+178 | |
* | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | Merge pull request #21530 from arvindmehra/am-ar-to-activerecord | Yves Senn | 2015-09-08 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Replace AR with ActiveRecord to make it more readable [ci skip] | arvind | 2015-09-08 | 2 | -2/+2 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #21528 from yui-knk/test/add_tests_for_mysql2_view | Yves Senn | 2015-09-08 | 2 | -64/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add view tests for MySQL | yui-knk | 2015-09-08 | 2 | -64/+66 | |
* | | | | | | | | | | | | | | :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 | 2 | -12/+1 | |
* | | | | | | | | | | | | | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once | Rafael Mendonça França | 2015-09-07 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-07-30 | 2 | -1/+12 | |
* | | | | | | | | | | | | | | 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 | 2 | -1/+5 | |
* | | | | | | | | | | | | | | | 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 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | / / / / / / / / | Typo fix [ci skip] | amitkumarsuroliya | 2015-09-07 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #21527 from rngtng/fix-migrator-path-setup | Yves Senn | 2015-09-07 | 3 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Allow global migrations_path configuration with using value from database_tas... | Tobias Bielohlawek | 2015-09-07 | 3 | -2/+15 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | changelog, minor formatting changes. | Yves Senn | 2015-09-07 | 1 | -9/+9 | |
* | | | | | | | | | | | | | | [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 | 2 | -5/+16 | |
* | | | | | | | | | | | | | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre... | Matthew Draper | 2015-09-07 | 6 | -9/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 6 | -9/+30 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | Wojciech Wnętrzak | 2015-09-06 | 5 | -15/+29 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | #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 | |
* | | | | | | | | | | | | Remove unnecessary require in associations_test.rb | akihiro17 | 2015-09-03 | 1 | -1/+0 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Don't allocate a bunch of strings in `Relation::Merger` | Sean Griffin | 2015-09-02 | 1 | -4/+8 |