aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ActiveRecord -> Active RecordSteve Klabnik2012-11-291-1/+1
| | | | | The proper name, as per the documentation guides, is 'Active Record.' I've updated several references to it as 'ActiveRecord'.
* Clarifies the cookie store docs a bit and uses correct Markdown syntax for ↵Andy Lindeman2012-11-271-1/+1
| | | | preformatted text
* Add UpgradeSignatureToEncryptionCookieStore to upgrading_ruby_on_rails guideSantiago Pastorino2012-11-191-0/+2
|
* Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-4/+4
|
* Update Upgrading Guide with removal of :cache and :concat optionsGuillermo Iguaran2012-10-241-0/+4
|
* Add CHANGELOG entry for #7927Rafael Mendonça França2012-10-171-0/+2
| | | | | | | Removed the asset_path configuration from the guides and added an entry in the upgrading_ruby_on_rails guide [ci skip]
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-2/+4
|\ | | | | | | | | | | Conflicts: activerecord/lib/active_record/persistence.rb railties/lib/rails/generators/rails/resource_route/resource_route_generator.rb
| * Fixing markdown typos in upgrading_ruby_on_rails.mdDavid A McClain2012-10-021-2/+4
| |
* | add an entry about AP page and action extraction in the upgrading guide [ci ↵Francesco Rodriguez2012-10-041-0/+7
|/ | | | skip]
* add note about AR#include_root_in_json default in Upgrading Rails guide [ci ↵Francesco Rodriguez2012-09-211-1/+15
| | | | skip]
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-0/+13
| | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb activesupport/lib/active_support/configurable.rb activesupport/lib/active_support/core_ext/module/deprecation.rb guides/source/action_controller_overview.md guides/source/active_support_core_extensions.md guides/source/ajax_on_rails.textile guides/source/association_basics.textile guides/source/upgrading_ruby_on_rails.md While resolving conflicts, I have chosen to ignore changes done in docrails at some places - these will be most likely 1.9 hash syntax changes.
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-3/+3
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-8/+4
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-14/+18
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-25/+30
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-20/+20
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+230