aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-124-10/+82
| * | | | | | | | | Add tests against resolverJohn Hawthorn2019-04-113-0/+109
* | | | | | | | | | Merge pull request #35927 from arbox/masterRafael França2019-04-151-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Mark the section on PostgreSQL to be work in progress [ci skip]Andrei Beliankou2019-04-121-0/+1
| * | | | | | | | | Add section on PostgreSQL to the guides index [ci skip]Andrei Beliankou2019-04-101-0/+4
* | | | | | | | | | Merge pull request #35906 from yoones/notes-tags-registrationRafael França2019-04-154-2/+72
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Adds `register_tags`Younes SERRAJ2019-04-124-2/+72
* | | | | | | | | | Merge pull request #35899 from eileencodes/fix-connection-when-handler-doesnt...Eileen M. Uchitelle2019-04-152-17/+51
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ensure a handler is set when using `connected_to`eileencodes2019-04-082-17/+51
* | | | | | | | | | | Merge pull request #35974 from mrhead/remove-unused-modulesGeorge Claghorn2019-04-151-4/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove unused modules from StrongParametersPatrik Bóna2019-04-151-4/+0
|/ / / / / / / / / /
* | | | | | | | | | Fix dirty tracking for `touch`Ryuta Kamizono2019-04-155-9/+50
* | | | | | | | | | Correctly set application path in `test_app_update_does_not_change_config_tar...yuuji.yaginuma2019-04-151-2/+2
* | | | | | | | | | Make test application the same state as `app:update`yuuji.yaginuma2019-04-151-1/+2
* | | | | | | | | | Merge pull request #35967 from ryohashimoto/do_not_app_update_in_app_generato...Yuji Yaginuma2019-04-151-49/+60
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | use Rails::Generators::AppGenerator#update_config_files instead of `rails app...Ryo Hashimoto2019-04-131-49/+60
* | | | | | | | | | | Merge pull request #35970 from yskkin/reversible_commentRyuta Kamizono2019-04-159-7/+182
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | make change_column_comment and change_table_comment invertibleYoshiyuki Kinjo2019-04-159-7/+182
* | | | | | | | | | | | Fix broken `AppGeneratorTest#test_spring_no_fork`yuuji.yaginuma2019-04-151-1/+1
* | | | | | | | | | | | Refactor `sync_with_transaction_state`Ryuta Kamizono2019-04-151-8/+14
* | | | | | | | | | | | generate config.cache_classes = false if SpringXavier Noria2019-04-143-5/+21
* | | | | | | | | | | | Merge pull request #35951 from dv/fix-redis-fetch-multi-without-namesGeorge Claghorn2019-04-142-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Redis fetch without names returns {}David Verhasselt2019-04-122-0/+7
* | | | | | | | | | | | | Remove the Amazon SES ingressGeorge Claghorn2019-04-1411-149/+30
* | | | | | | | | | | | | Merge pull request #35971 from shioyama/avoid_acceptance_validator_module_inc...Ryuta Kamizono2019-04-141-46/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Ensure acceptance validator is not applied more than once to PersonChris Salzberg2019-04-141-46/+52
* | | | | | | | | | | | | | Remove useless `update_attributes_from_transaction_state` and `set_transactio...Ryuta Kamizono2019-04-141-14/+3
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #35956 from mrhead/fix-per-exception-retry-counterGeorge Claghorn2019-04-143-2/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use individual execution counters when calculating retry delayPatrik Bóna2019-04-123-2/+26
* | | | | | | | | | | | | | Don't expose `add_to_transaction`Ryuta Kamizono2019-04-144-18/+12
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | deprecates autoloading constants during initialization [closes #35745]Xavier Noria2019-04-143-0/+96
* | | | | | | | | | | | | Merge pull request #35968 from shioyama/apply_acceptance_validator_to_subclas...Ryuta Kamizono2019-04-141-18/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Ensure multiple anonymous modules are not included into Topic in testsChris Salzberg2019-04-141-18/+32
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #35966 from shioyama/define_validator_on_topic_subclassRyuta Kamizono2019-04-141-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add validation to subclass in tests to avoid polluting parent classChris Salzberg2019-04-131-5/+7
* | | | | | | | | | | | | | Merge pull request #35958 from yskkin/bulk_change_tableRyuta Kamizono2019-04-144-48/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | use PostgreSQL's bulk_alter_table implementationYoshiyuki Kinjo2019-04-134-48/+43
* | | | | | | | | | | | | | Merge pull request #35963 from y-yagi/fix_code_climate_exclude_patternsYuji Yaginuma2019-04-131-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix Code Climate exclude patterns configyuuji.yaginuma2019-04-131-0/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Auto-correct `Style/StringLiterals` cop offencesRyuta Kamizono2019-04-131-4/+4
* | | | | | | | | | | | | Merge pull request #35961 from shioyama/rename_method_missing_targetRyuta Kamizono2019-04-136-21/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Improve wording of commentsChris Salzberg2019-04-135-11/+11
| * | | | | | | | | | | | | Rename method_missing_target to targetChris Salzberg2019-04-131-10/+10
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Do not treat `environment_desc` as commandsyuuji.yaginuma2019-04-131-1/+3
* | | | | | | | | | | | | Fix `presicion` -> `precision`yuuji.yaginuma2019-04-132-6/+6
* | | | | | | | | | | | | Merge pull request #35957 from itsWill/reset_post_attributes_stateGannon McGibbon2019-04-121-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix test flakyness due to `test_truncate_tables`Guilherme Mansur2019-04-121-0/+16
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #35955 from shioyama/remove_method_name_from_attribute_met...Gannon McGibbon2019-04-122-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Remove unused method_name from AttributeMethodMatchChris Salzberg2019-04-122-3/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #35952 from utilum/instance_varRafael França2019-04-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |