aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | `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
* | | | | | Merge pull request #36508 from kamipo/avoid_getutcRyuta Kamizono2019-06-183-10/+10
|\ \ \ \ \ \
| * | | | | | Avoid redundant `time.getutc` call if it is already utc time objectRyuta Kamizono2019-06-183-10/+10
| | | | | | * Add database_exists? method to connection adaptersGuilherme Mansur2019-06-178-0/+71
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #36482 from Shopify/fix-translation-helper-default-hashRafael França2019-06-172-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-142-1/+6
* | | | | | Merge pull request #36506 from kamipo/group_by_with_order_by_virtual_count_at...Ryuta Kamizono2019-06-185-12/+30
|\ \ \ \ \ \
| * | | | | | PostgreSQL: Fix GROUP BY with ORDER BY virtual count attributeRyuta Kamizono2019-06-175-12/+30
|/ / / / / /
* | | | | | Merge pull request #36502 from abhaynikam/fix-typo-in-active-record-multiple-...Prem Sichanugrist2019-06-171-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo initialzer -> initializer [ci skip]Abhay Nikam2019-06-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #36497 from soartec-lab/move_date_and_time_method_to_timeRyuta Kamizono2019-06-166-128/+112
|\ \ \ \ \ \
| * | | | | | Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-166-128/+112
|/ / / / / /
* | | | | | Update default value of `variable_content_types` and `content_types_to_serve_...yuuji.yaginuma2019-06-161-2/+2
* | | | | | Merge pull request #36493 from kamipo/remove_unused_attributes_forRyuta Kamizono2019-06-164-70/+1
|\ \ \ \ \ \
| * | | | | | Remove unused `Arel::Attributes.for`Ryuta Kamizono2019-06-154-70/+1
* | | | | | | Merge pull request #36494 from soartec-lab/fix/guide_delete_description_for_d...Ryuta Kamizono2019-06-161-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |