Commit Graph

145 Commits

Author SHA1 Message Date
Jeremy Kemper
99775fd161 Restore note about nested SCRIPT_NAME handling. 2013-03-01 11:47:04 -07:00
Jeremy Kemper
bb9f8312e7 Wordsmithing @trevorturk's upgrade notes
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.
2013-02-28 21:22:34 -07:00
Trevor Turk
7874c9be83 Document introduction of ActionDispatch::ParamsParser::ParseError 2013-02-28 15:55:27 -06:00
Trevor Turk
5b8b9771d7 Document that scopes require a callable object 2013-02-28 15:53:24 -06:00
Trevor Turk
51876271e2 Document common deprecations 2013-02-28 15:50:28 -06:00
Trevor Turk
0407ef5eaf Document the deprecation of ActionView::RecordIdentifier 2013-02-28 15:45:37 -06:00
Trevor Turk
a1d8b031d3 Document ActiveRecord::Fixtures becoming ActiveRecord::FixtureSet 2013-02-28 15:41:20 -06:00
Trevor Turk
74d471a4aa Document change in routes using match 2013-02-28 15:40:25 -06:00
Trevor Turk
97d9843ef5 Document removal of assets:precompile:primary 2013-02-28 15:34:38 -06:00
Trevor Turk
cfb04a69a1 Document sass-rails asset_url deprecation 2013-02-28 15:29:05 -06:00
Trevor Turk
8ecc2edcd0 Document caveat from 5b3bb61 which fixed handling SCRIPT_NAME from within mounted engine 2013-02-28 15:19:54 -06:00
Trevor Turk
1525268d1e Document rails-observers extraction 2013-02-28 14:25:07 -06:00
Trevor Turk
3dd5444e56 Document the switch from memcache-client to dalli 2013-02-28 14:17:47 -06:00
Trevor Turk
decff78d01 Improve docs for UpgradeSignatureToEncryptionCookieStore 2013-02-28 14:16:36 -06:00
Trevor Turk
27a304d8e0 Document extraction of actionpack-xml_parser 2013-02-28 14:06:15 -06:00
Trevor Turk
43ab0158fb Document introduction of the ActionController::UnknownFormat exception 2013-02-28 14:02:56 -06:00
Vijay Dev
7184e3e02e Merge branch 'master' of github.com:lifo/docrails 2013-02-26 21:53:38 +05:30
Jeff Dickey
212153ca47 small typo
small typo fix
2013-02-25 17:57:42 -08:00
Rafael Mendonça França
a06b1d0cf4 Mention the extraction of Active Resource in the upgrading guide
[ci skip]
2013-02-24 15:07:47 -03:00
Rafael Mendonça França
d1c5f879b0 Mention the removal of attr_accessible and attr_protected in the upgrading guide
Point to the Protected Attributes gem to those who want a smoothly
upgrade path before to change to use Strong Parameters.

[ci skip]
2013-02-24 15:04:57 -03:00
Arne Brasseur
ac0285ecb8 Update the "upgrading" guide for people coming from 3.0 and 3.1. The latest versions for 3.1 and 3.2 are now 3.2.12 and 3.1.11 respectively. 2013-02-20 13:19:35 +01:00
robertomiranda
cb5ccf4160 Improve upgrading guide with ActionDispatch::BestStandardsSupport removal 2013-02-19 23:14:25 -05:00
Brian Alexander
0dcecd2650 Document changes in #7968 2013-02-18 11:26:52 -07:00
Jeremy Kemper
a0380e808d Prefer Ruby 2.0; require 1.9.3+ 2013-02-09 17:41:07 -07:00
robertomiranda
ebcb53c1cf Update upgrading guide with ActionDispatch::BestStandardsSupport removal 2013-02-04 18:02:52 -05:00
Vijay Dev
351f071dab make an editing pass through the upgrading guide [ci skip] 2012-12-15 21:43:14 +05:30
Steve Klabnik
d16a1b9e8b Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
2012-11-29 14:25:02 -08:00
Steve Klabnik
4d1053f395 ActionPack -> Action Pack.
The proper name has a space.
2012-11-29 04:36:22 -08:00
Steve Klabnik
27138386ad ActiveRecord -> Active Record
The proper name, as per the documentation guides, is 'Active Record.' I've
updated several references to it as 'ActiveRecord'.
2012-11-29 04:35:13 -08:00
Andy Lindeman
fdb41cba87 Clarifies the cookie store docs a bit and uses correct Markdown syntax for preformatted text 2012-11-27 22:30:50 -05:00
Santiago Pastorino
ffaab2c4ff Add UpgradeSignatureToEncryptionCookieStore to upgrading_ruby_on_rails guide 2012-11-19 14:14:05 -02:00
Agis Anastasopoulos
d0767ceb00 Switch to 1.9 hash syntax (guides) 2012-11-16 21:11:34 +02:00
Guillermo Iguaran
53568e05a3 Update Upgrading Guide with removal of :cache and :concat options 2012-10-24 10:51:11 -05:00
Rafael Mendonça França
e6278348b7 Add CHANGELOG entry for #7927
Removed the asset_path configuration from the guides and added an entry
in the upgrading_ruby_on_rails guide

[ci skip]
2012-10-17 21:04:43 -03:00
Vijay Dev
f638ef951b Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activerecord/lib/active_record/persistence.rb
	railties/lib/rails/generators/rails/resource_route/resource_route_generator.rb
2012-10-11 01:05:14 +05:30
Francesco Rodriguez
ea042bad26 add an entry about AP page and action extraction in the upgrading guide [ci skip] 2012-10-04 11:06:54 -05:00
David A McClain
a7244caf0e Fixing markdown typos in upgrading_ruby_on_rails.md 2012-10-02 13:57:59 -07:00
Francesco Rodriguez
3395ebe320 add note about AR#include_root_in_json default in Upgrading Rails guide [ci skip] 2012-09-21 16:49:33 -05:00
Vijay Dev
3b7947ea31 Merge branch 'master' of github.com:lifo/docrails
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.
2012-09-21 22:49:20 +05:30
Prem Sichanugrist
9873dd800b Convert all the links into Markdown format 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
31ef4cf656 Convert all inline codes to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
c89c163a0e Convert inline code tags to Markdown 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
872b7af337 Convert heading tags and heading section 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
7bc1ca3515 Convert code blocks into GFM style 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
5137d03cc5 Rename the rest of the guides to Markdown 2012-09-17 15:54:22 -04:00