aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix docs of AR::Timestamp to match #15726claudiob2015-09-081-5/+12
* Merge pull request #21535 from dmitry/feature/validate-multiple-contextsRafael Mendonça França2015-09-081-1/+5
|\
| * Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-09-071-1/+5
* | Merge pull request #21511 from rwz/ar-exceptions-no-argsEileen M. Uchitelle2015-09-084-66/+162
|\ \
| * | Make ActiveRecordException descendants args optionalPavel Pravosud2015-09-074-66/+162
* | | Merge pull request #21548 from yui-knk/feature/define_tables_as_interfaceYves Senn2015-09-081-0/+5
|\ \ \
| * | | Define `SchemaStatements#tables` as interfaceyui-knk2015-09-081-0/+6
* | | | Replace AR with ActiveRecord to make it more readable [ci skip]arvind2015-09-082-2/+2
|/ / /
* | | :bomb:Rafael Mendonça França2015-09-081-1/+1
* | | Memoized reflections accessorRafael Mendonça França2015-09-081-9/+18
* | | Merge pull request #21537 from tgxworld/perf_reduce_allocationRafael Mendonça França2015-09-071-5/+5
|\ \ \
| * | | Reduce allocation in `resolve_column_aliases`.Guo Xiang Tan2015-09-081-5/+5
| | |/ | |/|
* / | Support mysql2 0.4.0, first release with prepared statements supportJeremy Daer2015-09-071-1/+1
|/ /
* | Use Hash[] instead of Hash#dup in resolve_column_aliasesRafael Mendonça França2015-09-071-1/+3
* | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...Rafael Mendonça França2015-09-071-5/+1
* | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-onceRafael Mendonça França2015-09-071-1/+5
|\ \
| * | Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-301-1/+5
* | | 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-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