aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* | Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-291-2/+0
|/
* 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
* 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]Robin Dupret2013-06-291-1/+23
* | Removed redundant upgrade docs on new cookies.Ryan Endacott2013-07-041-10/+0
|/
* `existant` => `existent`Vipul A M2013-06-151-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-06-141-0/+4
|\
| * 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
|/
* Adding notes on PATCH to the upgrade guide.Steve Klabnik2013-05-131-0/+53
* 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
|\
| * 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
* | | 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
|\ \ \
| * | | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-4/+7
* | | | fix upgrading guide [ci skip]Vijay Dev2013-03-301-23/+1
| |_|/ |/| |
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-2/+28
|\ \ \ | |/ / |/| / | |/
| * info that Gemfile *group :assets* was removedVinicius Quaiato2013-03-291-0/+26
| * 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 sign...Trevor Turk2013-03-241-1/+11
* | 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
* 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 mou...Trevor Turk2013-02-281-0/+3
* 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
|\