Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22712 from jonatack/update-changelogs | Rafael França | 2015-12-20 | 1 | -0/+1 |
|\ | | | | | Add missing @claudiob credit to change log [skip ci] | ||||
| * | Add missing @claudiob credit to change log [skip ci] | Jon Atack | 2015-12-20 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #22715 from kamipo/remove_mysql_adapter | Sean Griffin | 2015-12-20 | 13 | -98/+87 |
|\ \ | |/ |/| | Remove legacy mysql adapter | ||||
| * | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 13 | -98/+87 |
|/ | | | | Follow up to #22642. | ||||
* | Merge pull request #22711 from ↵ | Kasper Timm Hansen | 2015-12-20 | 1 | -2/+2 |
|\ | | | | | | | | | jonatack/add-missing-period-in-upgrading-rails-guide Upgrade Guide: Add missing period, :scissors: whitespace [skip ci] | ||||
| * | Upgrade Guide: Add missing period, :scissors: whitespace [skip ci] | Jon Atack | 2015-12-20 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #22704 from rajcybage/mysql_fix | Sean Griffin | 2015-12-20 | 3 | -4/+4 |
|\ | | | | | mysql2 adapter instead of mysql [ci skip] | ||||
| * | mysql2 adapter instead of mysql [ci skip] | Rajarshi Das | 2015-12-20 | 3 | -4/+4 |
| | | |||||
* | | Merge pull request #22707 from yui-knk/fix_warning | Richard Schneeman | 2015-12-20 | 1 | -1/+1 |
|\ \ | | | | | | | Suppress warning ambiguous first argument | ||||
| * | | Suppress warning ambiguous first argument | yui-knk | 2015-12-20 | 1 | -1/+1 |
| |/ | | | | | | | | | Suppress warning (warning: ambiguous first argument; put parentheses or a space even after `/' operator) | ||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-12-20 | 3 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | remove extra spaces in fixtures doc part | Gaurav Sharma | 2015-12-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | ``` Every time when a fixture generate, it’s also generating improper doc. one: {} # column: value # two: {} # column: value ``` | ||||
| * | Add missing punctuation mark [ci skip] | Gaurav Sharma | 2015-11-18 | 2 | -3/+3 |
| | | |||||
* | | Add a commend about deprecation of ActiveSupport::OrderedHash | Rafael Mendonça França | 2015-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It is in the code to provides backward compatibility for people that have this class serialized as YAML in some storage. Closes #22681 | ||||
* | | Merge pull request #22697 from kamipo/remove_unused_mysql_specific_schema | Yves Senn | 2015-12-19 | 1 | -62/+0 |
|\ \ | | | | | | | Remove unused `test/schema/mysql_specific_schema.rb` | ||||
| * | | Remove unused `test/schema/mysql_specific_schema.rb` | Ryuta Kamizono | 2015-12-19 | 1 | -62/+0 |
| | | | | | | | | | | | | Follow up to #22642. | ||||
* | | | docs, follow up to #22699. [ci skip] | Yves Senn | 2015-12-19 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #22699 from omotenko/patch-1 | Kasper Timm Hansen | 2015-12-19 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Update README.md | ||||
| * | | Update README.md | Oleg Motenko | 2015-12-19 | 1 | -1/+1 |
|/ / | |||||
* | | Deprecation warning now targets at 5.1 | Akira Matsuda | 2015-12-19 | 2 | -2/+6 |
| | | | | | | | | | | Also, added a test case to make sure that the default deprecation horizon is always bigger than the current Rails version. | ||||
* | | Merge pull request #22695 from sachin21/remove_ds_store | Guillermo Iguaran | 2015-12-19 | 1 | -0/+0 |
|\ \ | | | | | | | Remove .DS_Store | ||||
| * | | Remove .DS_Store | Satoshi Ohmori | 2015-12-19 | 1 | -0/+0 |
|/ / | |||||
* | | Merge pull request #22479 from RobinClowers/fix-cache-notification-order | Kasper Timm Hansen | 2015-12-19 | 2 | -20/+24 |
|\ \ | | | | | | | Fix cache fetch miss notification order | ||||
| * | | Fix cache fetch miss notification order | Robin Clowers | 2015-12-02 | 2 | -20/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/rails/rails/issues/22477. When I improved the caching instrumentation in edd33c08d98723ae9bb89cf7f019277117ed6414, I inadvertently changed the order of AS notifications when there is a cache miss. | ||||
* | | | Merge pull request #22683 from ↵ | Richard Schneeman | 2015-12-18 | 2 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | gwincr11/No-Doc-Rails__Generators__Actions__CreateMigration Add No Doc | ||||
| * | | | Add No Doc | Cory Gwin | 2015-12-18 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | In reference to rails/rail#22403 add a :nodoc: | ||||
* | | | | Merge pull request #22690 from claudiob/remove-blank-line | Richard Schneeman | 2015-12-18 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Remove blank line generated in config.ru | ||||
| * | | | | Remove blank line generated in config.ru | claudiob | 2015-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Follow the lines of the other `.tt` files ([example](https://github.com/rails/rails/blob/1611ab4db173a7596a7a94c58dabf1483f070304/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt#L26)) that have the space after the condition to avoid too many white lines in the resulted file. | ||||
* | | | | | Merge pull request #22678 from akshay-vishnoi/base_test_case | Guillermo Iguaran | 2015-12-18 | 1 | -14/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | [ActionCable] declare asset_logged private | ||||
| * | | | | | [ActionCable] declare asset_logged private | Akshay Vishnoi | 2015-12-19 | 1 | -14/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #22688 from claudiob/doc-cookie-serializer | Guillermo Iguaran | 2015-12-18 | 1 | -0/+2 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Explain what initializer/config_serializer does | ||||
| * | | | | | Explain what initializer/config_serializer does | claudiob | 2015-12-18 | 1 | -0/+2 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the other initializers, add a short comment that explains what happens when you change the value of the initializer. [ci skip] | ||||
* | | | | | Merge pull request #22687 from claudiob/doc-cookie-serializer | Claudio B | 2015-12-18 | 1 | -1/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | initializers/cookies_serializer is not new to 5.0 | ||||
| * | | | | | initializers/cookies_serializer is not new to 5.0 | claudiob | 2015-12-18 | 1 | -1/+0 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] The initializer has existed since 4.1, for instance see: https://github.com/rails/rails/blob/v4.1.0/railties/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb | ||||
* | | | | | Merge pull request #19423 from ↵ | Aaron Patterson | 2015-12-18 | 2 | -2/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | yuroyoro/fix_performance_regression_of_preloading_has_many_through_relation Fix #12537 performance regression when preloading has_many_through association | ||||
| * | | | | | Read already loaded association records from association.target | Tomohito Ozaki | 2015-04-17 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For performance, Avoid instantiate CollectionProxy. Fixes #12537 | ||||
* | | | | | | Merge pull request #22682 from y-yagi/fix_typo_in_changelog | Sean Griffin | 2015-12-18 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | fix typo in config value [ci skip] | ||||
| * | | | | | fix typo in config value [ci skip] | yuuji.yaginuma | 2015-12-19 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #22671 from habermann24/patch-1 | Rafael França | 2015-12-18 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typo in CHANGELOG | ||||
| * | | | | | Fix typo in CHANGELOG | Jan | 2015-12-18 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 10 | -0/+50 |
| | | | | | |||||
* | | | | | Merge pull request #22462 from lxsameer/i18n_html_wrap | Rafael França | 2015-12-18 | 5 | -0/+32 |
|\ \ \ \ \ | | | | | | | | | | | | | wrapping i18n missing keys made optional | ||||
| * | | | | | debug_missing_translation configuration added to action_view | Sameer Rahmani | 2015-12-18 | 5 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `I18n.translate` helper will wrap the missing translation keys in a <span> tag only if `debug_missing_translation` configuration has a truthy value. Default value is `true`. For example in `application.rb`: # in order to turn off missing key wrapping config.action_view.debug_missing_translation = false | ||||
* | | | | | | Change `alpha` to `beta1` to prep for release of Rails 5 | eileencodes | 2015-12-18 | 12 | -43/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | :tada: :beers: | ||||
* | | | | | | Add task to test the release preparation | Rafael Mendonça França | 2015-12-18 | 2 | -2/+5 |
| | | | | | | |||||
* | | | | | | Merge pull request #22668 from ryohashimoto/151219_receive | Kasper Timm Hansen | 2015-12-18 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix `receive` spelling | ||||
| * | | | | | | Fix `receive` spelling | Ryo Hashimoto | 2015-12-19 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #22658 from greysteil/handle-specified-schema-in-index-remove | Matthew Draper | 2015-12-19 | 2 | -3/+30 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Handle specified schemas when removing a Postgres index | ||||
| * | | | | | | | Handle specified schemas when removing a Postgres index | Grey Baker | 2015-12-18 | 2 | -3/+30 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #22667 from akshay-vishnoi/base_test_case | Rafael França | 2015-12-18 | 1 | -0/+22 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | [ActionCable] Test invalid action on channel |