| Commit message (Expand) | Author | Age | Files | Lines |
* | asset_url => asset-url in sass-rails docs [ci skip] | Rashmi Yadav | 2013-09-13 | 1 | -1/+1 |
* | Fix spacing issue | Vipul A M | 2013-09-03 | 1 | -0/+1 |
* | adding more finder migration information to upgrade guide [ci skip] | Gary S. Weaver | 2013-08-27 | 1 | -0/+6 |
* | Add Finder API changes to upgrading guide [skip ci] | Vipul A M | 2013-08-26 | 1 | -0/+12 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 1 | -1/+1 |
|\ |
|
| * | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -1/+1 |
* | | Revert change on ActiveRecord::Relation#order method that prepends new | Rafael Mendonça França | 2013-07-29 | 1 | -2/+0 |
|/ |
|
* | Use hyphenated version of assert_url [ci skip] | Robin Dupret | 2013-07-26 | 1 | -1/+1 |
* | Upgrade guide. Renaming Indexes on tables. [ci skip]. | Nishant Modak | 2013-07-19 | 1 | -0/+2 |
* | grammar fix in upgrade documentation | Gary S. Weaver | 2013-07-17 | 1 | -1/+1 |
* | Merge pull request #11143 from robin850/upgrading-rails | Rafael Mendonça França | 2013-07-09 | 1 | -1/+23 |
|\ |
|
| * | Add few information about missing steps [ci skip] | Robin Dupret | 2013-06-29 | 1 | -1/+23 |
* | | Removed redundant upgrade docs on new cookies. | Ryan Endacott | 2013-07-04 | 1 | -10/+0 |
|/ |
|
* | `existant` => `existent` | Vipul A M | 2013-06-15 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-14 | 1 | -0/+4 |
|\ |
|
| * | Consistent use of one space only after punctuation | Sunny Ripert | 2013-05-28 | 1 | -1/+1 |
* | | Improve upgrade guide documentation about the PUT->PATCH change | Trevor Turk | 2013-06-03 | 1 | -16/+39 |
* | | Add note about upgrading custom routes from `put` to `patch`. | Javan Makhmali | 2013-05-24 | 1 | -0/+18 |
* | | Spelling correction in Upgrading Guide | Zack Hubert | 2013-05-20 | 1 | -1/+1 |
|/ |
|
* | Adding notes on PATCH to the upgrade guide. | Steve Klabnik | 2013-05-13 | 1 | -0/+53 |
* | specify that dom_(id|class) are deprecated in controllers, views are fine | Xavier Noria | 2013-05-12 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-04-11 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'master' of github.com:rails/rails | Vijay Dev | 2013-03-30 | 1 | -1/+28 |
| |\ |
|
| * | | Revert "Using American English spellings over British style spellings" | Vijay Dev | 2013-03-30 | 1 | -2/+2 |
* | | | Improve documentation around the cookie store auto-upgrade to encryption | Trevor Turk | 2013-04-01 | 1 | -1/+3 |
* | | | Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade | Santiago Pastorino | 2013-04-01 | 1 | -4/+7 |
|\ \ \ |
|
| * | | | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au... | Trevor Turk | 2013-03-28 | 1 | -4/+7 |
* | | | | fix upgrading guide [ci skip] | Vijay Dev | 2013-03-30 | 1 | -23/+1 |
| |_|/
|/| | |
|
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -2/+28 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | info that Gemfile *group :assets* was removed | Vinicius Quaiato | 2013-03-29 | 1 | -0/+26 |
| * | Using American English spellings over British style spellings | Prathamesh Sonpatki | 2013-03-21 | 1 | -2/+2 |
* | | use relative links inside guides [ci skip] | Yves Senn | 2013-03-25 | 1 | -1/+4 |
* | | Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign... | Trevor Turk | 2013-03-24 | 1 | -1/+11 |
* | | Raise an ArgumentError when a clashing named route is defined | Trevor Turk | 2013-03-19 | 1 | -15/+3 |
* | | Document change to clashing named route selection from journey commit 98a9802a | Trevor Turk | 2013-03-12 | 1 | -0/+26 |
|/ |
|
* | Some copy edit and formatting for upgrading guide. | Hendy Tanata | 2013-03-08 | 1 | -3/+3 |
* | Restore note about nested SCRIPT_NAME handling. | Jeremy Kemper | 2013-03-01 | 1 | -0/+2 |
* | Wordsmithing @trevorturk's upgrade notes | Jeremy Kemper | 2013-02-28 | 1 | -7/+4 |
* | Document introduction of ActionDispatch::ParamsParser::ParseError | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
* | Document that scopes require a callable object | Trevor Turk | 2013-02-28 | 1 | -1/+9 |
* | Document common deprecations | Trevor Turk | 2013-02-28 | 1 | -0/+11 |
* | Document the deprecation of ActionView::RecordIdentifier | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
* | Document ActiveRecord::Fixtures becoming ActiveRecord::FixtureSet | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
* | Document change in routes using match | Trevor Turk | 2013-02-28 | 1 | -0/+13 |
* | Document removal of assets:precompile:primary | Trevor Turk | 2013-02-28 | 1 | -0/+4 |
* | Document sass-rails asset_url deprecation | Trevor Turk | 2013-02-28 | 1 | -0/+4 |
* | Document caveat from 5b3bb61 which fixed handling SCRIPT_NAME from within mou... | Trevor Turk | 2013-02-28 | 1 | -0/+3 |
* | Document rails-observers extraction | Trevor Turk | 2013-02-28 | 1 | -0/+4 |
* | Document the switch from memcache-client to dalli | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
* | Improve docs for UpgradeSignatureToEncryptionCookieStore | Trevor Turk | 2013-02-28 | 1 | -1/+10 |