aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use PostgreSQL's bulk_alter_table implementationYoshiyuki Kinjo2019-04-134-48/+43
* 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
|\ \ \ \ \ \ \ \
| * | | | | | | | Use modele to generate generated defaults [skip ci]soartec-lab2019-04-111-14/+17
* | | | | | | | | improves the reloading disabled error messageXavier Noria2019-04-114-4/+17
* | | | | | | | | Address new cop offence in railtiesRyuta Kamizono2019-04-121-1/+1
* | | | | | | | | Merge pull request #35933 from kamipo/refactor_dirty_trackingRyuta Kamizono2019-04-123-128/+122
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PERF: 2x ~ 30x faster dirty trackingRyuta Kamizono2019-04-113-128/+122
* | | | | | | | | | Merge pull request #35932 from takakuda/feature/adjust_nodoc_styleRafael França2019-04-112-17/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Layout/SpaceBeforeComment Enabled: truekei2019-04-121-0/+3
| * | | | | | | | | | adjust styletakakuda2019-04-111-17/+17
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #35945 from soartec-lab/update_guide_engine_sample_code_blockRafael França2019-04-111-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Code is enclosed by code block [skip ci]soartec-lab2019-04-121-1/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #35944 from soartec-lab/update_guide_engine_gem_developmen...Rafael França2019-04-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Updated the description of `add_development_dependency` [skip ci]soartec-lab2019-04-121-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #35935 from y-yagi/fixes_34837George Claghorn2019-04-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix loading `ActionMailbox::BaseController` when CSRF protection is disabledyuuji.yaginuma2019-04-111-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #35934 from YuezhiLi/patch-1Ryuta Kamizono2019-04-111-7/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Remove outdated debugging pluginsClivia2019-04-111-7/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #35924 from soartec-lab/update_guide_engine_generator_resultRyuta Kamizono2019-04-111-14/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Update the result of generate command [skip ci]soartec-lab2019-04-111-14/+6