aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Squash `warning: instance variable @filename not initialized`utilum2019-04-121-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #35918 from kamipo/lazy_sync_with_transaction_state_on_des...Ryuta Kamizono2019-04-123-8/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Lazy sync with transaction state on destroyRyuta Kamizono2019-04-103-8/+10
* | | | | | | | | | | Merge pull request #35920 from kamipo/dont_call_commit_callbacks_for_invalid_...Ryuta Kamizono2019-04-124-5/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Don't call after_commit callbacks despite a record isn't savedRyuta Kamizono2019-04-124-5/+43
* | | | | | | | | | | | Merge pull request #28830 from kamipo/dont_regard_extension_block_as_scopeRyuta Kamizono2019-04-126-40/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix `automatic_inverse_of` not to be disabled if extension block is givenRyuta Kamizono2019-04-126-40/+33
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Refactor around sql_type metadata and columnRyuta Kamizono2019-04-124-33/+35
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #32541 from sergiogomez/remove-lock-from-params-wrapperMatthew Draper2019-04-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove lock from method modelSergio Gómez2018-04-121-1/+1
* | | | | | | | | | | | Merge pull request #35949 from shioyama/rename_matchers_iterator_nameRyuta Kamizono2019-04-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Rename "method" to "matcher" in map blockChris Salzberg2019-04-121-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #35865 from jhawthorn/template_file_sourceRafael França2019-04-117-83/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove FileTemplateJohn Hawthorn2019-04-043-14/+3
| * | | | | | | | | | | Deprecate Template#refreshJohn Hawthorn2019-04-042-36/+4
| * | | | | | | | | | | Add ActionView::Template::Sources::FileJohn Hawthorn2019-04-044-24/+38
| * | | | | | | | | | | Don't call Template#refreshJohn Hawthorn2019-04-041-6/+1
| * | | | | | | | | | | Don't discard source after renderingJohn Hawthorn2019-04-042-5/+2
* | | | | | | | | | | | Auto-correct `Style/RedundantBegin` cop offencesRyuta Kamizono2019-04-121-5/+3
* | | | | | | | | | | | Merge pull request #35908 from soartec-lab/update_guide_engine_app_dirRafael França2019-04-111-3/+25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add all descriptions in app directory [skip ci]soartec-lab2019-04-091-3/+25
* | | | | | | | | | | | | Merge pull request #35919 from Shopify/simplify-define_url_helperRafael França2019-04-111-12/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Simplify and fasten NamedRouteCollection#define_url_helperJean Boussier2019-04-101-12/+10
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #35838 from yahonda/more_than_1000_inlistRafael França2019-04-114-0/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Address `ORA-01795: maximum number of expressions in a list is 1000`Yasuo Honda2019-04-114-0/+138
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #35921 from Shopify/deduplicate-activerecord-stringsRafael França2019-04-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Deduplicate Active Record reflection namesJean Boussier2019-04-101-2/+2
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #35922 from michaelglass/move-sqlite-3-database-statements...Rafael França2019-04-112-80/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | moves sqlite3 methods that mirror Abstract::DatabaseStatements into Sqlite3::...Michael Glass2019-04-102-80/+80
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #35938 from soartec-lab/update_guide_engine_sample_codeRafael França2019-04-111-14/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \