aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #16846 from ↵Godfrey Chan2014-09-081-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 callbacksPrathamesh Sonpatki2014-09-091-1/+16
| |/ | | | | | | | | - Part of 16576 - [ci skip]
* / Add docs for web-console to 4.2 Upgrade Guide [ci skip]Todd Bealmear2014-09-081-2/+6
|/
* [ci skip] Fix example code of ActiveRecord::FixtureSet.context_classyuuji.yaginuma2014-08-291-1/+1
|
* Guide fix. [CI SKIP]Guo Xiang Tan2014-08-221-3/+3
| | | | Related: https://github.com/rails/rails/pull/16607
* Upgrade guide pass. [CI SKIP]Guo Xiang Tan2014-08-211-9/+10
|
* Some placeholders for the 4.2 upgrade guide [ci skip]Godfrey Chan2014-08-191-0/+16
|
* Clearly mark these as WIP, and invite people to contribute. [ci skip]Godfrey Chan2014-08-191-1/+2
|
* require 'test_help' -> require 'rails/test_help'Sean Griffin2014-08-181-1/+1
|
* fix broken link [ci skip]Aditya Kapoor2014-08-191-1/+1
|
* Prepare for partial release.Kasper Timm Hansen2014-08-171-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 Chan2014-08-101-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" sectionVasily Polovnyov2014-07-261-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 attributesVasily Polovnyov2014-07-261-0/+3
| | | | | | | | in "Upgrading from Rails 3.2 to Rails 4.0"
* | Add after_bundle to the release notes and upgrade guideStefan Kanev2014-08-051-0/+32
|/
* Document the change in `nil` handling for serialized attributesGodfrey Chan2014-07-151-0/+5
| | | | Also updated the test case to reflect that
* [ci skip] Document millisecond precision change in ↵Eugene Gilburg2014-07-091-2/+12
| | | | ActiveSupport::TimeWithZone#as_json
* [ci skip] Improve callback code example for 4.1 upgrade docs.Nick Pellant2014-07-071-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 Pellant2014-07-071-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 Fatas2014-07-011-0/+2
|
* Merge pull request #15810 from maurogeorge/guides-rails-updateYves Senn2014-06-241-0/+23
|\ | | | | Add rails:update to the upgrading guides
| * Add rails:update to the upgrading guidesMauro George2014-06-191-0/+23
| | | | | | | | [ci skip]
* | Small typoAnton Cherepanov2014-06-231-2/+2
| |
* | [ci skip] Fix typo in 4.1 upgrade/flash structureDan Rice2014-06-191-1/+1
|/
* Create 4.2 release notes guide scaffold [ci skip]Zachary Scott2014-06-131-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 Ogata2014-05-301-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 Ferguson2014-05-211-1/+1
|
* Use generated binstubs in guides examples.Josef Šimánek2014-05-201-1/+1
| | | | [ci skip]
* doc, pg `hstore` and `json` columns are mapped as `Hash`. [ci skip]Yves Senn2014-05-171-0/+8
| | | | Closes #15141.
* remove trailing whitespace. [ci skip]Yves Senn2014-05-171-3/+3
|
* Correct factual error for page not foundParth Bharadiya2014-04-101-1/+1
|
* Merge pull request #14654 from Alamoz/secret_keyRafael Mendonça França2014-04-091-4/+7
|\ | | | | Expand explanation of how to set secrets.yml.
| * Expand explanation of how to set secrets.yml. [ci skip]Adrien Lamothe2014-04-081-4/+7
| |
* | upgrading section for 4.1 is no longer WIP. [ci skip]Yves Senn2014-04-091-2/+0
|/
* Fix cookie serializer docsCarlos Antonio da Silva2014-04-021-3/+3
| | | | The option actually needs to be set on action_dispatch. [ci skip]
* Fixed small documentation typoAlessandro Tagliapietra2014-04-021-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 Chan2014-03-191-0/+24
| | | | Closes #14409
* docs, flash message keys are normalized to strings. [ci skip]Yves Senn2014-03-051-0/+20
| | | | This is a follow up to a668beffd64106a1e1fedb71cc25eaaa11baf0c1
* [ci skip] update guides to new version of rails 3.2.xKuldeep Aggarwal2014-02-211-2/+2
|
* Typo fix for unscopeAmit Thawait2014-02-181-1/+1
|
* Update upgrading guide regarding `render :text`Prem Sichanugrist2014-02-181-0/+19
|
* Merge pull request #14095 from rails/rm-scopesRafael Mendonça França2014-02-181-0/+67
|\ | | | | Document `default_scope` changes
| * Don't use `# =>` when it is not the expression valuesRafael Mendonça França2014-02-181-9/+9
| | | | | | | | [ci skip]
| * Fix the column name [ci skip]Rafael Mendonça França2014-02-181-6/+6
| |
| * Document the default scopes change on the release notes, CHANGELOGRafael Mendonça França2014-02-181-0/+67
| | | | | | | | | | | | and upgrating guides [ci skip]
* | Minor grammar/punctuation fixes [ci skip]Carlos Antonio da Silva2014-02-181-4/+3
| |
* | Doc: assets:precompile:all was removed on 4 [skip ci]Arthur Neves2014-02-181-1/+1
|/
* Updated CHANGELOG, docs, guides and release notes.Godfrey Chan2014-02-111-0/+13
| | | | Also added a `cookies_serializer.rb` initializer to the app template.
* Fix a typo that says you application [ci skip]Arel English2014-01-201-1/+1
|
* Correcting link that is pointing to Rails blog [ci skip]Rajesh Thummalapally2014-01-191-1/+1
|