Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Default embed_authenticity_token_in_remote_forms to nil. | Kasper Timm Hansen | 2017-04-16 | 4 | -8/+100 | |
* | | | | | | Fix the doc on the `IndexDefinition` [ci skip] | Ryuta Kamizono | 2017-04-17 | 1 | -1/+1 | |
* | | | | | | Small grammar fix | Jon Moss | 2017-04-16 | 1 | -1/+1 | |
* | | | | | | Small grammar fixes | Jon Moss | 2017-04-16 | 1 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #28773 from kamipo/support_descending_indexes | Matthew Draper | 2017-04-17 | 8 | -71/+128 | |
|\ \ \ \ \ | ||||||
| * | | | | | Support Descending Indexes for MySQL | Ryuta Kamizono | 2017-04-16 | 4 | -4/+14 | |
| * | | | | | Refactor `indexes` things in connection adapters | Ryuta Kamizono | 2017-04-16 | 6 | -67/+114 | |
* | | | | | | Bump the bundled GlobalID version. | Kasper Timm Hansen | 2017-04-16 | 1 | -5/+5 | |
* | | | | | | Let run_secrets_generator handle chdir. | Kasper Timm Hansen | 2017-04-16 | 1 | -3/+1 | |
* | | | | | | Merge pull request #28631 from y-yagi/fix_28618 | Kasper Timm Hansen | 2017-04-16 | 4 | -18/+31 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Use the config value directly when call `secrets` | yuuji.yaginuma | 2017-04-16 | 4 | -18/+31 | |
* | | | | | | Revert parts of cad58fb | Jon Moss | 2017-04-15 | 1 | -27/+27 | |
* | | | | | | Merge pull request #28638 from bogdanvlviv/prepend_and_append_in_ruby | Kasper Timm Hansen | 2017-04-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Prevent aliases Array#append and Array#prepend | bogdanvlviv | 2017-04-02 | 1 | -2/+2 | |
* | | | | | | Merge pull request #28709 from prathamesh-sonpatki/release-notes-1 | Kasper Timm Hansen | 2017-04-15 | 1 | -22/+72 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Started adding release notes for Rails 5.1 [ci skip] | Prathamesh Sonpatki | 2017-04-09 | 1 | -22/+72 | |
* | | | | | | | Merge pull request #28767 from kamipo/rename_to_association_query_value | Andrew White | 2017-04-15 | 3 | -8/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Rename `association_query_handler.rb` to `association_query_value.rb` | Ryuta Kamizono | 2017-04-15 | 3 | -8/+9 | |
* | | | | | | | | Merge pull request #28768 from kamipo/early_return_array_handler | Kasper Timm Hansen | 2017-04-15 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Early return in `PredicateBuilder::ArrayHandler` | Ryuta Kamizono | 2017-04-15 | 1 | -4/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #28765 from y-yagi/fix_module_name_typo | Ryuta Kamizono | 2017-04-15 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Fix module name [ci skip] | yuuji.yaginuma | 2017-04-15 | 1 | -10/+10 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28760 from rails/fix-attributes_name | Aaron Patterson | 2017-04-14 | 4 | -12/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Move around AR::Dirty and fix _attribute method | Aaron Patterson | 2017-04-14 | 4 | -12/+30 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28661 from bogdanvlviv/fix-dirty-attributes-if-override-a... | Aaron Patterson | 2017-04-14 | 4 | -4/+35 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix inconsistency with changed attributes when overriding AR attribute reader | bogdanvlviv | 2017-04-12 | 4 | -4/+35 | |
* | | | | | | | Add additional options to time `change` methods | Andrew White | 2017-04-14 | 6 | -15/+83 | |
* | | | | | | | Merge pull request #28715 from kamipo/convert_association_queries_to_poro_que... | Andrew White | 2017-04-14 | 4 | -60/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | `AssociationQueryValue#queries` returns an array for more concise association... | Ryuta Kamizono | 2017-04-11 | 2 | -14/+7 | |
| * | | | | | | | Convert `PolymorphicArrayValue` to PORO queries | Ryuta Kamizono | 2017-04-09 | 3 | -28/+19 | |
| * | | | | | | | Convert `AssociationQueryValue` to PORO queries | Ryuta Kamizono | 2017-04-09 | 2 | -35/+23 | |
* | | | | | | | | Merge pull request #28743 from kamipo/add_test_case_for_20802 | Andrew White | 2017-04-14 | 2 | -0/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add a test case for #20802 | Ryuta Kamizono | 2017-04-13 | 2 | -0/+6 | |
* | | | | | | | | | Merge pull request #28748 from DmytroVasin/rails-ujs-fix-ajax-response-parsing | Rafael França | 2017-04-13 | 2 | -3/+31 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | Fix mistake in JS response parser: | Dmytro Vasin | 2017-04-13 | 2 | -3/+31 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #28744 from y-yagi/make_code_statistics_task_handle_system... | Rafael França | 2017-04-13 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make code statistics task handle system tests properly | yuuji.yaginuma | 2017-04-13 | 1 | -1/+2 | |
* | | | | | | | | | Merge pull request #28750 from alexmuller/patch-1 | Rafael França | 2017-04-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Close form_for tag in FormHelper API docs | Alex Muller | 2017-04-13 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* / / / / / / / | :scissors: | Ryuta Kamizono | 2017-04-13 | 7 | -7/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #28726 from matthewd/transaction-locking | Matthew Draper | 2017-04-13 | 3 | -52/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add comprehensive locking around DB transactions | Matthew Draper | 2017-04-11 | 3 | -52/+70 | |
* | | | | | | | | Merge pull request #28712 from kamipo/tweaks_28678 | Andrew White | 2017-04-12 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tweaks #28678 | Ryuta Kamizono | 2017-04-09 | 1 | -4/+5 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #28740 from matthewd/old-postgres | Matthew Draper | 2017-04-13 | 6 | -22/+33 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Use a query that's compatible with PostgreSQL 9.2 | Matthew Draper | 2017-04-12 | 6 | -22/+33 | |
|/ / / / / / / | ||||||
* | | | | | | | Move CHANGELOG.md entry from Active Support to Action Pack | Jon Moss | 2017-04-11 | 2 | -13/+13 | |
* | | | | | | | :scissors: | Rafael Mendonça França | 2017-04-11 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #28731 from y-yagi/fix_rubocop_violations | Rafael França | 2017-04-11 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix rubocop violations | yuuji.yaginuma | 2017-04-12 | 2 | -2/+2 | |
|/ / / / / / / |