aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-0/+27
| |/ | | | | | | | | | | | | | | | | | | | | * Added release notes for secrets.yml and mentioned it in the highlights * Added release notes for Mailer previews and mentioned it in the highlights * Added release notes for Module#concerning * Removed mention for AV extraction from the highlights * Rearranged the major features to put highlighted features first * Various improvements and typo fixes [ci skip]
* / Add changelog and upgrading notice related to I18n enforce_available_locales ↵Carlos Antonio da Silva2013-12-171-0/+17
|/ | | | handling
* copy-edits 68abbac [ci skip]Xavier Noria2013-12-121-10/+22
| | | | | | | | | | * Rewording to avoid "you"s. * Suggest as first natural alternative to refactor the block to evaluate to the returned value. * Removes the quotes around "filters", since that is a common work in our jargon.
* Warn about using `return` inside inline callback blocks [ci skip]Godfrey Chan2013-12-111-0/+33
| | | | Closes #12981
* capitalize words starting after numbered list to maintain consistency [ci skip]Prashant Sahni2013-12-061-3/+3
|
* update guides to new version of rails 3.2.x[ci skip]Kuldeep Aggarwal2013-12-051-2/+2
|
* add Spring as major feature in the 4.1 release notes. [ci skip]Yves Senn2013-12-041-0/+12
| | | | Follow up to #12958.
* Added JSON release notes [ci skip]Godfrey Chan2013-12-031-0/+54
|
* Introduce a context for rendering fixtures ERB.Victor Costan2013-12-031-0/+17
| | | | | | | | | | Fixture files are passed through an ERB renderer before being read as YAML. The rendering is currently done in the context of the main object, so method definitons leak into other fixtures, and there is no clean place to define fixture helpers. After this commit, the ERB renderer will use a new subclass of ActiveRecord::FixtureSet.context_class each time a fixture is rendered.
* create 4.1 release notes guide scaffold. [ci skip]Yves Senn2013-11-281-0/+6
|
* 3.2 to 4.0 section in upgrading guide is no longer wip. [ci skip]Yves Senn2013-11-281-2/+0
|
* move "HTTP PATCH" paragraph into "Upgrading 3.2 -> 4.0". [ci skip]Yves Senn2013-11-281-9/+9
|
* [ci skip] Update gem versions for 3.2 and 3.1. Also change some words.Juanito Fatas2013-11-161-9/+10
|
* asset_url => asset-url in sass-rails docs [ci skip]Rashmi Yadav2013-09-131-1/+1
|
* Fix spacing issueVipul A M2013-09-031-0/+1
|
* adding more finder migration information to upgrade guide [ci skip]Gary S. Weaver2013-08-271-0/+6
|
* Add Finder API changes to upgrading guide [skip ci]Vipul A M2013-08-261-0/+12
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-1/+1
|\ | | | | | | | | | | | | | | Conflicts: actionview/README.rdoc activerecord/lib/active_record/migration.rb guides/source/development_dependencies_install.md guides/source/getting_started.md
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
| | | | | | | | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake.
* | Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-291-2/+0
|/ | | | | | | | | | | | | | | order on the old ones The previous behavior added a major backward incompatibility since it impossible to have a upgrade path without major changes on the application code. We are taking the most conservative path to be consistent with the idea of having a smoother upgrade on Rails 4. We are reverting the behavior for what was in Rails 3.x and, if needed, we will implement a new API to prepend the order clauses in Rails 4.1.
* Use hyphenated version of assert_url [ci skip]Robin Dupret2013-07-261-1/+1
|
* Upgrade guide. Renaming Indexes on tables. [ci skip].Nishant Modak2013-07-191-0/+2
| | | | https://github.com/rails/rails/commit/39eef1a565ef02e4dabc0811ef1bf4547ff9a60e#commitcomment-3672522
* grammar fix in upgrade documentationGary S. Weaver2013-07-171-1/+1
|
* Merge pull request #11143 from robin850/upgrading-railsRafael Mendonça França2013-07-091-1/+23
|\ | | | | Add few information about missing steps [ci skip]
| * Add few information about missing steps [ci skip]Robin Dupret2013-06-291-1/+23
| | | | | | | | | | | | | | Add some deprecations previously note covered such as the confirm option for the link_to helper or options which aren't needed anymore Also add a mention about the config.assets.js_compressor option.
* | Removed redundant upgrade docs on new cookies.Ryan Endacott2013-07-041-10/+0
|/ | | | [ci skip]
* `existant` => `existent`Vipul A M2013-06-151-1/+1
|
* 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
|