aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #36582 from f1337/master"Ryuta Kamizono2019-07-021-2/+2
* Merge pull request #36582 from f1337/masterRyuta Kamizono2019-07-021-2/+2
|\
| * use 'template' instead of 'create_file' for erb templates in generators guide...Michael R Fleet2019-07-011-2/+2
|/
* bumps ZeitwerkXavier Noria2019-06-302-3/+3
* adds two sections to the upgrading notes for autoloading [skip ci]Xavier Noria2019-06-301-0/+16
* Make `bin/setup` test pass even if the database does not existyuuji.yaginuma2019-06-301-1/+1
* Link to top of PR as well as other links [ci skip]yuuji.yaginuma2019-06-291-1/+1
* Add "SCHEMA" to the query in `configure_connection` like as other adaptersRyuta Kamizono2019-06-281-1/+1
* warning: instance variable @serial not initialized (#36556)utilum2019-06-281-0/+10
* Merge pull request #36565 from rails/fix-url-configsEileen M. Uchitelle2019-06-273-2/+33
|\
| * Fix broken url configseileencodes2019-06-273-2/+33
* | Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce ...Ryuta Kamizono2019-06-281-1/+1
|/
* Merge pull request #36560 from eileencodes/warn-if-database-yml-cant-be-readEileen M. Uchitelle2019-06-273-9/+48
|\
| * Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-273-9/+48
* | [ci skip] Update free-programming-books link in getting started guideMasayuki Morita2019-06-261-1/+1
* | `length(title)` is a safe SQL string since #36448Ryuta Kamizono2019-06-261-2/+2
* | Merge pull request #36555 from dineshpanda/update-initialization-guideRafael França2019-06-251-0/+4
|\ \
| * | [ci skip] Refer actionmailbox and actiontext in the guidedineshpanda2019-06-261-0/+4
|/ /
* | Merge pull request #36553 from tatsuyafw/fix-robots-txt-urlRyuta Kamizono2019-06-252-2/+2
|\ \
| * | Replace the www.robotstxt.org URL with https one [ci skip]Tatsuya Hoshino2019-06-252-2/+2
|/ /
* | Merge pull request #36530 from benoittgt/source_annotation_deprecation_issueRafael França2019-06-241-1/+1
|\ \ | |/ |/|
| * Rely on Kernel require instead of self requireBenoit Tigeot2019-06-221-1/+1
* | Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc...Rafael França2019-06-244-1/+49
|\ \
| * | Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail...Vishal Telangre2019-05-104-1/+49
* | | Update link to OWASP XSS cheat sheet [ci skip]Aaron Suarez2019-06-231-1/+1
* | | Test against all sent attributesyuuji.yaginuma2019-06-231-0/+2
| |/ |/|
* | Indentation >>Akira Matsuda2019-06-221-6/+6
* | Schema Cache: extract deduplication commonalityKasper Timm Hansen2019-06-211-10/+15
* | Merge pull request #36529 from Shopify/schema-cache-deduplication-init-withKasper Timm Hansen2019-06-211-6/+6
|\ \
| * | Also deduplicate schema cache data when using the init_with interfaceJean Boussier2019-06-211-6/+6
|/ /
* | Merge pull request #36490 from y-yagi/revise_36034Yuji Yaginuma2019-06-217-1/+79
|\ \
| * | Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-217-1/+79
|/ /
* | Merge pull request #36526 from yahonda/test_statement_cache_with_in_clause_pgRyuta Kamizono2019-06-211-1/+1
|\ \
| * | Address test_statement_cache_with_in_clause failure due to nondeterministic s...Yasuo Honda2019-06-201-1/+1
* | | Merge pull request #36525 from eileencodes/revert-integer-change-to-schema-mi...Rafael França2019-06-203-3/+4
|\ \ \ | |/ / |/| |
| * | Revert schema dumper to use strings rather than integerseileencodes2019-06-203-3/+4
|/ /
* | Merge pull request #36520 from kamipo/test_case_for_deterministic_orderRyuta Kamizono2019-06-201-0/+6
|\ \
| * | Add test cases to ensure deterministic order for ordinal methodsRyuta Kamizono2019-06-191-0/+6
* | | Merge pull request #36523 from y-yagi/include_bcc_in_mail_sent_from_developme...Yuji Yaginuma2019-06-202-0/+3
|\ \ \
| * | | Include BCC in the mail that sent from the development pageyuuji.yaginuma2019-06-202-0/+3
|/ / /
* | | Merge pull request #36486 from benthorner/masterYuji Yaginuma2019-06-204-6/+32
|\ \ \
| * | | Allow using env var to specify pidfileBen Thorner2019-06-194-6/+32
* | | | Merge pull request #36518 from Shopify/drop-schema-cache-column-hashKasper Timm Hansen2019-06-191-8/+5
|\ \ \ \
| * | | | Stop serializing and parsing columns_hash in Active Record schema cachesJean Boussier2019-06-191-8/+5
| | |/ / | |/| |
* | | | Merge pull request #36521 from itsWill/autoloading_in_exceptionsGannon McGibbon2019-06-192-0/+5
|\ \ \ \
| * | | | Autoload SyntaxErrorInTemplateGuilherme Mansur2019-06-192-0/+5
| |/ / /
* | | | Merge pull request #36279 from itsWill/better_error_messages_for_abstract_tableGannon McGibbon2019-06-194-0/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Better error message for calling columns_hashGuilherme Mansur2019-06-194-0/+19
|/ / /
* | | Merge pull request #35891 from Shopify/schema-cache-deduplicationKasper Timm Hansen2019-06-1912-16/+123
|\ \ \
| * | | Deduplicate various Active Record schema cache structuresJean Boussier2019-06-0312-16/+123