Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve RDoc documentation of ActionDispatch::SSL | Tim Rogers | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Improve documentation of config.force_ssl in guides | Tim Rogers | 2015-12-24 | 1 | -2/+2 |
| | |||||
* | Improve readability of CacheHelper section | Dave Powers | 2015-12-23 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | release notes, use past tense. [ci skip] | Ryuta Kamizono | 2015-12-24 | 1 | -2/+2 |
| | |||||
* | release notes, Rails 5 won't support the protected_attribtues gem. | Yves Senn | 2015-12-23 | 1 | -0/+3 |
| | | | | [ci skip] | ||||
* | release notes, extracted notable changes from Active Record CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -1/+163 |
| | | | | [ci skip] | ||||
* | release notes, extract notable changes from Active Model CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -0/+28 |
| | | | | [ci skip] | ||||
* | release notes, extract notable changes from Active Job CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -3/+16 |
| | | | | [ci skip] | ||||
* | release notes, extract notable changes from Active Support CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -1/+116 |
| | | | | [ci skip] | ||||
* | Fix typos in Rails 5.0 release notes [ci skip] | Prathamesh Sonpatki | 2015-12-23 | 1 | -2/+2 |
| | |||||
* | Fix letter case and grammar in Routing guide | Dave Powers | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | fixes typo in 5.0 release notes | Laurier Mantel | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | release notes, extract notable changes from Action Mailer CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -1/+19 |
| | | | | [ci skip] | ||||
* | release notes, extract notable changes from Action View CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -3/+24 |
| | | | | [ci skip] | ||||
* | release notes, use past tense. [ci skip] | Yves Senn | 2015-12-22 | 1 | -15/+15 |
| | |||||
* | release notes, extract notable changes from Action Pack CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -0/+114 |
| | | | | [ci skip] | ||||
* | release notes, extract notable changes from Railties CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -5/+49 |
| | | | | [ci skip] | ||||
* | guides, restructure Rails 5.0 release notes. [ci skip] | Yves Senn | 2015-12-22 | 2 | -91/+160 |
| | | | | | xref #22701. xref #20612. | ||||
* | Merge pull request #22701 from maclover7/rails-5-release-notes | Yves Senn | 2015-12-22 | 1 | -0/+188 |
|\ | | | | | [WIP] Rails 5 release notes [ci skip] | ||||
| * | Add Rails 5.0 Release Notes | Jon Moss | 2015-12-21 | 1 | -0/+188 |
| | | | | | | | | [ci skip] | ||||
* | | Merge pull request #22483 from y-yagi/use_bin_test_in_plugins_guide | Yves Senn | 2015-12-22 | 1 | -32/+67 |
|\ \ | | | | | | | use `bin/test` in plugins guide [ci skip] | ||||
| * | | use `bin/test` in plugins guide [ci skip] | yuuji.yaginuma | 2015-12-22 | 1 | -32/+67 |
| |/ | | | | | | | | | `bin/test` can use the same API as the `bin/rails test`, since it is possible to run a flexible test than rake, I think better to use a guide even `bin/test`. | ||||
* | | remove content_tag_for example | Ryo Hashimoto | 2015-12-22 | 1 | -7/+5 |
| | | |||||
* | | corrects a typo | David English | 2015-12-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #22709 from ↵ | Rafael França | 2015-12-21 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | jonatack/clarify-explanation-for-new-config-halt-callback-chains Clarify config settings for AS::halt_callback_chains_on_return_false | ||||
| * | Clarify config settings for AS::halt_callback_chains_on_return_false | Jon Atack | 2015-12-21 | 1 | -1/+1 |
| | | | | | | | | [skip ci] | ||||
* | | [ci skip] `rails new project` generates README.md now | Akshay Vishnoi | 2015-12-21 | 1 | -3/+3 |
| | | |||||
* | | Update README extension in Getting Started guide | Matthew Conway | 2015-12-20 | 1 | -1/+1 |
| | | | | | | Generated Rails app READMEs are Markdown as of 9739f07d763e29b1c5d71cabf1ca8cfa4421e653 | ||||
* | | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 1 | -1/+1 |
| | | | | | | | | Follow up to #22642. | ||||
* | | Upgrade Guide: Add missing period, :scissors: whitespace [skip ci] | Jon Atack | 2015-12-20 | 1 | -2/+2 |
|/ | |||||
* | mysql2 adapter instead of mysql [ci skip] | Rajarshi Das | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22462 from lxsameer/i18n_html_wrap | Rafael França | 2015-12-18 | 1 | -0/+2 |
|\ | | | | | wrapping i18n missing keys made optional | ||||
| * | debug_missing_translation configuration added to action_view | Sameer Rahmani | 2015-12-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | `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 | ||||
* | | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 8 | -26/+26 |
|/ | | | | Still more to do. Please assist! | ||||
* | Fix section about ApplicationRecord in upgrading guide [ci skip] | Prathamesh Sonpatki | 2015-12-17 | 1 | -4/+4 |
| | |||||
* | ApplicationRecord release notes entry | Genadi Samokovarov | 2015-12-17 | 1 | -0/+19 |
| | | | | [ci skip] | ||||
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 13 | -162/+163 |
| | | | | | | | This is a pass over the documentation which fills the missing gaps of `ApplicationRecord`. [ci skip] | ||||
* | Fix documentation about ApplicationRecord | Rafael Mendonça França | 2015-12-16 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Merge pull request #22506 from derekprior/dp-redirect_to_back_or_default | Sean Griffin | 2015-12-16 | 2 | -3/+6 |
|\ | | | | | Add `redirect_to_back_or_default` | ||||
| * | Deprecate `redirect_to :back` | Derek Prior | 2015-12-16 | 1 | -9/+4 |
| | | | | | | | | | | | | | | Applications that use `redirect_to :back` can be forced to 500 by clients that do not send the HTTP `Referer` (sic) header. `redirect_back` requires the user to consider this possibility up front and avoids this trivially-caused application error. | ||||
| * | Add `redirect_back` for safer referrer redirects | Derek Prior | 2015-12-16 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `redirect_to :back` is a somewhat common pattern in Rails apps, but it is not completely safe. There are a number of circumstances where HTTP referrer information is not available on the request. This happens often with bot traffic and occasionally to user traffic depending on browser security settings. When there is no referrer available on the request, `redirect_to :back` will raise `ActionController::RedirectBackError`, usually resulting in an application error. `redirect_back` takes a required `fallback_location` keyword argument that specifies the redirect when the referrer information is not available. This prevents 500 errors caused by `ActionController::RedirectBackError`. | ||||
* | | Merge pull request #22567 from gsamokovarov/introduce-application-record | Rafael França | 2015-12-16 | 7 | -132/+148 |
|\ \ | |/ |/| | Introduce ApplicationRecord, an Active Record layer supertype | ||||
| * | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 7 | -132/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's pretty common for folks to monkey patch `ActiveRecord::Base` to work around an issue or introduce extra functionality. Instead of shoving even more stuff in `ActiveRecord::Base`, `ApplicationRecord` can hold all those custom work the apps may need. Now, we don't wanna encourage all of the application models to inherit from `ActiveRecord::Base`, but we can encourage all the models that do, to inherit from `ApplicationRecord`. Newly generated applications have `app/models/application_record.rb` present by default. The model generators are smart enough to recognize that newly generated models have to inherit from `ApplicationRecord`, but only if it's present. | ||||
* | | Merge pull request #22611 from existent-co-uk/patch-1 | Rafael França | 2015-12-16 | 1 | -2/+2 |
|\ \ | | | | | | | Fix a couple of grammatical errors in security.md | ||||
| * | | Fix a couple of grammatical errors in security.md | Existent Ltd | 2015-12-16 | 1 | -2/+2 |
| |/ | |||||
* / | Mention the correct way to halt callback chains | Carlos Souza | 2015-12-16 | 1 | -1/+1 |
|/ | | | | | The previous title was misleading. [ci skip] | ||||
* | Use a real migration version number in docs | Matthew Draper | 2015-12-15 | 4 | -35/+35 |
| | | | | | Even though this means more things to change when we bump after a release, it's more important that our examples are directly copyable. | ||||
* | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 4 | -35/+35 |
| | | | | | | | | | | If we use a real version, at best that'll be an onerous update required for each release; at worst, it will encourage users to write new migrations against an older version than they're using. The other option would be to leave these bare, without any version specifier. But as that's just a variant spelling of "4.2", it would seem to raise the same concerns as above. | ||||
* | Merge branch 'rails-rake-proxy' | Kasper Timm Hansen | 2015-12-13 | 1 | -5/+7 |
|\ | |||||
| * | Implement Rake proxy for Rails' command line interface. | Dharam Gollapudi | 2015-12-13 | 1 | -5/+7 |
|/ | | | | | | | Allows any Rake task to be run through `bin/rails` such as `bin/rails db:migrate`, `bin/rails notes` etc. The Rake tasks are appended to Rails' help output, and blend in as standard commands. |