Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Upgrade guide. Renaming Indexes on tables. [ci skip]. | Nishant Modak | 2013-07-19 | 1 | -0/+2 | |
| | | | | https://github.com/rails/rails/commit/39eef1a565ef02e4dabc0811ef1bf4547ff9a60e#commitcomment-3672522 | |||||
* | 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] | |||||
| * | Add few information about missing steps [ci skip] | Robin Dupret | 2013-06-29 | 1 | -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 Endacott | 2013-07-04 | 1 | -10/+0 | |
|/ | | | | [ci skip] | |||||
* | `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 | |
|\ | | | | | | | | | Conflicts: guides/source/upgrading_ruby_on_rails.md | |||||
| * | 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 | |
|/ | | | Fixes spelling of 'erratta' to 'errata' | |||||
* | Adding notes on PATCH to the upgrade guide. | Steve Klabnik | 2013-05-13 | 1 | -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 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 | |
|\ | | | | | | | | | Conflicts: guides/source/action_mailer_basics.md | |||||
| * | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 573df1cf2a5d5d1f288c8a4a5d76194675141832. Reason: changelog edits aren't allowed in docrails. [ci skip] | |||||
* | | | 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 | |
|\ \ \ | | | | | | | | | Cookie-base session store auto-upgrade | |||||
| * | | | Allow transparent upgrading of legacy signed cookies to encrypted cookies; ↵ | Trevor Turk | 2013-03-28 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | Automatically configure cookie-based sessions to use the best cookie jar given the app's config | |||||
* | | | | fix upgrading guide [ci skip] | Vijay Dev | 2013-03-30 | 1 | -23/+1 | |
| |_|/ |/| | | | | | | | | | | | I see no need to list the Gemfile contents (twice!) to convey this message. | |||||
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -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 removed | Vinicius Quaiato | 2013-03-29 | 1 | -0/+26 | |
| | | | | | | Adding info that Gemfile *group :assets* was removed on upgrading_ruby_on_rails.md | |||||
| * | 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 ↵ | Trevor Turk | 2013-03-24 | 1 | -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 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 | |
| | | | | | 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::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 ↵ | Trevor Turk | 2013-02-28 | 1 | -0/+3 | |
| | | | | mounted engine | |||||
* | 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 | |
| | ||||||
* | Document extraction of actionpack-xml_parser | Trevor Turk | 2013-02-28 | 1 | -0/+2 | |
| | ||||||
* | Document introduction of the ActionController::UnknownFormat exception | Trevor Turk | 2013-02-28 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-02-26 | 1 | -4/+4 | |
|\ | ||||||
| * | Update the "upgrading" guide for people coming from 3.0 and 3.1. The latest ↵ | Arne Brasseur | 2013-02-20 | 1 | -4/+4 | |
| | | | | | | | | versions for 3.1 and 3.2 are now 3.2.12 and 3.1.11 respectively. | |||||
* | | small typo | Jeff Dickey | 2013-02-25 | 1 | -1/+1 | |
| | | | | | | small typo fix | |||||
* | | Mention the extraction of Active Resource in the upgrading guide | Rafael Mendonça França | 2013-02-24 | 1 | -0/+4 | |
| | | | | | | | | [ci skip] | |||||
* | | Mention the removal of attr_accessible and attr_protected in the upgrading guide | Rafael Mendonça França | 2013-02-24 | 1 | -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 removal | robertomiranda | 2013-02-19 | 1 | -0/+10 | |
| | |