aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update increment! documentation [ci skip]Eugene Kenny2016-08-151-8/+8
* | | Merge pull request #27603 from prathamesh-sonpatki/fix-random-failureSantiago Pastorino2017-01-081-0/+2
|\ \ \
| * | | Fix random failure related to migration environmentPrathamesh Sonpatki2017-01-071-0/+2
* | | | Merge pull request #27602 from prathamesh-sonpatki/followup-27596Santiago Pastorino2017-01-081-1/+8
|\ \ \ \
| * | | | Followup of #27596, test output of "run" method as wellPrathamesh Sonpatki2017-01-071-1/+8
| |/ / /
* | | | Merge pull request #27598 from NickLaMuro/fix-deep-nesting-where-clauses-with...Sean Griffin2017-01-072-1/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Adds .to_s to table_name callNick LaMuro2017-01-061-1/+1
| * | | Add failing test for where with joinsNick LaMuro2017-01-061-0/+17
* | | | Preserve `up` and `down` return typeschneems2017-01-062-2/+18
|/ / /
* | | Merge pull request #27294 from eavgerinos/doc-ar-callbacks-orderRafael França2017-01-061-0/+49
|\ \ \
| * | | [ci skip] ActiveRecord: Document order of CallbacksAggelos Avgerinos2016-12-221-0/+49
* | | | Privatize unneededly protected methods in Active RecordAkira Matsuda2017-01-055-16/+12
* | | | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-0522-28/+28
* | | | This method is never called since 8e633e505880755e7e366ccec2210bbe2b5436e7Akira Matsuda2017-01-051-7/+0
* | | | Merge pull request #27580 from kamipo/optimize_information_schema_queryRafael França2017-01-051-0/+1
|\ \ \ \
| * | | | Optimizing information_schema query for `foreign_keys`Ryuta Kamizono2017-01-051-0/+1
* | | | | Fix style guide violationsRafael Mendonça França2017-01-051-3/+3
|/ / / /
* | | | Require "models/post" before "models/comment"Yasuo Honda2017-01-042-2/+2
* | | | Raise error when has_many through is defined before through associationChris Holmes2017-01-045-0/+38
* | | | Fix `find_by` and `where` consistencyRyuta Kamizono2017-01-042-3/+8
* | | | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-0324-198/+114
* | | | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* | | | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...Rafael França2017-01-031-1/+1
|\ \ \ \
| * | | | Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* | | | | Merge pull request #27563 from kamipo/fix_typoRafael França2017-01-031-1/+1
|\ \ \ \ \
| * | | | | Fix typo s/permited/permitted/Ryuta Kamizono2017-01-041-1/+1
* | | | | | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-0324-114/+198
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-0324-114/+198
* | | | | | Merge pull request #25522 from kamipo/fix_select_rows_method_signature_for_co...Rafael França2017-01-033-20/+24
|\ \ \ \ \ \
| * | | | | | Fix `select_rows` method signature for consistencyRyuta Kamizono2017-01-043-20/+24
* | | | | | | Remove unneeded requires at active recordRafael Mendonça França2017-01-033-5/+0
* | | | | | | Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexesRafael Mendonça França2017-01-037-5/+29
|\ \ \ \ \ \ \
| * | | | | | | Deprecate passing `name` to `indexes` like `tables`Ryuta Kamizono2017-01-047-5/+29
* | | | | | | | Remove deprecation of using ActiveRecord::Base instance in .updateRafael Mendonça França2017-01-033-6/+5
* | | | | | | | Remove deprecated db:test:clone* tasksRafael Mendonça França2017-01-032-24/+4
* | | | | | | | Fix test name `deprecated` to `not_permitted`Ryuta Kamizono2017-01-031-2/+2
* | | | | | | | Merge pull request #27559 from maclover7/jm-ar-changelog-grammarJon Moss2017-01-031-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Rephrase CHANGELOG.md entryJon Moss2017-01-031-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #25460 from maclover7/jm-uncachedSean Griffin2017-01-031-0/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add explicit testing for `uncached` vs. `cached`Jon Moss2016-06-211-0/+21
* | | | | | | Merge pull request #26352 from kamipo/avoid_to_call_set_inverse_instance_twiceArthur Nogueira Neves2017-01-032-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Avoid to call `set_inverse_instance` twice for `has_many` associationRyuta Kamizono2016-12-282-2/+2
* | | | | | | | Merge pull request #25927 from y-yagi/remove_needless_warning_for_hstoreSean Griffin2017-01-031-5/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | remove needless warning for hstoreyuuji.yaginuma2016-08-151-5/+0
* | | | | | | | | Compare deserialized values for `PostgreSQL::OID::Hstore` typesJon Moss2017-01-033-0/+34
* | | | | | | | | [ci skip] Find and record the article! 🤓Kasper Timm Hansen2017-01-031-2/+2
* | | | | | | | | Raise ArgumentError when a instance of ActiveRecord::Base is passed toRafael Mendonça França2017-01-034-19/+18
* | | | | | | | | Merge pull request #27335 from kamipo/remove_duplicated_model_definitionSean Griffin2017-01-032-10/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove duplicated model class definitions in `test/cases/base_test.rb`Ryuta Kamizono2016-12-122-10/+4
* | | | | | | | | | Consistently apply adapter behavior when serializing arraysSean Griffin2017-01-035-17/+62