aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-141-0/+4
|\ | | | | | | | | Conflicts: guides/source/upgrading_ruby_on_rails.md
| * Consistent use of one space only after punctuationSunny Ripert2013-05-281-1/+1
| |
* | Improve upgrade guide documentation about the PUT->PATCH changeTrevor Turk2013-06-031-16/+39
| |
* | Add note about upgrading custom routes from `put` to `patch`.Javan Makhmali2013-05-241-0/+18
| |
* | Spelling correction in Upgrading GuideZack Hubert2013-05-201-1/+1
|/ | | Fixes spelling of 'erratta' to 'errata'
* Adding notes on PATCH to the upgrade guide.Steve Klabnik2013-05-131-0/+53
| | | | | | | Discusses compatibility between PATCH and PUT, as well as how to add support for JSON PATCH to your application. Fixes #10439.
* specify that dom_(id|class) are deprecated in controllers, views are fineXavier Noria2013-05-121-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-111-2/+2
|\ | | | | | | | | Conflicts: guides/source/action_mailer_basics.md
| * Merge branch 'master' of github.com:rails/railsVijay Dev2013-03-301-1/+28
| |\
| * | Revert "Using American English spellings over British style spellings"Vijay Dev2013-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 573df1cf2a5d5d1f288c8a4a5d76194675141832. Reason: changelog edits aren't allowed in docrails. [ci skip]
* | | Improve documentation around the cookie store auto-upgrade to encryptionTrevor Turk2013-04-011-1/+3
| | |
* | | Merge pull request #9978 from trevorturk/cookie-store-auto-upgradeSantiago Pastorino2013-04-011-4/+7
|\ \ \ | | | | | | | | Cookie-base session store auto-upgrade
| * | | Allow transparent upgrading of legacy signed cookies to encrypted cookies; ↵Trevor Turk2013-03-281-4/+7
| | | | | | | | | | | | | | | | Automatically configure cookie-based sessions to use the best cookie jar given the app's config
* | | | fix upgrading guide [ci skip]Vijay Dev2013-03-301-23/+1
| |_|/ |/| | | | | | | | | | | I see no need to list the Gemfile contents (twice!) to convey this message.
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-2/+28
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/adapter_test.rb guides/source/testing.md [ci skip]
| * info that Gemfile *group :assets* was removedVinicius Quaiato2013-03-291-0/+26
| | | | | | Adding info that Gemfile *group :assets* was removed on upgrading_ruby_on_rails.md
| * Using American English spellings over British style spellingsPrathamesh Sonpatki2013-03-211-2/+2
| |
* | use relative links inside guides [ci skip]Yves Senn2013-03-251-1/+4
| |
* | Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing ↵Trevor Turk2013-03-241-1/+11
| | | | | | | | signed cookies generated by Rails 3 to avoid invalidating them when upgrading to Rails 4
* | Raise an ArgumentError when a clashing named route is definedTrevor Turk2013-03-191-15/+3
| |
* | Document change to clashing named route selection from journey commit 98a9802aTrevor Turk2013-03-121-0/+26
|/
* Some copy edit and formatting for upgrading guide.Hendy Tanata2013-03-081-3/+3
|
* Restore note about nested SCRIPT_NAME handling.Jeremy Kemper2013-03-011-0/+2
|
* Wordsmithing @trevorturk's upgrade notesJeremy Kemper2013-02-281-7/+4
| | | | | Removed the bit about `SCRIPT_NAME` handling, since setting `default_url_options[:script_name]` does work correctly. We ran into an issue with it but it was an app bug.
* Document introduction of ActionDispatch::ParamsParser::ParseErrorTrevor Turk2013-02-281-0/+2
|
* Document that scopes require a callable objectTrevor Turk2013-02-281-1/+9
|
* Document common deprecationsTrevor Turk2013-02-281-0/+11
|
* Document the deprecation of ActionView::RecordIdentifierTrevor Turk2013-02-281-0/+2
|
* Document ActiveRecord::Fixtures becoming ActiveRecord::FixtureSetTrevor Turk2013-02-281-0/+2
|
* Document change in routes using matchTrevor Turk2013-02-281-0/+13
|
* Document removal of assets:precompile:primaryTrevor Turk2013-02-281-0/+4
|
* Document sass-rails asset_url deprecationTrevor Turk2013-02-281-0/+4
|
* Document caveat from 5b3bb61 which fixed handling SCRIPT_NAME from within ↵Trevor Turk2013-02-281-0/+3
| | | | mounted engine
* Document rails-observers extractionTrevor Turk2013-02-281-0/+4
|
* Document the switch from memcache-client to dalliTrevor Turk2013-02-281-0/+2
|
* Improve docs for UpgradeSignatureToEncryptionCookieStoreTrevor Turk2013-02-281-1/+10
|
* Document extraction of actionpack-xml_parserTrevor Turk2013-02-281-0/+2
|
* Document introduction of the ActionController::UnknownFormat exceptionTrevor Turk2013-02-281-0/+2
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-02-261-4/+4
|\
| * Update the "upgrading" guide for people coming from 3.0 and 3.1. The latest ↵Arne Brasseur2013-02-201-4/+4
| | | | | | | | versions for 3.1 and 3.2 are now 3.2.12 and 3.1.11 respectively.
* | small typoJeff Dickey2013-02-251-1/+1
| | | | | | small typo fix
* | Mention the extraction of Active Resource in the upgrading guideRafael Mendonça França2013-02-241-0/+4
| | | | | | | | [ci skip]
* | Mention the removal of attr_accessible and attr_protected in the upgrading guideRafael Mendonça França2013-02-241-0/+2
| | | | | | | | | | | | | | Point to the Protected Attributes gem to those who want a smoothly upgrade path before to change to use Strong Parameters. [ci skip]
* | Improve upgrading guide with ActionDispatch::BestStandardsSupport removalrobertomiranda2013-02-191-0/+10
| |
* | Document changes in #7968Brian Alexander2013-02-181-0/+1
|/
* Prefer Ruby 2.0; require 1.9.3+Jeremy Kemper2013-02-091-4/+4
|
* Update upgrading guide with ActionDispatch::BestStandardsSupport removalrobertomiranda2013-02-041-0/+2
|
* make an editing pass through the upgrading guide [ci skip]Vijay Dev2012-12-151-30/+16
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-0/+2
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* ActionPack -> Action Pack.Steve Klabnik2012-11-291-1/+1
| | | | The proper name has a space.