Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #17460 from hbriggs/master | Abdelkader Boudih | 2014-10-31 | 1 | -4/+7 | |
|\ | | | | | Masked authenticity token section, finder options details, misc typos [ci skip] | |||||
| * | Add masked authenticity token section, details on finder options, misc typos ↵ | Hannah Briggs | 2014-10-31 | 1 | -5/+8 | |
| | | | | | | | | [ci skip] | |||||
* | | [ci skip] Fixes typos in section 2.7 "Rails Html Sanitizer", adds content to ↵ | Hannah Briggs | 2014-10-29 | 1 | -3/+3 | |
|/ | | | | section 2.8 "Rails DOM Testing" | |||||
* | Clarify wording in Rails HTML Sanitizer section | Dave Powers | 2014-10-16 | 1 | -1/+1 | |
| | | | [ci skip] | |||||
* | Fix grammar | Dave Powers | 2014-10-07 | 1 | -1/+1 | |
| | ||||||
* | Fix typo in upgrading guide | Prathamesh Sonpatki | 2014-09-27 | 1 | -1/+1 | |
| | | | | | - [ci skip] - behvaior -> behavior | |||||
* | rails-html-sanitizer is now the default | Rafael Mendonça França | 2014-09-25 | 1 | -9/+6 | |
| | | | | Also add to upgrading guide a notice about the deprecated sanitizers | |||||
* | Added Responders docs, made Web Console docs more consistent. [ci skip] | Todd Bealmear | 2014-09-16 | 1 | -4/+40 | |
| | ||||||
* | Fix typo | Rafael Mendonça França | 2014-09-10 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #16839 from chancancode/default_test_order | Rafael Mendonça França | 2014-09-10 | 1 | -0/+18 | |
|\ | | | | | | | Default to sorting user's test cases for now | |||||
| * | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | Goals: 1. Default to :random for newly generated applications 2. Default to :sorted for existing applications with a warning 3. Only show the warning once 4. Only show the warning if the app actually uses AS::TestCase Fixes #16769 | |||||
* | | [ci skip] application.rb -> development.rb in web-console docs | yuuji.yaginuma | 2014-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | :scissors: "now" [ci skip] | Godfrey Chan | 2014-09-08 | 1 | -1/+1 | |
| | | | | | | minor fix for #16846 | |||||
* | | Merge pull request #16846 from ↵ | Godfrey Chan | 2014-09-08 | 1 | -1/+16 | |
|\ \ | | | | | | | | | | | | | prathamesh-sonpatki/document-error-handling-in-transactions-callbacks Update upgrading guide about error handling in transactional callbacks [ci skip] | |||||
| * | | Update upgrading guide about error handling in transactional callbacks | Prathamesh Sonpatki | 2014-09-09 | 1 | -1/+16 | |
| |/ | | | | | | | | | - Part of 16576 - [ci skip] | |||||
* / | Add docs for web-console to 4.2 Upgrade Guide [ci skip] | Todd Bealmear | 2014-09-08 | 1 | -2/+6 | |
|/ | ||||||
* | [ci skip] Fix example code of ActiveRecord::FixtureSet.context_class | yuuji.yaginuma | 2014-08-29 | 1 | -1/+1 | |
| | ||||||
* | Guide fix. [CI SKIP] | Guo Xiang Tan | 2014-08-22 | 1 | -3/+3 | |
| | | | | Related: https://github.com/rails/rails/pull/16607 | |||||
* | Upgrade guide pass. [CI SKIP] | Guo Xiang Tan | 2014-08-21 | 1 | -9/+10 | |
| | ||||||
* | Some placeholders for the 4.2 upgrade guide [ci skip] | Godfrey Chan | 2014-08-19 | 1 | -0/+16 | |
| | ||||||
* | Clearly mark these as WIP, and invite people to contribute. [ci skip] | Godfrey Chan | 2014-08-19 | 1 | -1/+2 | |
| | ||||||
* | require 'test_help' -> require 'rails/test_help' | Sean Griffin | 2014-08-18 | 1 | -1/+1 | |
| | ||||||
* | fix broken link [ci skip] | Aditya Kapoor | 2014-08-19 | 1 | -1/+1 | |
| | ||||||
* | Prepare for partial release. | Kasper Timm Hansen | 2014-08-17 | 1 | -0/+32 | |
| | | | | | | | - Default to Rails::DeprecatedSanitizer in ActionView::Helpers::SanitizeHelper. - Add upgrade notes. - Add sanitizer to new applications Gemfiles. - Remove 'rails-dom-testing' as a dependency. | |||||
* | Merge pull request #16300 from ↵ | Godfrey Chan | 2014-08-10 | 1 | -1/+5 | |
|\ | | | | | | | | | vast/mention-changes-to-nil-serialization-in-upgrading-from-3.2 Mention changes to `nil` handling in serialized attributes | |||||
| * | [ci skip] Clarify the "Serialized Attributes" section | Vasily Polovnyov | 2014-07-26 | 1 | -1/+2 | |
| | | | | | | | | | | Mention that the change in nil handling for serialized attributes affects custom coders. | |||||
| * | [ci skip] Mention the change in nil handling for serialized attributes | Vasily Polovnyov | 2014-07-26 | 1 | -0/+3 | |
| | | | | | | | | in "Upgrading from Rails 3.2 to Rails 4.0" | |||||
* | | Add after_bundle to the release notes and upgrade guide | Stefan Kanev | 2014-08-05 | 1 | -0/+32 | |
|/ | ||||||
* | Document the change in `nil` handling for serialized attributes | Godfrey Chan | 2014-07-15 | 1 | -0/+5 | |
| | | | | Also updated the test case to reflect that | |||||
* | [ci skip] Document millisecond precision change in ↵ | Eugene Gilburg | 2014-07-09 | 1 | -2/+12 | |
| | | | | ActiveSupport::TimeWithZone#as_json | |||||
* | [ci skip] Improve callback code example for 4.1 upgrade docs. | Nick Pellant | 2014-07-07 | 1 | -4/+4 | |
| | | | | | | The previous code example for the new explicit block requirement when setting callbacks was a little confusing. This commit makes the example more obvious. | |||||
* | Add callbacks documentation for upgrading to 4.1. | Nick Pellant | 2014-07-07 | 1 | -0/+14 | |
| | | | | | | It is now expected in 4.1 to use an explicit block rather than implicit when setting callbacks through ActiveSupport::Callbacks. This commit highlights this new expectation as part of the upgrading documentation. | |||||
* | [ci skip] Add missing prologue section of upgrading ruby on rails guide. | Juanito Fatas | 2014-07-01 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #15810 from maurogeorge/guides-rails-update | Yves Senn | 2014-06-24 | 1 | -0/+23 | |
|\ | | | | | Add rails:update to the upgrading guides | |||||
| * | Add rails:update to the upgrading guides | Mauro George | 2014-06-19 | 1 | -0/+23 | |
| | | | | | | | | [ci skip] | |||||
* | | Small typo | Anton Cherepanov | 2014-06-23 | 1 | -2/+2 | |
| | | ||||||
* | | [ci skip] Fix typo in 4.1 upgrade/flash structure | Dan Rice | 2014-06-19 | 1 | -1/+1 | |
|/ | ||||||
* | Create 4.2 release notes guide scaffold [ci skip] | Zachary Scott | 2014-06-13 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Point to future 4-2-stable branch for detailed changes. [ci skip] Sync Active Support changelogs with release notes [ci skip] 4.2 Release Notes is a work in progress [ci skip] Assorted fixes for AS release notes [ci skip] * `Hash#deep_transform_keys` has already been backported * Mentioning `ActiveSupport::SafeBuffer#prepend` in the "Deprecations" section would be enough * Fix syntax in `Kernel#concern` example Sync AS release notes with the latest commits [ci skip] Synced 4.2 release notes with commits in railties [ci skip] Sync AP Deprecations and Notable changes from CHANGELOG [ci skip] Removed 4.2 release notes from the index [ci skip] This deprecation was reverted in 489a8f2 [ci skip] Synced Active Record changelogs for 4.2 release notes [ci skip] Synced Active Model changelog with the release notes [ci skip] Added cc26b6b as a 'Removal' item in AP release notes [ci skip] Use 'character' instead of 'symbol' to avoid confusion [ci skip] Edit pass on 4.2 release notes [ci skip] :memo: :lipstick: Use `.xyz` and `#xyz` appropiately [ci skip] | |||||
* | Update guides to mention 3.2.18. | George Ogata | 2014-05-30 | 1 | -4/+5 | |
| | | | | And reword things a little to mention the specific patch release less. | |||||
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -1/+1 | |
| | ||||||
* | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | doc, pg `hstore` and `json` columns are mapped as `Hash`. [ci skip] | Yves Senn | 2014-05-17 | 1 | -0/+8 | |
| | | | | Closes #15141. | |||||
* | remove trailing whitespace. [ci skip] | Yves Senn | 2014-05-17 | 1 | -3/+3 | |
| | ||||||
* | Correct factual error for page not found | Parth Bharadiya | 2014-04-10 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #14654 from Alamoz/secret_key | Rafael Mendonça França | 2014-04-09 | 1 | -4/+7 | |
|\ | | | | | Expand explanation of how to set secrets.yml. | |||||
| * | Expand explanation of how to set secrets.yml. [ci skip] | Adrien Lamothe | 2014-04-08 | 1 | -4/+7 | |
| | | ||||||
* | | upgrading section for 4.1 is no longer WIP. [ci skip] | Yves Senn | 2014-04-09 | 1 | -2/+0 | |
|/ | ||||||
* | Fix cookie serializer docs | Carlos Antonio da Silva | 2014-04-02 | 1 | -3/+3 | |
| | | | | The option actually needs to be set on action_dispatch. [ci skip] | |||||
* | Fixed small documentation typo | Alessandro Tagliapietra | 2014-04-02 | 1 | -1/+1 | |
| | | | Using `Rails.application.config.cookies_serializer :hybrid` throws an exception, fixed to `=`. | |||||
* | Added a warning about serializing data with JSON cookie jars [skip ci] | Godfrey Chan | 2014-03-19 | 1 | -0/+24 | |
| | | | | Closes #14409 |