aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
...
* | | `RuntimeReflection` is not a subclass of `PolymorphicReflection`Ryuta Kamizono2017-09-071-26/+6
* | | `has_many :through` with unscope should affect to through scopeRyuta Kamizono2017-09-072-23/+14
* | | Don't pass unneeded `reflection` to `add_constraints`Ryuta Kamizono2017-09-051-3/+3
* | | Assigning `values` is only necessary when `reflection_scope.where_clause` is ...Ryuta Kamizono2017-09-051-1/+1
* | | Don't merge `reflection_scope` if `reflection.scope` isn't givenRyuta Kamizono2017-09-051-1/+1
* | | Should quote composite primary key namesRyuta Kamizono2017-09-041-1/+1
|/ /
* | Scope in associations should treat nil as `all`Ryuta Kamizono2017-09-045-8/+10
* | Fix preloading through association with custom scopeRyuta Kamizono2017-09-021-1/+6
* | `values[:includes]` in `reflection_scope` is not compatible with `through_scope`Ryuta Kamizono2017-09-021-1/+6
* | Don't call `scope.eager_loading?` when `reflection_scope.where_clause` is emptyRyuta Kamizono2017-09-021-10/+10
* | `add_reference` should respect column position for both reference id and type...Ryuta Kamizono2017-09-011-1/+1
* | Clarify intentions around method redefinitionsMatthew Draper2017-09-011-3/+2
* | Merge pull request #30377 from keepcosmos/delegate-missing-methodsMatthew Draper2017-08-311-2/+2
|\ \
| * | Delegate :rindex, :slice, :rotate to 'records'keepcosmos2017-08-241-2/+2
* | | Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-302-2/+2
| |/ |/|
* | Merge pull request #30445 from prathamesh-sonpatki/fix-30441Kasper Timm Hansen2017-08-281-0/+2
|\ \
| * | Clarify that bulk option is supported only by MySQL [ci skip]Prathamesh Sonpatki2017-08-291-0/+2
* | | `@previous_reflection.options[:source_type]` in `PolymorphicReflection` is al...Ryuta Kamizono2017-08-281-10/+2
* | | Remove unused `RuntimeReflection#alias_candidate`Ryuta Kamizono2017-08-281-4/+0
* | | Should be appear deprecation message for every call (#29649)Ryuta Kamizono2017-08-271-8/+0
* | | Omit the default limit for float columns (#28041)Ryuta Kamizono2017-08-271-1/+1
* | | Prefer to place a table options before `force: :cascade` (#28005)Ryuta Kamizono2017-08-271-2/+1
|/ /
* | Use tt in doc for ActiveRecord [ci skip]Yoshiyuki Hirano2017-08-276-20/+20
* | Merge pull request #30403 from yhirano55/fix_broken_doc_for_active_recordRyuta Kamizono2017-08-267-7/+7
|\ \
| * | Fix broken doc for Active Record [ci skip]Yoshiyuki Hirano2017-08-257-7/+7
* | | Add :nodoc: for ActiveRecord::AttributeMethods [ci skip]Yoshiyuki Hirano2017-08-263-3/+3
* | | Should work inverse association when eager loadingRyuta Kamizono2017-08-253-15/+18
|/ /
* | Remove unused returning value `stream`Ryuta Kamizono2017-08-241-2/+0
* | Merge pull request #30337 from kamipo/refactor_schema_dumperRyuta Kamizono2017-08-2413-52/+50
|\ \ | |/ |/|
| * Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-2213-38/+51
| * Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-223-15/+0
* | Merge pull request #30360 from gcourtemanche/transaction_timedoutRafael França2017-08-222-0/+8
|\ \ | |/ |/|
| * Add TransactionTimeout for MySQL error code 1205Gabriel Courtemanche2017-08-222-0/+8
* | Automatically guess the inverse associations for STIyui-knk2017-08-221-1/+1
* | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-2211-12/+12
|/
* Prevent extra `SET time zone` in `configure_connection` (#28413)Ryuta Kamizono2017-08-211-6/+8
* Require "active_support/core_ext/hash/compact" for `compact!`Ryuta Kamizono2017-08-211-0/+2
* Prefer formatted number as schema version [ci skip]Ryuta Kamizono2017-08-211-1/+1
* Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-216-12/+12
* Don't expose `prepare_column_options`Ryuta Kamizono2017-08-213-52/+30
* Register integer types limit correctly for postgresql adapter (#26386)Ryuta Kamizono2017-08-201-15/+4
* Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...Ryuta Kamizono2017-08-181-6/+6
* Restore `to_sql` to return only SQL (#29945)Ryuta Kamizono2017-08-186-13/+15
* Merge pull request #30048 from yahonda/regexp_aware_schema_dumper_prefix_suffixRafael França2017-08-161-1/+3
|\
| * Allow `table_name_prefix` and `table_name_suffix` have `$`Yasuo Honda2017-08-041-1/+3
* | Add spaceJon Moss2017-08-161-1/+1
* | Merge pull request #30271 from kamipo/through_scope_should_not_be_affected_by...Rafael França2017-08-154-19/+14
|\ \
| * | Through scope should not be affected by scopingRyuta Kamizono2017-08-154-19/+14
* | | Don't expose `write_attribute_without_type_cast`Ryuta Kamizono2017-08-161-6/+5
|/ /
* | Merge pull request #30169 from awortham/awortham/awortham/fix-sql-distinct-bugRafael Mendonça França2017-08-141-0/+3
|\ \