aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_controller_overview.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:13:29 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:13:29 +0530
commit9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea (patch)
treed140ca53a53d70823d1d3b4602349235eb9d56be /railties/guides/source/action_controller_overview.textile
parent5f2a35604e8180c916796abc93189bd1e0f7987f (diff)
downloadrails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.gz
rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.bz2
rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.zip
No more changelogs inside guides
Diffstat (limited to 'railties/guides/source/action_controller_overview.textile')
-rw-r--r--railties/guides/source/action_controller_overview.textile6
1 files changed, 0 insertions, 6 deletions
diff --git a/railties/guides/source/action_controller_overview.textile b/railties/guides/source/action_controller_overview.textile
index 4e47712636..d8d66302fe 100644
--- a/railties/guides/source/action_controller_overview.textile
+++ b/railties/guides/source/action_controller_overview.textile
@@ -815,9 +815,3 @@ end
</ruby>
Please note that if you found yourself adding +force_ssl+ to many controllers, you may found yourself wanting to force the whole application to use HTTPS instead. In that case, you can set the +config.force_ssl+ in your environment file.
-
-h3. Changelog
-
-* February 17, 2009: Yet another proofread by Xavier Noria.
-
-* November 4, 2008: First release version by Tore Darell