Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Make sure the flash method is defined even if helpers are not present | Rafael Mendonça França | 2018-09-13 | 2 | -6/+11 | |
* | | | | Enable `sudo` only in the required build | yuuji.yaginuma | 2018-09-14 | 1 | -4/+21 | |
* | | | | Merge pull request #33874 from gkemmey/sqlite-expression-indexes | Rafael França | 2018-09-13 | 5 | -6/+70 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | SQLite3 adapter supports expression indexes | gkemmey | 2018-09-13 | 5 | -6/+70 | |
* | | | | Merge pull request #33875 from yahonda/drop_mysql_51_support | Ryuta Kamizono | 2018-09-14 | 2 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Bump MySQL version requirement to 5.5.8 in the template files | Yasuo Honda | 2018-09-13 | 2 | -2/+2 | |
* | | | | | Merge pull request #33800 from aeroastro/feature/doc-change-for-blank | Xavier Noria | 2018-09-13 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Revert falsey with example reordered | Takumasa Ochi | 2018-09-14 | 1 | -2/+2 | |
| * | | | | | Improve API document on Object#blank? | Takumasa Ochi | 2018-09-06 | 1 | -2/+2 | |
* | | | | | | Merge pull request #33569 from eric-hemasystems/conditional-flash-helper | Rafael França | 2018-09-13 | 2 | -3/+13 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Conditionally use `helper_method` in Flash concern | Eric Anderson | 2018-08-09 | 2 | -3/+13 | |
* | | | | | | Merge pull request #33871 from gregmolnar/database_configurations | Eileen M. Uchitelle | 2018-09-13 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | add `any?` to DatabaseConfigurations | Greg Molnar | 2018-09-13 | 1 | -0/+1 | |
* | | | | | | Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks | Rafael Mendonça França | 2018-09-13 | 4 | -1/+32 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow subclasses to redefine autosave callbacks for associated records | Andrey Subbota | 2018-07-27 | 4 | -1/+32 | |
* | | | | | | | Merge pull request #33853 from yahonda/use_utf8mb4_only_if_available | Jeremy Daer | 2018-09-13 | 3 | -4/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Drop MySQL 5.1 support | Yasuo Honda | 2018-09-13 | 2 | -2/+6 | |
| * | | | | | | | Raise an exception if :charset is not specified and large prefixes / utf8mb4 ... | Yasuo Honda | 2018-09-13 | 1 | -1/+1 | |
| * | | | | | | | Validate if `utf8mb4` character set and longer index key prefix is supported | Yasuo Honda | 2018-09-13 | 2 | -2/+13 | |
* | | | | | | | | Merge pull request #33872 from sharang-d/fix-typo | Rafael França | 2018-09-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Update arguments.rb [ci skip] | Sharang Dashputre | 2018-09-13 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #33869 from bogdanvlviv/add-changelog-entries-for-33849 | Ryuta Kamizono | 2018-09-13 | 2 | -0/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add changelog entries for #33849 [ci skip] | bogdanvlviv | 2018-09-13 | 2 | -0/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #33844 from kamipo/too_many_eager_load_ids | Ryuta Kamizono | 2018-09-13 | 6 | -5/+29 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Eager loading/preloading should be worked regardless of large number of records | Ryuta Kamizono | 2018-09-12 | 6 | -5/+29 | |
* | | | | | | | Merge pull request #33860 from jhawthorn/faster_find_templates | Rafael França | 2018-09-12 | 1 | -13/+53 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix for variants: :any special case | John Hawthorn | 2018-09-12 | 1 | -1/+3 | |
| * | | | | | | | Use wildcard glob for optimized template resolving | John Hawthorn | 2018-09-12 | 1 | -13/+51 | |
* | | | | | | | | Add a test that exercice better the behavior we expect in the query cache | Rafael Mendonça França | 2018-09-12 | 1 | -2/+43 | |
* | | | | | | | | Merge pull request #33849 from ricardotk002/include-helpers-action-dispatch-i... | Rafael França | 2018-09-12 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Include test helpers when ActionDispatch::IntegrationTest is loaded | Ricardo Díaz | 2018-09-12 | 2 | -1/+8 | |
* | | | | | | | | Merge pull request #33854 from rigani/integer-multiple | Rafael França | 2018-09-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Faster multiple_of? method | rigani | 2018-09-12 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #33832 from bogdanvlviv/follow-up-33756 | Rafael França | 2018-09-12 | 5 | -31/+55 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entry | bogdanvlviv | 2018-09-12 | 2 | -8/+13 | |
| * | | | | | | | | | Build string set when `filter_attributes` is assigned | bogdanvlviv | 2018-09-12 | 2 | -7/+19 | |
| * | | | | | | | | | DRY `activerecord/lib/active_record/core.rb` and fix tests | bogdanvlviv | 2018-09-12 | 2 | -20/+27 | |
| * | | | | | | | | | Clarify docs of `config.filter_parameters` and `#filter_attributes` | bogdanvlviv | 2018-09-12 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #33856 from eileencodes/fix-query-cache-to-load-before-fir... | Eileen M. Uchitelle | 2018-09-12 | 2 | -3/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix query cache to load before first request | Eileen Uchitelle | 2018-09-12 | 2 | -3/+34 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #33852 from sharang-d/patch-2 | Yuji Yaginuma | 2018-09-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update test_helper_test.rb | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33848 from sharang-d/patch-2 | Rafael França | 2018-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update action_mailer_basics.md [ci skip] | Sharang Dashputre | 2018-09-12 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33819 from kevindew/yarn-path | Rafael França | 2018-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Run yarn install relative to Rails.root | Kevin Dew | 2018-09-07 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #33483 from DylanReile/master | Rafael França | 2018-09-11 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Disable content security policy for mailer previews | Dylan Reile | 2018-07-30 | 1 | -0/+2 | |
* | | | | | | | | | | Merge pull request #27792 from tjoyal/sandbox-tagged-logging | Rafael Mendonça França | 2018-09-11 | 3 | -10/+35 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | TaggedLogging to return a new logger instance | Thierry Joyal | 2017-02-27 | 3 | -10/+34 |