Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #33837 from nickstanish/master | Ryuta Kamizono | 2018-09-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update CHANGELOG.md | Nick Stanish | 2018-09-10 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #33826 from tgturner/activejob-retry-attempts | Eileen M. Uchitelle | 2018-09-09 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | clarifies documentation around the attempts arugment to retry_on | Graham Turner | 2018-09-09 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | Merge pull request #33825 from bogdanvlviv/follow-up-33637-and-33770 | Eileen M. Uchitelle | 2018-09-09 | 4 | -15/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Fix `ActiveRecord::DatabaseConfigurations`'s docs | bogdanvlviv | 2018-09-09 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | | | | Fix explanation of `ActiveRecord::Base.configurations.configs_for` in the CHA... | bogdanvlviv | 2018-09-09 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | | | | Fix sqlite3 url config in "Configuring Rails Applications" guide | bogdanvlviv | 2018-09-09 | 1 | -3/+3 | |
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Add missing `perform_enqueued_jobs` to error logging test | yuuji.yaginuma | 2018-09-09 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Consistently use `visitor.compile` | Ryuta Kamizono | 2018-09-09 | 2 | -5/+5 | |
* | | | | | | | | | | | | | | | Revert a writer for `BindParam#value` | Ryuta Kamizono | 2018-09-09 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Use `visitor.compile` instead of constructing by connection itself | Ryuta Kamizono | 2018-09-09 | 3 | -7/+3 | |
* | | | | | | | | | | | | | | | `supports_xxx?` returns whether a feature is supported by the backend | Ryuta Kamizono | 2018-09-08 | 8 | -44/+32 | |
|/ / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / | reflect c03bba4 in CHANGELOGs | Xavier Noria | 2018-09-08 | 2 | -0/+13 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #33817 from schneems/schneems/dig-simple | Richard Schneeman | 2018-09-07 | 3 | -6/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Don’t allocate array on no args | schneems | 2018-09-07 | 3 | -6/+9 | |
* | | | | | | | | | | | | | | trace autoloads, and document hints for troubleshooting | Xavier Noria | 2018-09-07 | 3 | -4/+101 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #33804 from yskkin/num_string | Ryuta Kamizono | 2018-09-08 | 4 | -4/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix non_numeric_string? | Yoshiyuki Kinjo | 2018-09-07 | 4 | -4/+14 | |
* | | | | | | | | | | | | | Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri... | Rafael França | 2018-09-07 | 2 | -3/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Call human_attribute_name with a string instead of a symbole | Martin Larochelle | 2018-08-16 | 2 | -2/+2 | |
| * | | | | | | | | | | | | `ActiveModel.full_message` interaction with `index_errors` | Martin Larochelle | 2018-08-14 | 2 | -3/+63 | |
* | | | | | | | | | | | | | Merge pull request #33756 from piecehealth/pr | Eileen M. Uchitelle | 2018-09-07 | 5 | -2/+122 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Configuration item `config.filter_parameters` could also filter out sensitive... | Zhang Kang | 2018-09-07 | 5 | -2/+122 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 6 | -28/+35 | |
* | | | | | | | | | | | | | Use canonical name for block local | yuuji.yaginuma | 2018-09-07 | 2 | -15/+15 | |
* | | | | | | | | | | | | | Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-slice | Aaron Patterson | 2018-09-06 | 3 | -3/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Update CHANGELOG for SafetyBuffer slice access | Yumin Wong | 2018-09-06 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | Use assert_predicate instead | Yumin Wong | 2018-09-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | SafeBuffer should maintain safety upon getting a slice via a range if origina... | Yumin Wong | 2018-08-31 | 2 | -3/+13 | |
* | | | | | | | | | | | | | | Merge pull request #33810 from schneems/schneems/doc-output-buffer | Richard Schneeman | 2018-09-06 | 2 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | [ci skip] Doc ActionView::OutputBuffer | schneems | 2018-09-06 | 2 | -3/+17 | |
| * | | | | | | | | | | | | | | [ci skip] Clarify CaptureHelper#capture function | schneems | 2018-09-06 | 1 | -0/+5 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #33809 from fidalgo/improve-remove-column-documentation | Richard Schneeman | 2018-09-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | [ci skip] Improve remove_column documentation | Paulo Fidalgo | 2018-09-06 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | Merge pull request #33807 from olimart/patch-4 | Rafael França | 2018-09-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix typo in i18n_railtie.rb | Olivier | 2018-09-06 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Fix test case to ensure default connection id is filled | Ryuta Kamizono | 2018-09-07 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | Merge pull request #33805 from schneems/schneems/faster-file-store | Richard Schneeman | 2018-09-06 | 1 | -6/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Faster File Store | schneems | 2018-09-06 | 1 | -6/+10 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Generate a gem that can't be pushed to Rubygems.org by default | Rafael Mendonça França | 2018-09-06 | 1 | -0/+9 | |
* | | | | | | | | | | | | | | | Merge pull request #33574 from lsylvester/change-i18n-defaults-behaviour-to-m... | Rafael França | 2018-09-06 | 3 | -4/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | update I18n fallbacks configuration to be compatible with i18n 1.1.0 | Lachlan Sylvester | 2018-08-23 | 3 | -4/+14 | |
* | | | | | | | | | | | | | | | | Merge pull request #33798 from got2be/actioncable-redis-client-name | Rafael França | 2018-09-06 | 3 | -3/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | ActionCable: add id option to redis adapter config | Ilia Kasianenko | 2018-09-05 | 3 | -3/+30 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #32405 from yhirano55/use_turbolinks_in_guide | Rafael França | 2018-09-06 | 6 | -32/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Use Turbolinks in Rails guides | Yoshiyuki Hirano | 2018-04-23 | 6 | -32/+54 | |
* | | | | | | | | | | | | | | | | Merge pull request #33799 from kamipo/deprecate_unused_methods_in_database_li... | Ryuta Kamizono | 2018-09-06 | 3 | -0/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Deprecate most methods which were never used in `DatabaseLimits` | Ryuta Kamizono | 2018-09-05 | 3 | -0/+43 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Unlock ffi version | Rafael Mendonça França | 2018-09-05 | 2 | -6/+4 |