aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Correct query for PostgreSQL 8.2Matthew Draper2015-09-081-1/+1
* | | | | | | | | 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
| |/ / / / / / /
* | | | | | | | Allow global migrations_path configuration with using value from database_tas...Tobias Bielohlawek2015-09-071-1/+1
* | | | | | | | [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-071-4/+8
* | | | | | | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre...Matthew Draper2015-09-073-7/+12
|\ \ \ \ \ \ \
| * | | | | | | Support dropping indexes concurrently in PostgresGrey Baker2015-09-053-7/+12
| | |/ / / / / | |/| | | | |
* / | | | | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methodsWojciech Wnętrzak2015-09-061-13/+10
|/ / / / / /
* | | | | | #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
* | | | | | 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-011-1/+3
* | | | | | 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-301-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make revert of `disable_extension` to workyui-knk2015-08-301-1/+1
* | | | | | | | 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-282-3/+8
* | | | | | | | 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-281-2/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | 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
* | | | | | | | Merge pull request #21372 from yui-knk/fix/revert_change_column_defaultSantiago Pastorino2015-08-251-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Make `change_column_default` to workyui-knk2015-08-251-8/+8
* | | | | | | | | remove unused require ‘set’NehaGautam2015-08-251-1/+0
* | | | | | | | | Merge pull request #21074 from vrybas/rdoc-fix-typo-belongs-to-inverse-of-cla...Robin Dupret2015-08-251-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | RDoc: fix wrong model name `:inverse_of` with `:belongs_to` [ci skip]Vladimir Rybas2015-07-301-3/+3
* | | | | | | | | [ci skip] Fix #21364 error in documentation about ActiveRecord::EnumAndrew Grimm2015-08-251-2/+1
* | | | | | | | | Merge pull request #21354 from yui-knk/fix/migration_file_timestampRobin Dupret2015-08-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Fix migration file's timestampyui-knk2015-08-241-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* / | | | | | | | Only nullify persisted has_one target associationsAgis-2015-08-241-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #21332 from ronakjangir47/take_docsEileen M. Uchitelle2015-08-231-0/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Added docs for CollectionProxy#take [ci skip]Ronak Jangir2015-08-231-0/+25
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #21335 from yui-knk/refactor/remove_not_used_block_argYves Senn2015-08-231-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove not used a block argument (`&block`)yui-knk2015-08-231-1/+1
| | |/ / / / / | |/| | | | |
* / | | | | | JSON is still an adapter specific type.Sean Griffin2015-08-218-36/+50
|/ / / / / /
* | | | | | better docs for `disable_ddl_transaction!`. Closes #21044.Yves Senn2015-08-211-1/+4
* | | | | | Fix Punctuation in `AutosaveAssociation` RDocRobert Eshleman2015-08-201-2/+2
* | | | | | uniqueness validation raises error for persisted record without pk.Yves Senn2015-08-202-4/+9