aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #28678 from hedgesky/use_formatted_number_as_schema_versionRafael França2017-04-081-1/+9
|\ \ \ \
| * | | | use formatted number as schema versionAnton Chuchkalov2017-04-051-1/+9
* | | | | Merge pull request #28705 from kamipo/extract_construct_relation_for_existsRafael França2017-04-082-17/+33
|\ \ \ \ \
| * | | | | Extract `construct_relation_for_exists` in `FinderMethods`Ryuta Kamizono2017-04-091-12/+15
| * | | | | More exercise `exists?` testsRyuta Kamizono2017-04-081-5/+18
* | | | | | Drop the "Sanity Check" contributing stepMatthew Draper2017-04-091-10/+0
* | | | | | Remove mentions and instructions for docrailsMatthew Draper2017-04-092-18/+2
|/ / / / /
* | | | | Merge pull request #28692 from kmcphillips/masterRafael França2017-04-073-4/+49
|\ \ \ \ \
| * | | | | Passing in no arguments to the dynamic fixture accessor method returns all fi...Kevin McPhillips2017-04-073-4/+49
* | | | | | SpacesRafael Mendonça França2017-04-071-0/+1
* | | | | | More :scissors:Rafael Mendonça França2017-04-071-1/+1
* | | | | | :scissors:Rafael França2017-04-071-1/+1
* | | | | | Fix Guides to include #23138 [ci skip]claudiob2017-04-071-8/+1
|/ / / / /
* | | | | Merge pull request #28670 from aledalgrande/activerecord-docs-fixRafael França2017-04-071-1/+5
|\ \ \ \ \
| * | | | | Fix edge guides for Active Record callbacksAlessandro Dal Grande2017-04-041-1/+5
* | | | | | Merge pull request #28632 from kamipo/fix_warning_extra_states_are_no_longer_...Rafael França2017-04-071-4/+4
|\ \ \ \ \ \
| * | | | | | Fix `warning: extra states are no longer copied`Ryuta Kamizono2017-04-011-4/+4
* | | | | | | Merge pull request #28687 from kamipo/fix_warning_already_initialized_constantRafael França2017-04-061-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Fix `warning: already initialized constant HashWithIndifferentAccessTest::Has...Ryuta Kamizono2017-04-071-1/+0
* | | | | | | | Merge pull request #28688 from kamipo/remove_duplicated_test_prefixRafael França2017-04-065-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove duplicated "test" prefixRyuta Kamizono2017-04-075-8/+8
|/ / / / / / / /
* | | | | | | / Improve logging when Origin header doesn't matchJon Leighton2017-04-062-1/+16
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Work around all the thingsMatthew Draper2017-04-061-1/+11
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #28673 from koic/oracle_does_not_support_index_commentAndrew White2017-04-051-5/+9
|\ \ \ \ \ \
| * | | | | | Ignore AR tests of index comment when using OracleKoichi ITO2017-04-051-5/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #28671 from y-yagi/use_appropriate_type_to_header_optionMatthew Draper2017-04-051-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use appropriate type to `header` optionyuuji.yaginuma2017-04-051-1/+1
| | |_|/ / | |/| | |
* | | | | Avoid "can't modify frozen IOError" failuresMatthew Draper2017-04-051-5/+16
* | | | | Merge pull request #28665 from claudiob/don-t-highlight-code-in-linksClaudio B2017-04-041-4/+2
|\ \ \ \ \
| * | | | | Don't highlight code in anchorlink [ci skip]claudiob2017-04-041-4/+2
|/ / / / /
* | | | | Merge pull request #28662 from diazruy/guides-linksMatthew Draper2017-04-051-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Downplay links in Guides headersRuy Diaz2017-04-041-1/+4
|/ / / /
* | | | Merge pull request #27832 from bdewater/backtrace-silencer-regexMatthew Draper2017-04-041-1/+1
|\ \ \ \
| * | | | Update backtrace cleaner to use `Regexp#match?`Bart de Water2017-02-131-1/+1
* | | | | Merge pull request #28057 from eugeneius/clear_active_connectionsMatthew Draper2017-04-042-0/+16
|\ \ \ \ \
| * | | | | Clear active connections after initializationEugene Kenny2017-02-172-0/+16
* | | | | | Merge pull request #28029 from koic/empty_insert_statement_value_not_supportedMatthew Draper2017-04-042-0/+4
|\ \ \ \ \ \
| * | | | | | Raise NotImplementedError when using empty_insert_statement_value with OracleKoichi ITO2017-02-172-0/+4
* | | | | | | Revert "Merge pull request #28598 from wnadeau/patch-1"Rafael Mendonça França2017-04-031-1/+1
* | | | | | | Merge pull request #28649 from y-yagi/ruby-241Matthew Draper2017-04-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | CI against Ruby 2.4.1yuuji.yaginuma2017-04-031-1/+1
|/ / / / / /
* | | | | | Revert "Avoid broken faraday 0.12.0 release"Matthew Draper2017-04-022-2/+0
* | | | | | Avoid broken faraday 0.12.0 releaseMatthew Draper2017-04-022-1/+3
* | | | | | Merge pull request #28641 from diazruy/anchorsMatthew Draper2017-04-022-0/+7
|\ \ \ \ \ \
| * | | | | | Add anchor links to all headersRuy Diaz2017-04-012-0/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #28642 from ttanimichi/patch-1Matthew Draper2017-04-021-1/+1
|\ \ \ \ \ \
| * | | | | | No need to check nilTsukuru Tanimichi2017-04-021-1/+1
|/ / / / / /
* | | | | | Merge pull request #28636 from bkeepers/patch-2Matthew Draper2017-04-021-0/+2
|\ \ \ \ \ \
| * | | | | | Limit stale checks to issuesBrandon Keepers2017-04-011-0/+2
| |/ / / / /
* | | | | | Remove CHANGELOG.md entry that appears in 5-1-stableJon Moss2017-04-011-9/+0