aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-onceRafael Mendonça França2015-09-072-1/+12
|\
| * Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-302-1/+12
* | Merge pull request #21522 from tgxworld/scope_perfRafael Mendonça França2015-09-074-5/+13
|\ \
| * | Cache check if `default_scope` has been overridden.Guo Xiang Tan2015-09-071-1/+8
| * | Reduce calls to stringify_keys.Guo Xiang Tan2015-09-073-4/+5
* | | Correct query for PostgreSQL 8.2Matthew Draper2015-09-082-1/+5
* | | Merge pull request #21523 from tgxworld/improve_perf_allRafael Mendonça França2015-09-071-1/+2
|\ \ \
| * | | PERF: Don't create a Relation when it is not needed.Guo Xiang Tan2015-09-071-1/+2
| |/ /
* | | Typo fix [ci skip]amitkumarsuroliya2015-09-071-1/+1
* | | Merge pull request #21527 from rngtng/fix-migrator-path-setupYves Senn2015-09-073-2/+10
|\ \ \
| * | | Allow global migrations_path configuration with using value from database_tas...Tobias Bielohlawek2015-09-073-2/+15
|/ / /
* | | changelog, minor formatting changes.Yves Senn2015-09-071-9/+9
* | | [ci skip] Replace `AR` with `Active Record` in task descyui-knk2015-09-071-1/+1
|/ /
* | Fix test failures from premature merge of #21317Matthew Draper2015-09-072-5/+16
* | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre...Matthew Draper2015-09-076-9/+30
|\ \
| * | Support dropping indexes concurrently in PostgresGrey Baker2015-09-056-9/+30
* | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methodsWojciech Wnętrzak2015-09-065-15/+29
|/ /
* | #where fails if opts.responds_to?(:==) unexpectedlySamuel Williams2015-09-051-1/+1
* | Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msgYves Senn2015-09-042-2/+77
|\ \
| * | Add detailed error message to `IrreversibleMigration`yui-knk2015-08-301-1/+6
| * | [ci skip] Add comments for `IrreversibleMigration`yui-knk2015-08-291-0/+70
| * | Add detailed error message to `IrreversibleMigration`yui-knk2015-08-281-1/+1
| * | Add detailed error message to `IrreversibleMigration`yui-knk2015-08-281-1/+1
* | | Remove unnecessary require in associations_test.rbakihiro172015-09-031-1/+0
* | | Don't allocate a bunch of strings in `Relation::Merger`Sean Griffin2015-09-021-4/+8
* | | Respect scale of the column in the Decimal typeRafael Mendonça França2015-09-013-1/+36
* | | No need to get the exception variableRafael Mendonça França2015-09-011-6/+4
* | | Merge pull request #21318 from yahonda/pr21108Rafael Mendonça França2015-09-012-3/+7
|\ \ \
| * | | Support MySQL 5.7.8 which enables show_compatibility_56=offYasuo Honda2015-08-212-3/+7
* | | | Inline uneccessary frozen string constantSean Griffin2015-08-311-3/+1
* | | | Merge pull request #21432 from yui-knk/fix/what_change_method_can_reverseSean Griffin2015-08-301-1/+13
|\ \ \ \
| * | | | [ci skip] Update what methods `Migration#change` can reverseyui-knk2015-08-311-1/+13
* | | | | Merge pull request #21429 from yui-knk/fix/revert_disable_extensionSean Griffin2015-08-302-1/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make revert of `disable_extension` to workyui-knk2015-08-302-1/+34
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-08-302-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip] Capitalize commentsyui-knk2015-08-291-1/+1
| * | | | [ci skip] Fix file name generated by `rails generate`yui-knk2015-08-241-1/+1
* | | | | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.Yves Senn2015-08-284-10/+67
* | | | | pg docs, `connection.tables` does not use the `name` argument.Yves Senn2015-08-281-1/+1
* | | | | PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-284-13/+30
| |_|/ / |/| | |
* | | | no more require minitest mockGaurav Sharma2015-08-273-3/+0
* | | | Merge pull request #21386 from ronakjangir47/remove_dupsRafael Mendonça França2015-08-264-4/+0
|\ \ \ \
| * | | | Removed duplicate require ‘models/computer’Ronak Jangir2015-08-264-4/+0
* | | | | Merge pull request #21336 from yui-knk/refactor/to_use_getterRafael Mendonça França2015-08-261-7/+7
|\ \ \ \ \
| * | | | | Use `ActiveRecord::Migration#connection` instead of `@connection`yui-knk2015-08-231-7/+7
* | | | | | Fix the unused variable warningakihiro172015-08-261-1/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #21377 from ronakjangir47/remove_mocha_active_recordKasper Timm Hansen2015-08-2512-119/+153
|\ \ \ \ \
| * | | | | Removed mocha from Active Record Part 1Ronak Jangir2015-08-2512-119/+153
* | | | | | Merge pull request #21372 from yui-knk/fix/revert_change_column_defaultSantiago Pastorino2015-08-252-8/+41
|\ \ \ \ \ \
| * | | | | | Make `change_column_default` to workyui-knk2015-08-252-8/+41