aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/_welcome.html.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-24 17:26:18 -0800
committerXavier Noria <fxn@hashref.com>2011-12-24 17:32:52 -0800
commit8eb359661745adc639d43cf7da9a92fc1f6c9539 (patch)
tree6d87ae4e88c83e5e533566eb9492dd53b0de2a98 /railties/guides/source/_welcome.html.erb
parent41e466fda827b9e002bb356e34ba4b82f7b72059 (diff)
downloadrails-8eb359661745adc639d43cf7da9a92fc1f6c9539.tar.gz
rails-8eb359661745adc639d43cf7da9a92fc1f6c9539.tar.bz2
rails-8eb359661745adc639d43cf7da9a92fc1f6c9539.zip
(draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]
Diffstat (limited to 'railties/guides/source/_welcome.html.erb')
-rw-r--r--railties/guides/source/_welcome.html.erb21
1 files changed, 21 insertions, 0 deletions
diff --git a/railties/guides/source/_welcome.html.erb b/railties/guides/source/_welcome.html.erb
new file mode 100644
index 0000000000..a5ceeee5f2
--- /dev/null
+++ b/railties/guides/source/_welcome.html.erb
@@ -0,0 +1,21 @@
+<h2>Ruby on Rails Guides (<%= @version %>)</h2>
+
+<% if @edge %>
+<p>
+ These are <b>Edge Guides</b>, based on the current
+ <a href="https://github.com/rails/rails/tree/master">master branch</a>.
+</p>
+<p>
+ If you are looking for the ones for the stable version please check
+ <a href="http://guides.rubyonrails.org">http://guides.rubyonrails.org</a> instead.
+</p>
+<% else %>
+<p>
+ These are the new guides for Rails 3. The guides for Rails 2.3 are still available
+ at <a href="http://guides.rubyonrails.org/v2.3.11/">http://guides.rubyonrails.org/v2.3.11/</a>.
+</p>
+<% end %>
+<p>
+ These guides are designed to make you immediately productive with Rails,
+ and to help you understand how all of the pieces fit together.
+</p>