aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30628 from yhirano55/add_local_option_to_message_formRyuta Kamizono2017-09-171-1/+1
|\
| * Add local option to Message form [ci skip]Yoshiyuki Hirano2017-09-171-1/+1
* | Merge pull request #30626 from yhirano55/fix_activestorage_readmeKasper Timm Hansen2017-09-173-3/+3
|\ \
| * | Fix file missing in activestorage's example code [ci skip]Yoshiyuki Hirano2017-09-173-3/+3
| |/
* | Merge pull request #30609 from y-yagi/add_tests_for_credentials_commandKasper Timm Hansen2017-09-171-0/+19
|\ \ | |/ |/|
| * Add tests for credentials commandyuuji.yaginuma2017-09-151-0/+19
* | Merge pull request #30625 from y-yagi/remove_frozen_string_literal_from_templ...Ryuta Kamizono2017-09-1712-24/+0
|\ \
| * | Remove frozen_string_literal magic comment from templatesyuuji.yaginuma2017-09-1712-24/+0
| |/
* | Merge pull request #30617 from y-yagi/dont_expose_activestorage_routesGeorge Claghorn2017-09-162-33/+18
|\ \
| * | Don't expose Active Storage routesyuuji.yaginuma2017-09-162-33/+18
| |/
* | Merge pull request #30618 from y-yagi/fix_credentailsRyuta Kamizono2017-09-161-3/+3
|\ \
| * | Fix typo: `credentails` -> `credentials` [ci skip]yuuji.yaginuma2017-09-161-3/+3
| |/
* | Merge pull request #30608 from yhirano55/add_local_option_to_form_withKasper Timm Hansen2017-09-151-4/+4
|\ \ | |/ |/|
| * Update Getting Started with Rails [ci skip]Yoshiyuki Hirano2017-09-151-4/+4
|/
* Remove stopgap_13632 entirely for now: it doesn't support 2.2.8Matthew Draper2017-09-151-3/+0
* Stick with the RUBY_VERSION check on stopgap_13632Matthew Draper2017-09-152-3/+1
* Bump Travis to new Ruby releasesMatthew Draper2017-09-152-11/+11
* Inline the lone add_master_key_file_silently use.Kasper Timm Hansen2017-09-141-5/+1
* Merge pull request #30582 from y-yagi/do_no_add_master_key_and_credentialsKasper Timm Hansen2017-09-141-0/+4
|\
| * Do not add master key and credentials when `pretend` option is specifiedyuuji.yaginuma2017-09-121-0/+4
* | Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignoreKasper Timm Hansen2017-09-144-17/+45
|\ \
| * | Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-144-17/+45
| |/
* | Avoid making HTTP requests to generate signed URLs for GCS objectsGeorge Claghorn2017-09-131-3/+3
* | Remove unused explicit delegation to `klass` in `relation`Ryuta Kamizono2017-09-143-8/+2
* | Don't use `collection.table_name` in `collection_cache_key`Ryuta Kamizono2017-09-142-1/+19
* | Merge pull request #30598 from yhirano55/update_activejob_basicsRyuta Kamizono2017-09-141-0/+1
|\ \
| * | Update Active Job Basics [ci skip]Yoshiyuki Hirano2017-09-141-0/+1
* | | Don't use `quoted_table_name` in `limited_ids_for`Ryuta Kamizono2017-09-142-2/+8
* | | Merge pull request #30596 from yahonda/address_test_or_with_bind_params_failureRyuta Kamizono2017-09-141-1/+1
|\ \ \
| * | | Address random `test_or_with_bind_params` failuresYasuo Honda2017-09-131-1/+1
* | | | `quoted_table_name` doesn't respect table aliasRyuta Kamizono2017-09-142-1/+12
|/ / /
* | | Make `in_batches` queries to preparableRyuta Kamizono2017-09-141-3/+10
* | | [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-138-80/+45
* | | Merge pull request #30591 from yhirano55/update_getting_startedVipul A M2017-09-131-0/+2
|\ \ \ | |/ / |/| |
| * | Update Getting Started with Rails [ci skip]Yoshiyuki Hirano2017-09-141-0/+2
|/ /
* | Merge pull request #30568 from starknx/fix-active-storage-firefoxJavan Makhmali2017-09-133-1/+3
|\ \
| * | Fix activestorage direct upload on firefox_N_I_X_O_N_2017-09-123-1/+3
* | | Merge pull request #30587 from ydakuka/fix-created-atप्रथमेश Sonpatki2017-09-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fix created_at [ci skip]Yauheni Dakuka2017-09-131-1/+1
|/ /
* | Use escaped character in regexpyhirano552017-09-111-1/+1
* | Rename activestorage/test/service/configurations.yml to activestorage/test/se...George Claghorn2017-09-111-0/+0
* | Ignore activestorage/test/service/configurations.ymlGeorge Claghorn2017-09-111-0/+1
|/
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-1128-123/+678
* Merge pull request #30564 from tgxworld/fix_incorrect_memoizationRyuta Kamizono2017-09-111-1/+5
|\
| * PERF: Incorrect memoization in `ActiveRecord::Associations::Preloader::Associ...Guo Xiang Tan2017-09-111-1/+5
|/
* Merge pull request #30563 from y-yagi/remove_not_used_gems_by_defaultRyuta Kamizono2017-09-111-2/+0
|\
| * Remove not used gems by default [ci skip]yuuji.yaginuma2017-09-111-2/+0
|/
* Use v3 of the AWS SDKYuji Yaginuma2017-09-093-10/+15
* Merge pull request #30552 from y-yagi/remove_needless_silence_warningsRyuta Kamizono2017-09-093-17/+3
|\
| * Remove needless `silence_warnings`yuuji.yaginuma2017-09-093-17/+3
|/