0
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
0
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
0
- <title>Ruby on Rails: Welcome aboard</title>
0
- <style type="text/css" media="screen">
0
- background-color: #f0f0f0;
0
- font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
0
- background-color: #03c;
0
- text-decoration: none;
0
- background-color: #f0f0f0;
0
- background-color: white;
0
- border: 3px solid #aaa;
0
- #header, #about, #getting-started {
0
- background-image: url("images/rails.png");
0
- background-repeat: no-repeat;
0
- background-position: top left;
0
- #header h1, #header h2 {margin: 0}
0
- background-color: #ffd;
0
- border: 1px solid #fc0;
0
- #about-content table {
0
- border-collapse: collapse;
0
- #about-content td.name {color: #555}
0
- #about-content td.value {color: #000}
0
- #about-content.failure {
0
- background-color: #fcc;
0
- border: 1px solid #f00;
0
- #about-content.failure p {
0
- border-top: 1px solid #ccc;
0
- #getting-started li h2 {
0
- #getting-started li p {
0
- #search-text {width: 170px}
0
- border-bottom: 1px solid #ccc;
0
- list-style-type: none;
0
- #sidebar ul.links li {
0
- <script type="text/javascript" src="javascripts/prototype.js"></script>
0
- <script type="text/javascript" src="javascripts/effects.js"></script>
0
- <script type="text/javascript">
0
- if (Element.empty('about-content')) {
0
- new Ajax.Updater('about-content', 'rails/info/properties', {
0
- onFailure: function() {Element.classNames('about-content').add('failure')},
0
- onComplete: function() {new Effect.BlindDown('about-content', {duration: 0.25})}
0
- new Effect[Element.visible('about-content') ?
0
- 'BlindUp' : 'BlindDown']('about-content', {duration: 0.25});
0
- window.onload = function() {
0
- $('search-text').value = '';
0
- $('search').onsubmit = function() {
0
- $('search-text').value = 'site:rubyonrails.org ' + $F('search-text');
0
- <ul id="sidebar-items">
0
- <form id="search" action="http://www.google.com/search" method="get">
0
- <input type="hidden" name="hl" value="en" />
0
- <input type="text" id="search-text" name="q" value="site:rubyonrails.org " />
0
- <input type="submit" value="Search" /> the Rails site
0
- <h3>Join the community</h3>
0
- <li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li>
0
- <li><a href="http://weblog.rubyonrails.org/">Official weblog</a></li>
0
- <li><a href="http://lists.rubyonrails.org/">Mailing lists</a></li>
0
- <li><a href="http://wiki.rubyonrails.org/rails/pages/IRC">IRC channel</a></li>
0
- <li><a href="http://wiki.rubyonrails.org/">Wiki</a></li>
0
- <li><a href="http://dev.rubyonrails.org/">Bug tracker</a></li>
0
- <h3>Browse the documentation</h3>
0
- <li><a href="http://api.rubyonrails.org/">Rails API</a></li>
0
- <li><a href="http://stdlib.rubyonrails.org/">Ruby standard library</a></li>
0
- <li><a href="http://corelib.rubyonrails.org/">Ruby core</a></li>
0
- <h1>Welcome aboard</h1>
0
- <h2>You’re riding Ruby on Rails!</h2>
0
- <h3><a href="rails/info/properties" onclick="about(); return false">About your application’s environment</a></h3>
0
- <div id="about-content" style="display: none"></div>
0
- <div id="getting-started">
0
- <h1>Getting started</h1>
0
- <h2>Here’s how to get rolling:</h2>
0
- <h2>Create your databases and edit <tt>config/database.yml</tt></h2>
0
- <p>Rails needs to know your login and password.</p>
0
- <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
0
- <p>To see all available options, run it without parameters.</p>
0
- <h2>Set up a default route and remove or rename this file</h2>
0
- <p>Routes are set up in config/routes.rb.</p>
0
- <div id="footer"> </div>
0
\ No newline at end of file
Comments
No one has commented yet.