aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add additional test for sharing templatesJohn Hawthorn2019-04-121-1/+18
* Avoid duplication using _find_allJohn Hawthorn2019-04-121-11/+7
* Support disabling cache for DigestorJohn Hawthorn2019-04-123-22/+51
* De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-124-10/+82
* Add tests against resolverJohn Hawthorn2019-04-113-0/+109
* 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
* | | | | | | Merge pull request #35916 from soartec-lab/delete_not_use_methodRyuta Kamizono2019-04-111-15/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Delete not user method for plugin_generatorsoartec-lab2019-04-091-15/+0
| | |_|_|/ / | |/| | | |
* | | | | | Adding type option example to the documentation [ci skip] (#35917)Roberto Miranda2019-04-101-0/+1
| |/ / / / |/| | | |
* | | | | Revert "Remove unused callbacks in the `Topic` model"Ryuta Kamizono2019-04-101-0/+4
* | | | | Remove unused callbacks in the `Topic` modelRyuta Kamizono2019-04-101-4/+0
* | | | | Merge pull request #28155 from lcreid/belongs_toRyuta Kamizono2019-04-107-2/+72
|\ \ \ \ \
| * | | | | Fix circular `autosave: true`Larry Reid2018-07-237-2/+75
* | | | | | Accidentally lost `comment` in `Column#==` and `Column#hash`Ryuta Kamizono2019-04-101-2/+4
* | | | | | Exclude all `node_modules` from the RuboCop checkyuuji.yaginuma2019-04-101-1/+1