aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update results of command in Testing guides [ci skip]Yoshiyuki Hirano2018-04-231-13/+14
* Merge pull request #31554 from fatkodima/controller_generator_suffixGuillermo Iguaran2018-04-222-1/+33
|\
| * Gracefully handle extra "controller" when generating controllerfatkodima2018-03-232-1/+33
* | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-226-6/+6
* | Merge pull request #32681 from bdewater/rubocop-0-54Ryuta Kamizono2018-04-226-15/+15
|\ \
| * | Fix Style/RedundantReturn offensesBart de Water2018-04-213-3/+3
| * | Rubocop 0.54Bart de Water2018-04-213-12/+12
* | | Merge pull request #32685 from yhirano55/fix-duplicated-suffix-for-job-generatorRyuta Kamizono2018-04-223-0/+19
|\ \ \
| * | | Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-223-0/+19
* | | | Merge pull request #32687 from yhirano55/add-generator-test-case-to-channelRyuta Kamizono2018-04-221-0/+10
|\ \ \ \
| * | | | Add test case to ChannelGeneratorTestYoshiyuki Hirano2018-04-221-0/+10
|/ / / /
* / / / Fix typo in constant name [ci skip]yuuji.yaginuma2018-04-221-1/+1
|/ / /
* | | Merge pull request #32673 from eugeneius/raw_post_multiple_requestsGeorge Claghorn2018-04-212-4/+13
|\ \ \
| * | | Reset RAW_POST_DATA between test requestsEugene Kenny2018-04-202-4/+13
* | | | Using existing models for building multiple has_one through testsRyuta Kamizono2018-04-227-54/+15
* | | | Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...Ryuta Kamizono2018-04-227-1/+64
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix .new with multiple through associationsSam DeCesare2018-04-097-1/+64
* | | | `target` in `CollectionAssociation` is always an arrayRyuta Kamizono2018-04-211-2/+2
* | | | Add test case for `collection.size` with dirty targetRyuta Kamizono2018-04-211-0/+10
* | | | Fix typo in the `touch_all` doc [ci skip]Ryuta Kamizono2018-04-211-4/+4
* | | | Merge pull request #32674 from composerinteralia/relax-assertionRyuta Kamizono2018-04-211-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Relax assertions in connection config testsDaniel Colson2018-04-201-2/+2
* | | | Merge pull request #32655 from robotdana/preload-through-polymorphic-associat...Rafael Mendonça França2018-04-204-10/+51
|\ \ \ \
| * | | | Can preload associations through polymorphic associationsDana Sherson2018-04-204-10/+51
|/ / / /
* | | | Merge pull request #31513 from fatkodima/relation-touch_allRafael França2018-04-204-11/+101
|\ \ \ \
| * | | | Add `touch_all` method to `ActiveRecord::Relation`fatkodima2018-04-134-11/+101
* | | | | Merge pull request #29286 from vinistock/create_missing_exact_template_exceptionRafael Mendonça França2018-04-208-20/+44
|\ \ \ \ \
| * | | | | Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-207-20/+37
* | | | | | Merge pull request #32572 from nao0515ki/add_optional_true_to_self_joins_sectionRafael França2018-04-201-1/+1
|\ \ \ \ \ \
| * | | | | | [ci skip] belongs_to in self join association needs optional: true, if it's o...nao0515ki2018-04-141-1/+1
* | | | | | | Don't include bootsnap by default in apps generated under JRubyGuillermo Iguaran2018-04-202-4/+13
* | | | | | | Merge pull request #32403 from albertoalmagro/improve-source-annotation-commentsRafael França2018-04-201-6/+6
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Prefix class name with Rails:: in docsAlberto Almagro2018-04-201-3/+3
| * | | | | | | [ci skip] Improve #find_in documentation.Alberto Almagro2018-04-201-3/+3
* | | | | | | | Merge pull request #32667 from yahonda/mod_empty_insert_statement_valueRafael França2018-04-203-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Allow `primary_key` argument to `empty_insert_statement_value`Yasuo Honda2018-04-203-3/+3
* | | | | | | | Merge pull request #32665 from albertoalmagro/fix-typos-filter-parametersRafael França2018-04-202-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix typo on method nameAlberto Almagro2018-04-201-1/+1
| * | | | | | | | [ci skip] Fix doc typos ActionDispatch::Http::FilterParametersAlberto Almagro2018-04-201-2/+2
* | | | | | | | | Merge pull request #23868 from gsamokovarov/debug-exceptions-interceptorsRafael França2018-04-203-1/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-203-1/+59
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #32659 from utilum/ambiguous_first_argumentAndrew White2018-04-201-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | warning: ambiguous first argument; put parentheses or a space even after `/' ...utilum2018-04-201-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613Andrew White2018-04-201-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix name of the test added by #32613bogdanvlviv2018-04-191-1/+1
* | | | | | | | Make JS views rendered work with content security policyyuuji.yaginuma2018-04-202-1/+8
* | | | | | | | Merge pull request #32575 from ybakos/guides/testing/pluralize_class_namesRafael França2018-04-191-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | guides/testing: Pluralize controller and helper class names.Yong Bakos2018-04-141-3/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #32650 from bogdanvlviv/return_back_slash_and_use___dir__Rafael França2018-04-192-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-202-2/+2