aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23014 from jonatack/improve-generated-config-filesRafael França2016-01-152-4/+6
|\
| * Improve generated config initializer filesJon Atack2016-01-132-4/+6
* | Merge pull request #23052 from kamipo/update_deprecation_horizonRafael França2016-01-151-3/+3
|\ \
| * | Update deprecation_horizon to 5.1 from 5.0 [ci skip]Ryuta Kamizono2016-01-141-3/+3
* | | Merge pull request #23059 from rails/revert-23017-schneems/migration-sets-env...Sean Griffin2016-01-142-58/+19
|\ \ \
| * | | Revert "Set environment even when no migration runs"Sean Griffin2016-01-142-58/+19
|/ / /
* | | Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t...Kasper Timm Hansen2016-01-145-45/+2
* | | Merge pull request #23048 from kamipo/substitute_at_is_no_longer_usedSean Griffin2016-01-146-20/+3
|\ \ \
| * | | `substitute_at` is no longer usedRyuta Kamizono2016-01-146-20/+3
* | | | Properly include the `from` clause when merging relationsSean Griffin2016-01-142-0/+10
* | | | Ensure enum scopes work properly with STI and inheritanceSean Griffin2016-01-141-1/+1
* | | | Merge pull request #23017 from schneems/schneems/migration-sets-environment-v...Richard Schneeman2016-01-142-19/+58
|\ \ \ \
| * | | | Set environment even when no migration runsschneems2016-01-112-1/+37
| * | | | Clean up duplicate migration logicschneems2016-01-112-18/+21
| | |_|/ | |/| |
* | | | Merge pull request #23054 from ankit1910/update-docJon Moss2016-01-141-0/+1
|\ \ \ \
| * | | | update doc for << method of has_many associationankit19102016-01-141-0/+1
* | | | | Merge pull request #23056 from ankit1910/fix-typoRafael França2016-01-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ci skip] fix typo in docsankit19102016-01-141-1/+1
|/ / / /
* | | | Merge pull request #23049 from sevenseacat/patch-1Jon Moss2016-01-131-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typo in docs [ci skip]Rebecca Skinner2016-01-141-2/+2
|/ / /
* | / Space OddityAkira Matsuda2016-01-143-4/+4
| |/ |/|
* | docs, formatting pass over changelogs. [ci skip]Yves Senn2016-01-134-11/+13
* | fix regression when loading fixture files with symbol keys.Yves Senn2016-01-134-2/+16
* | Merge pull request #23040 from rafaelfranca/or-error-messageMatthew Draper2016-01-132-7/+11
|\ \
| * | Improve error message for #or when it is structurally incompatibleRafael Mendonça França2016-01-132-7/+11
|/ /
* | do not run in parallel on travisAaron Patterson2016-01-121-1/+5
* | Revert "Change `WhereClause#merge` to same named columns on diff tables"Sean Griffin2016-01-122-25/+13
* | remove `present?` callsAaron Patterson2016-01-121-4/+4
* | monkey patch `recycle!` on to controllers onceAaron Patterson2016-01-121-4/+4
* | Merge pull request #22935 from cllns/add-status-name-to-outputRafael França2016-01-125-17/+84
|\ \
| * | Add both HTTP Response Code and Type to assertion messagesSean Collins2016-01-125-17/+84
* | | Merge pull request #23035 from jkowens/fix-null-byteRafael França2016-01-122-1/+9
|\ \ \
| * | | Prevent attempt to serve a request with a null byteJordan Owens2016-01-122-1/+9
* | | | Change `WhereClause#merge` to same named columns on diff tablesSean Griffin2016-01-122-13/+25
* | | | Merge pull request #23034 from claudiob/fix-ac-param-as-jsonRafael França2016-01-122-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | AC::Parameters#at_json: restore Rails 4.2’s valueclaudiob2016-01-122-1/+8
* | | | bring back `TEST` env for `rake test`.Yves Senn2016-01-123-1/+21
|/ / /
* | | add migration versioning example to the changelog. [ci skip]Yves Senn2016-01-121-0/+8
* | | Merge pull request #23004 from matthewd/default-scope-stiMatthew Draper2016-01-127-19/+61
|\ \ \
| * | | Skip the STI condition when evaluating a default scopeMatthew Draper2016-01-124-3/+24
| * | | Active scopes apply to child classes, though not parents/siblingsMatthew Draper2016-01-123-16/+37
| | |/ | |/|
* | | Merge pull request #23020 from matthewd/frozen-headersMatthew Draper2016-01-123-1/+29
|\ \ \
| * | | Commit before freezing the headersMatthew Draper2016-01-123-1/+29
|/ / /
* | | Merge pull request #20762 from maurogeorge/record-not-found-docJon Moss2016-01-111-2/+6
|\ \ \
| * | | Add a note on ActionController guide about 404Mauro George2016-01-111-2/+6
* | | | Unneeded &block parametersAkira Matsuda2016-01-121-2/+2
|/ / /
* | | Merge pull request #23015 from schneems/schneems/manual-environment-setRichard Schneeman2016-01-112-6/+17
|\ \ \ | |/ / |/| |
| * | Allow manually setting environment valueschneems2016-01-112-6/+17
|/ /
* | Merge pull request #23003 from y-yagi/remove_warningsKasper Timm Hansen2016-01-111-2/+2
|\ \
| * | remove warnings from rake testyuuji.yaginuma2016-01-111-2/+2