rails 4.2.0.beta3 → 4.2.0.beta4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -7
- data/guides/output/2_2_release_notes.html +724 -0
- data/guides/output/2_3_release_notes.html +870 -0
- data/guides/output/3_0_release_notes.html +773 -0
- data/guides/output/3_1_release_notes.html +740 -0
- data/guides/output/3_2_release_notes.html +797 -0
- data/guides/output/4_0_release_notes.html +523 -0
- data/guides/output/4_1_release_notes.html +806 -0
- data/guides/output/4_2_release_notes.html +728 -0
- data/guides/output/Gemfile +6 -0
- data/guides/output/_license.html +226 -0
- data/guides/output/_welcome.html +233 -0
- data/guides/output/action_controller_overview.html +1335 -0
- data/guides/output/action_mailer_basics.html +928 -0
- data/guides/output/action_view_overview.html +1509 -0
- data/guides/output/active_job_basics.html +546 -0
- data/guides/output/active_model_basics.html +438 -0
- data/guides/output/active_record_basics.html +594 -0
- data/guides/output/active_record_callbacks.html +592 -0
- data/guides/output/active_record_migrations.html +1123 -0
- data/guides/output/active_record_postgresql.html +675 -0
- data/guides/output/active_record_querying.html +1796 -0
- data/guides/output/active_record_validations.html +1301 -0
- data/guides/output/active_support_core_extensions.html +3450 -0
- data/guides/output/active_support_instrumentation.html +1121 -0
- data/guides/output/api_documentation_guidelines.html +498 -0
- data/guides/output/asset_pipeline.html +1167 -0
- data/guides/output/association_basics.html +2086 -0
- data/guides/output/caching_with_rails.html +553 -0
- data/guides/output/command_line.html +791 -0
- data/guides/output/configuring.html +1055 -0
- data/guides/output/contributing_to_ruby_on_rails.html +657 -0
- data/guides/output/credits.html +284 -0
- data/guides/output/debugging_rails_applications.html +1014 -0
- data/guides/output/development_dependencies_install.html +478 -0
- data/guides/output/engines.html +1438 -0
- data/guides/output/form_helpers.html +1074 -0
- data/guides/output/generators.html +838 -0
- data/guides/output/getting_started.html +2092 -0
- data/guides/output/i18n.html +1198 -0
- data/guides/output/images/akshaysurve.jpg +0 -0
- data/guides/output/images/belongs_to.png +0 -0
- data/guides/output/images/book_icon.gif +0 -0
- data/guides/output/images/bullet.gif +0 -0
- data/guides/output/images/chapters_icon.gif +0 -0
- data/guides/output/images/check_bullet.gif +0 -0
- data/guides/output/images/credits_pic_blank.gif +0 -0
- data/guides/output/images/csrf.png +0 -0
- data/guides/output/images/edge_badge.png +0 -0
- data/guides/output/images/favicon.ico +0 -0
- data/guides/output/images/feature_tile.gif +0 -0
- data/guides/output/images/footer_tile.gif +0 -0
- data/guides/output/images/fxn.png +0 -0
- data/guides/output/images/getting_started/article_with_comments.png +0 -0
- data/guides/output/images/getting_started/challenge.png +0 -0
- data/guides/output/images/getting_started/confirm_dialog.png +0 -0
- data/guides/output/images/getting_started/forbidden_attributes_for_new_article.png +0 -0
- data/guides/output/images/getting_started/forbidden_attributes_for_new_post.png +0 -0
- data/guides/output/images/getting_started/form_with_errors.png +0 -0
- data/guides/output/images/getting_started/index_action_with_edit_link.png +0 -0
- data/guides/output/images/getting_started/new_article.png +0 -0
- data/guides/output/images/getting_started/new_post.png +0 -0
- data/guides/output/images/getting_started/post_with_comments.png +0 -0
- data/guides/output/images/getting_started/rails_welcome.png +0 -0
- data/guides/output/images/getting_started/routing_error_no_controller.png +0 -0
- data/guides/output/images/getting_started/routing_error_no_route_matches.png +0 -0
- data/guides/output/images/getting_started/show_action_for_articles.png +0 -0
- data/guides/output/images/getting_started/show_action_for_posts.png +0 -0
- data/guides/output/images/getting_started/template_is_missing_articles_new.png +0 -0
- data/guides/output/images/getting_started/template_is_missing_posts_new.png +0 -0
- data/guides/output/images/getting_started/undefined_method_post_path.png +0 -0
- data/guides/output/images/getting_started/unknown_action_create_for_articles.png +0 -0
- data/guides/output/images/getting_started/unknown_action_create_for_posts.png +0 -0
- data/guides/output/images/getting_started/unknown_action_new_for_articles.png +0 -0
- data/guides/output/images/getting_started/unknown_action_new_for_posts.png +0 -0
- data/guides/output/images/grey_bullet.gif +0 -0
- data/guides/output/images/habtm.png +0 -0
- data/guides/output/images/has_many.png +0 -0
- data/guides/output/images/has_many_through.png +0 -0
- data/guides/output/images/has_one.png +0 -0
- data/guides/output/images/has_one_through.png +0 -0
- data/guides/output/images/header_backdrop.png +0 -0
- data/guides/output/images/header_tile.gif +0 -0
- data/guides/output/images/i18n/demo_html_safe.png +0 -0
- data/guides/output/images/i18n/demo_localized_pirate.png +0 -0
- data/guides/output/images/i18n/demo_translated_en.png +0 -0
- data/guides/output/images/i18n/demo_translated_pirate.png +0 -0
- data/guides/output/images/i18n/demo_translation_missing.png +0 -0
- data/guides/output/images/i18n/demo_untranslated.png +0 -0
- data/guides/output/images/icons/README +5 -0
- data/guides/output/images/icons/callouts/1.png +0 -0
- data/guides/output/images/icons/callouts/10.png +0 -0
- data/guides/output/images/icons/callouts/11.png +0 -0
- data/guides/output/images/icons/callouts/12.png +0 -0
- data/guides/output/images/icons/callouts/13.png +0 -0
- data/guides/output/images/icons/callouts/14.png +0 -0
- data/guides/output/images/icons/callouts/15.png +0 -0
- data/guides/output/images/icons/callouts/2.png +0 -0
- data/guides/output/images/icons/callouts/3.png +0 -0
- data/guides/output/images/icons/callouts/4.png +0 -0
- data/guides/output/images/icons/callouts/5.png +0 -0
- data/guides/output/images/icons/callouts/6.png +0 -0
- data/guides/output/images/icons/callouts/7.png +0 -0
- data/guides/output/images/icons/callouts/8.png +0 -0
- data/guides/output/images/icons/callouts/9.png +0 -0
- data/guides/output/images/icons/caution.png +0 -0
- data/guides/output/images/icons/example.png +0 -0
- data/guides/output/images/icons/home.png +0 -0
- data/guides/output/images/icons/important.png +0 -0
- data/guides/output/images/icons/next.png +0 -0
- data/guides/output/images/icons/note.png +0 -0
- data/guides/output/images/icons/prev.png +0 -0
- data/guides/output/images/icons/tip.png +0 -0
- data/guides/output/images/icons/up.png +0 -0
- data/guides/output/images/icons/warning.png +0 -0
- data/guides/output/images/nav_arrow.gif +0 -0
- data/guides/output/images/oscardelben.jpg +0 -0
- data/guides/output/images/polymorphic.png +0 -0
- data/guides/output/images/radar.png +0 -0
- data/guides/output/images/rails4_features.png +0 -0
- data/guides/output/images/rails_guides_kindle_cover.jpg +0 -0
- data/guides/output/images/rails_guides_logo.gif +0 -0
- data/guides/output/images/rails_logo_remix.gif +0 -0
- data/guides/output/images/session_fixation.png +0 -0
- data/guides/output/images/tab_grey.gif +0 -0
- data/guides/output/images/tab_info.gif +0 -0
- data/guides/output/images/tab_note.gif +0 -0
- data/guides/output/images/tab_red.gif +0 -0
- data/guides/output/images/tab_yellow.gif +0 -0
- data/guides/output/images/tab_yellow.png +0 -0
- data/guides/output/images/vijaydev.jpg +0 -0
- data/guides/output/index.html +354 -0
- data/guides/output/initialization.html +876 -0
- data/guides/output/javascripts/guides.js +59 -0
- data/guides/output/javascripts/jquery.min.js +4 -0
- data/guides/output/javascripts/responsive-tables.js +43 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
- data/guides/output/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
- data/guides/output/javascripts/syntaxhighlighter/shCore.js +17 -0
- data/guides/output/layout.html +448 -0
- data/guides/output/layouts_and_rendering.html +1541 -0
- data/guides/output/maintenance_policy.html +257 -0
- data/guides/output/migrations.html +1360 -0
- data/guides/output/nested_model_forms.html +412 -0
- data/guides/output/plugins.html +644 -0
- data/guides/output/rails_application_templates.html +450 -0
- data/guides/output/rails_on_rack.html +547 -0
- data/guides/output/routing.html +1631 -0
- data/guides/output/ruby_on_rails_guides_guidelines.html +329 -0
- data/guides/output/security.html +935 -0
- data/guides/output/stylesheets/fixes.css +16 -0
- data/guides/output/stylesheets/kindle.css +11 -0
- data/guides/output/stylesheets/main.css +713 -0
- data/guides/output/stylesheets/print.css +52 -0
- data/guides/output/stylesheets/reset.css +43 -0
- data/guides/output/stylesheets/responsive-tables.css +50 -0
- data/guides/output/stylesheets/style.css +13 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCore.css +226 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
- data/guides/output/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
- data/guides/output/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
- data/guides/output/testing.html +1350 -0
- data/guides/output/upgrading_ruby_on_rails.html +1135 -0
- data/guides/output/working_with_javascript_in_rails.html +587 -0
- data/guides/source/4_0_release_notes.md +2 -2
- data/guides/source/4_2_release_notes.md +9 -2
- data/guides/source/action_controller_overview.md +3 -1
- data/guides/source/action_mailer_basics.md +1 -2
- data/guides/source/active_job_basics.md +25 -2
- data/guides/source/active_model_basics.md +350 -19
- data/guides/source/active_record_basics.md +2 -2
- data/guides/source/active_record_migrations.md +1 -1
- data/guides/source/active_record_validations.md +12 -4
- data/guides/source/active_support_core_extensions.md +7 -9
- data/guides/source/active_support_instrumentation.md +2 -0
- data/guides/source/association_basics.md +7 -7
- data/guides/source/configuring.md +24 -0
- data/guides/source/contributing_to_ruby_on_rails.md +1 -1
- data/guides/source/credits.html.erb +1 -1
- data/guides/source/documents.yaml +5 -0
- data/guides/source/engines.md +2 -2
- data/guides/source/form_helpers.md +6 -0
- data/guides/source/i18n.md +6 -9
- data/guides/source/layouts_and_rendering.md +1 -1
- data/guides/source/plugins.md +2 -2
- data/guides/source/rails_on_rack.md +4 -0
- data/guides/source/testing.md +1 -0
- data/guides/source/upgrading_ruby_on_rails.md +5 -5
- metadata +227 -27
@@ -0,0 +1,16 @@
|
|
1
|
+
/*
|
2
|
+
Fix a rendering issue affecting WebKits on Mac.
|
3
|
+
See https://github.com/lifo/docrails/issues#issue/16 for more information.
|
4
|
+
*/
|
5
|
+
.syntaxhighlighter a,
|
6
|
+
.syntaxhighlighter div,
|
7
|
+
.syntaxhighlighter code,
|
8
|
+
.syntaxhighlighter table,
|
9
|
+
.syntaxhighlighter table td,
|
10
|
+
.syntaxhighlighter table tr,
|
11
|
+
.syntaxhighlighter table tbody,
|
12
|
+
.syntaxhighlighter table thead,
|
13
|
+
.syntaxhighlighter table caption,
|
14
|
+
.syntaxhighlighter textarea {
|
15
|
+
line-height: 1.25em !important;
|
16
|
+
}
|
@@ -0,0 +1,713 @@
|
|
1
|
+
/* Guides.rubyonrails.org */
|
2
|
+
/* Main.css */
|
3
|
+
/* Created January 30, 2009 */
|
4
|
+
/* Modified February 8, 2009
|
5
|
+
--------------------------------------- */
|
6
|
+
|
7
|
+
/* General
|
8
|
+
--------------------------------------- */
|
9
|
+
|
10
|
+
.left {float: left; margin-right: 1em;}
|
11
|
+
.right {float: right; margin-left: 1em;}
|
12
|
+
@media screen and (max-width: 480px) {
|
13
|
+
.left, .right { float: none; }
|
14
|
+
}
|
15
|
+
.small {font-size: smaller;}
|
16
|
+
.large {font-size: larger;}
|
17
|
+
.hide {display: none;}
|
18
|
+
|
19
|
+
li ul, li ol { margin:0 1.5em; }
|
20
|
+
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
|
21
|
+
|
22
|
+
ul { list-style-type: disc; }
|
23
|
+
ol { list-style-type: decimal; }
|
24
|
+
|
25
|
+
dl { margin: 0 0 1.5em 0; }
|
26
|
+
dl dt { font-weight: bold; }
|
27
|
+
dd { margin-left: 1.5em;}
|
28
|
+
|
29
|
+
pre, code {
|
30
|
+
font-size: 1em;
|
31
|
+
font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
32
|
+
line-height: 1.5;
|
33
|
+
margin: 1.5em 0;
|
34
|
+
overflow: auto;
|
35
|
+
color: #222;
|
36
|
+
}
|
37
|
+
pre,tt,code,.note>p {
|
38
|
+
white-space: pre-wrap; /* css-3 */
|
39
|
+
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
40
|
+
white-space: -pre-wrap; /* Opera 4-6 */
|
41
|
+
white-space: -o-pre-wrap; /* Opera 7 */
|
42
|
+
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
43
|
+
}
|
44
|
+
|
45
|
+
abbr, acronym { border-bottom: 1px dotted #666; }
|
46
|
+
address { margin: 0 0 1.5em; font-style: italic; }
|
47
|
+
del { color:#666; }
|
48
|
+
|
49
|
+
blockquote { margin: 1.5em; color: #666; font-style: italic; }
|
50
|
+
strong { font-weight: bold; }
|
51
|
+
em, dfn { font-style: italic; }
|
52
|
+
dfn { font-weight: bold; }
|
53
|
+
sup, sub { line-height: 0; }
|
54
|
+
p {margin: 0 0 1.5em;}
|
55
|
+
|
56
|
+
label { font-weight: bold; }
|
57
|
+
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
|
58
|
+
legend { font-weight: bold; font-size:1.2em; }
|
59
|
+
|
60
|
+
input.text, input.title,
|
61
|
+
textarea, select {
|
62
|
+
margin:0.5em 0;
|
63
|
+
border:1px solid #bbb;
|
64
|
+
}
|
65
|
+
|
66
|
+
table {
|
67
|
+
margin: 0 0 1.5em;
|
68
|
+
border: 2px solid #CCC;
|
69
|
+
background: #FFF;
|
70
|
+
border-collapse: collapse;
|
71
|
+
}
|
72
|
+
|
73
|
+
table th, table td {
|
74
|
+
padding: 0.25em 1em;
|
75
|
+
border: 1px solid #CCC;
|
76
|
+
border-collapse: collapse;
|
77
|
+
}
|
78
|
+
|
79
|
+
table th {
|
80
|
+
border-bottom: 2px solid #CCC;
|
81
|
+
background: #EEE;
|
82
|
+
font-weight: bold;
|
83
|
+
padding: 0.5em 1em;
|
84
|
+
}
|
85
|
+
|
86
|
+
img {
|
87
|
+
max-width: 100%;
|
88
|
+
}
|
89
|
+
|
90
|
+
|
91
|
+
/* Structure and Layout
|
92
|
+
--------------------------------------- */
|
93
|
+
|
94
|
+
body {
|
95
|
+
text-align: center;
|
96
|
+
font-family: Helvetica, Arial, sans-serif;
|
97
|
+
font-size: 87.5%;
|
98
|
+
line-height: 1.5em;
|
99
|
+
background: #fff;
|
100
|
+
color: #999;
|
101
|
+
}
|
102
|
+
|
103
|
+
.wrapper {
|
104
|
+
text-align: left;
|
105
|
+
margin: 0 auto;
|
106
|
+
max-width: 960px;
|
107
|
+
padding: 0 1em;
|
108
|
+
}
|
109
|
+
|
110
|
+
.red-button {
|
111
|
+
display: inline-block;
|
112
|
+
border-top: 1px solid rgba(255,255,255,.5);
|
113
|
+
background: #751913;
|
114
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#c52f24), to(#751913));
|
115
|
+
background: -webkit-linear-gradient(top, #c52f24, #751913);
|
116
|
+
background: -moz-linear-gradient(top, #c52f24, #751913);
|
117
|
+
background: -ms-linear-gradient(top, #c52f24, #751913);
|
118
|
+
background: -o-linear-gradient(top, #c52f24, #751913);
|
119
|
+
padding: 9px 18px;
|
120
|
+
-webkit-border-radius: 11px;
|
121
|
+
-moz-border-radius: 11px;
|
122
|
+
border-radius: 11px;
|
123
|
+
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
124
|
+
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
125
|
+
box-shadow: rgba(0,0,0,1) 0 1px 0;
|
126
|
+
text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
127
|
+
color: white;
|
128
|
+
font-size: 15px;
|
129
|
+
font-family: Helvetica, Arial, Sans-Serif;
|
130
|
+
text-decoration: none;
|
131
|
+
vertical-align: middle;
|
132
|
+
cursor: pointer;
|
133
|
+
}
|
134
|
+
.red-button:active {
|
135
|
+
border-top: none;
|
136
|
+
padding-top: 10px;
|
137
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#751913), to(#c52f24));
|
138
|
+
background: -webkit-linear-gradient(top, #751913, #c52f24);
|
139
|
+
background: -moz-linear-gradient(top, #751913, #c52f24);
|
140
|
+
background: -ms-linear-gradient(top, #751913, #c52f24);
|
141
|
+
background: -o-linear-gradient(top, #751913, #c52f24);
|
142
|
+
}
|
143
|
+
|
144
|
+
#topNav {
|
145
|
+
padding: 1em 0;
|
146
|
+
color: #565656;
|
147
|
+
background: #222;
|
148
|
+
}
|
149
|
+
|
150
|
+
.s-hidden {
|
151
|
+
display: none;
|
152
|
+
}
|
153
|
+
|
154
|
+
@media screen and (min-width: 1025px) {
|
155
|
+
.more-info-button {
|
156
|
+
display: none;
|
157
|
+
}
|
158
|
+
.more-info-links {
|
159
|
+
list-style: none;
|
160
|
+
display: inline;
|
161
|
+
margin: 0;
|
162
|
+
}
|
163
|
+
|
164
|
+
.more-info {
|
165
|
+
display: inline-block;
|
166
|
+
}
|
167
|
+
.more-info:after {
|
168
|
+
content: " |";
|
169
|
+
}
|
170
|
+
|
171
|
+
.more-info:last-child:after {
|
172
|
+
content: "";
|
173
|
+
}
|
174
|
+
}
|
175
|
+
|
176
|
+
@media screen and (max-width: 1024px) {
|
177
|
+
#topNav .wrapper { text-align: center; }
|
178
|
+
.more-info-button {
|
179
|
+
position: relative;
|
180
|
+
z-index: 25;
|
181
|
+
}
|
182
|
+
|
183
|
+
.more-info-label {
|
184
|
+
display: none;
|
185
|
+
}
|
186
|
+
|
187
|
+
.more-info-container {
|
188
|
+
position: absolute;
|
189
|
+
top: .5em;
|
190
|
+
z-index: 20;
|
191
|
+
margin: 0 auto;
|
192
|
+
left: 0;
|
193
|
+
right: 0;
|
194
|
+
width: 20em;
|
195
|
+
}
|
196
|
+
|
197
|
+
.more-info-links {
|
198
|
+
display: block;
|
199
|
+
list-style: none;
|
200
|
+
background-color: #c52f24;
|
201
|
+
border-radius: 5px;
|
202
|
+
padding-top: 5.25em;
|
203
|
+
border: 1px #980905 solid;
|
204
|
+
}
|
205
|
+
.more-info-links.s-hidden {
|
206
|
+
display: none;
|
207
|
+
}
|
208
|
+
.more-info {
|
209
|
+
padding: .75em;
|
210
|
+
border-top: 1px #980905 solid;
|
211
|
+
}
|
212
|
+
.more-info a, .more-info a:link, .more-info a:visited {
|
213
|
+
display: block;
|
214
|
+
color: white;
|
215
|
+
width: 100%;
|
216
|
+
height: 100%;
|
217
|
+
text-decoration: none;
|
218
|
+
text-transform: uppercase;
|
219
|
+
}
|
220
|
+
}
|
221
|
+
|
222
|
+
#header {
|
223
|
+
background: #c52f24 url(../images/header_tile.gif) repeat-x;
|
224
|
+
color: #FFF;
|
225
|
+
padding: 1.5em 0;
|
226
|
+
z-index: 99;
|
227
|
+
}
|
228
|
+
|
229
|
+
#feature {
|
230
|
+
background: #d5e9f6 url(../images/feature_tile.gif) repeat-x;
|
231
|
+
color: #333;
|
232
|
+
padding: 0.5em 0 1.5em;
|
233
|
+
}
|
234
|
+
|
235
|
+
#container {
|
236
|
+
color: #333;
|
237
|
+
padding: 0.5em 0 1.5em 0;
|
238
|
+
}
|
239
|
+
|
240
|
+
#mainCol {
|
241
|
+
max-width: 630px;
|
242
|
+
margin-left: 2em;
|
243
|
+
}
|
244
|
+
|
245
|
+
#subCol {
|
246
|
+
position: absolute;
|
247
|
+
z-index: 0;
|
248
|
+
top: 21px;
|
249
|
+
right: 0;
|
250
|
+
background: #FFF;
|
251
|
+
padding: 1em 1.5em 1em 1.25em;
|
252
|
+
width: 17em;
|
253
|
+
font-size: 0.9285em;
|
254
|
+
line-height: 1.3846em;
|
255
|
+
margin-right: 1em;
|
256
|
+
}
|
257
|
+
|
258
|
+
|
259
|
+
@media screen and (max-width: 800px) {
|
260
|
+
#subCol {
|
261
|
+
position: static;
|
262
|
+
width: inherit;
|
263
|
+
margin-left: -1em;
|
264
|
+
margin-right: 0;
|
265
|
+
padding-right: 1.25em;
|
266
|
+
}
|
267
|
+
}
|
268
|
+
|
269
|
+
#extraCol {display: none;}
|
270
|
+
|
271
|
+
#footer {
|
272
|
+
padding: 2em 0;
|
273
|
+
background: #222 url(../images/footer_tile.gif) repeat-x;
|
274
|
+
}
|
275
|
+
#footer .wrapper {
|
276
|
+
padding-left: 1em;
|
277
|
+
max-width: 960px;
|
278
|
+
}
|
279
|
+
|
280
|
+
#header .wrapper, #topNav .wrapper, #feature .wrapper {padding-left: 1em; max-width: 960px;}
|
281
|
+
#feature .wrapper {max-width: 640px; padding-right: 23em; position: relative; z-index: 0;}
|
282
|
+
|
283
|
+
@media screen and (max-width: 800px) {
|
284
|
+
#feature .wrapper { padding-right: 0; }
|
285
|
+
}
|
286
|
+
|
287
|
+
/* Links
|
288
|
+
--------------------------------------- */
|
289
|
+
|
290
|
+
a, a:link, a:visited {
|
291
|
+
color: #ee3f3f;
|
292
|
+
text-decoration: underline;
|
293
|
+
}
|
294
|
+
|
295
|
+
#mainCol a, #subCol a, #feature a {color: #980905;}
|
296
|
+
#mainCol a code, #subCol a code, #feature a code {color: #980905;}
|
297
|
+
|
298
|
+
/* Navigation
|
299
|
+
--------------------------------------- */
|
300
|
+
|
301
|
+
.nav {
|
302
|
+
margin: 0;
|
303
|
+
padding: 0;
|
304
|
+
list-style: none;
|
305
|
+
float: right;
|
306
|
+
margin-top: 1.5em;
|
307
|
+
font-size: 1.2857em;
|
308
|
+
}
|
309
|
+
|
310
|
+
.nav .nav-item {color: #FFF; text-decoration: none;}
|
311
|
+
.nav .nav-item:hover {text-decoration: underline;}
|
312
|
+
|
313
|
+
.guides-index-large, .guides-index-small .guides-index-item {
|
314
|
+
padding: 0.5em 1.5em;
|
315
|
+
border-radius: 1em;
|
316
|
+
-webkit-border-radius: 1em;
|
317
|
+
-moz-border-radius: 1em;
|
318
|
+
background: #980905;
|
319
|
+
position: relative;
|
320
|
+
color: white;
|
321
|
+
}
|
322
|
+
|
323
|
+
.guides-index .guides-index-item {
|
324
|
+
background: #980905 url(../images/nav_arrow.gif) no-repeat right top;
|
325
|
+
padding-right: 1em;
|
326
|
+
position: relative;
|
327
|
+
z-index: 15;
|
328
|
+
padding-bottom: 0.125em;
|
329
|
+
}
|
330
|
+
|
331
|
+
.guides-index:hover .guides-index-item, .guides-index .guides-index-item:hover {
|
332
|
+
background-position: right -81px;
|
333
|
+
text-decoration: underline !important;
|
334
|
+
}
|
335
|
+
|
336
|
+
@media screen and (min-width: 481px) {
|
337
|
+
.nav {
|
338
|
+
float: right;
|
339
|
+
margin-top: 1.5em;
|
340
|
+
font-size: 1.2857em;
|
341
|
+
}
|
342
|
+
.nav>li {
|
343
|
+
display: inline;
|
344
|
+
margin-left: 0.5em;
|
345
|
+
}
|
346
|
+
.guides-index.guides-index-small {
|
347
|
+
display: none;
|
348
|
+
}
|
349
|
+
}
|
350
|
+
|
351
|
+
@media screen and (max-width: 480px) {
|
352
|
+
.nav {
|
353
|
+
float: none;
|
354
|
+
width: 100%;
|
355
|
+
text-align: center;
|
356
|
+
}
|
357
|
+
.nav .nav-item {
|
358
|
+
display: block;
|
359
|
+
margin: 0;
|
360
|
+
width: 100%;
|
361
|
+
background-color: #980905;
|
362
|
+
border: solid 1px #620c04;
|
363
|
+
border-top: 0;
|
364
|
+
padding: 15px 0;
|
365
|
+
text-align: center;
|
366
|
+
}
|
367
|
+
.nav .nav-item, .nav-item.guides-index-item {
|
368
|
+
text-transform: uppercase;
|
369
|
+
}
|
370
|
+
.nav .nav-item:first-child, .nav-item.guides-index-small {
|
371
|
+
border-top: solid 1px #620c04;
|
372
|
+
}
|
373
|
+
.guides-index.guides-index-small {
|
374
|
+
display: block;
|
375
|
+
margin-top: 1.5em;
|
376
|
+
}
|
377
|
+
.guides-index.guides-index-large {
|
378
|
+
display: none;
|
379
|
+
}
|
380
|
+
.guides-index-small .guides-index-item {
|
381
|
+
font: inherit;
|
382
|
+
padding-left: .75em;
|
383
|
+
font-size: .95em;
|
384
|
+
background-position: 96% 16px;
|
385
|
+
-webkit-appearance: none;
|
386
|
+
}
|
387
|
+
.guides-index-small .guides-index-item:hover{
|
388
|
+
background-position: 96% -65px;
|
389
|
+
}
|
390
|
+
}
|
391
|
+
|
392
|
+
#guides {
|
393
|
+
width: 27em;
|
394
|
+
display: block;
|
395
|
+
background: #980905;
|
396
|
+
border-radius: 1em;
|
397
|
+
-webkit-border-radius: 1em;
|
398
|
+
-moz-border-radius: 1em;
|
399
|
+
-webkit-box-shadow: 0.25em 0.25em 1em rgba(0,0,0,0.25);
|
400
|
+
-moz-box-shadow: rgba(0,0,0,0.25) 0.25em 0.25em 1em;
|
401
|
+
color: #f1938c;
|
402
|
+
padding: 1.5em 2em;
|
403
|
+
position: absolute;
|
404
|
+
z-index: 10;
|
405
|
+
top: -0.25em;
|
406
|
+
right: 0;
|
407
|
+
padding-top: 2em;
|
408
|
+
}
|
409
|
+
|
410
|
+
#guides dt, #guides dd {
|
411
|
+
font-weight: normal;
|
412
|
+
font-size: 0.722em;
|
413
|
+
margin: 0;
|
414
|
+
padding: 0;
|
415
|
+
}
|
416
|
+
#guides dt {padding:0; margin: 0.5em 0 0;}
|
417
|
+
#guides a {color: #FFF; background: none !important; text-decoration: none;}
|
418
|
+
#guides a:hover {text-decoration: underline;}
|
419
|
+
#guides .L, #guides .R {float: left; width: 50%; margin: 0; padding: 0;}
|
420
|
+
#guides .R {float: right;}
|
421
|
+
#guides hr {
|
422
|
+
display: block;
|
423
|
+
border: none;
|
424
|
+
height: 1px;
|
425
|
+
color: #f1938c;
|
426
|
+
background: #f1938c;
|
427
|
+
}
|
428
|
+
|
429
|
+
/* Headings
|
430
|
+
--------------------------------------- */
|
431
|
+
|
432
|
+
h1 {
|
433
|
+
font-size: 2.5em;
|
434
|
+
line-height: 1em;
|
435
|
+
margin: 0.6em 0 .2em;
|
436
|
+
font-weight: bold;
|
437
|
+
}
|
438
|
+
|
439
|
+
h2 {
|
440
|
+
font-size: 2.1428em;
|
441
|
+
line-height: 1em;
|
442
|
+
margin: 0.7em 0 .2333em;
|
443
|
+
font-weight: bold;
|
444
|
+
}
|
445
|
+
|
446
|
+
@media screen and (max-width: 480px) {
|
447
|
+
h2 {
|
448
|
+
font-size: 1.45em;
|
449
|
+
}
|
450
|
+
}
|
451
|
+
|
452
|
+
h3 {
|
453
|
+
font-size: 1.7142em;
|
454
|
+
line-height: 1.286em;
|
455
|
+
margin: 0.875em 0 0.2916em;
|
456
|
+
font-weight: bold;
|
457
|
+
}
|
458
|
+
|
459
|
+
@media screen and (max-width: 480px) {
|
460
|
+
h3 {
|
461
|
+
font-size: 1.45em;
|
462
|
+
}
|
463
|
+
}
|
464
|
+
|
465
|
+
h4 {
|
466
|
+
font-size: 1.2857em;
|
467
|
+
line-height: 1.2em;
|
468
|
+
margin: 1.6667em 0 .3887em;
|
469
|
+
font-weight: bold;
|
470
|
+
}
|
471
|
+
|
472
|
+
h5 {
|
473
|
+
font-size: 1em;
|
474
|
+
line-height: 1.5em;
|
475
|
+
margin: 1em 0 .5em;
|
476
|
+
font-weight: bold;
|
477
|
+
}
|
478
|
+
|
479
|
+
h6 {
|
480
|
+
font-size: 1em;
|
481
|
+
line-height: 1.5em;
|
482
|
+
margin: 1em 0 .5em;
|
483
|
+
font-weight: normal;
|
484
|
+
}
|
485
|
+
|
486
|
+
.section {
|
487
|
+
padding-bottom: 0.25em;
|
488
|
+
border-bottom: 1px solid #999;
|
489
|
+
}
|
490
|
+
|
491
|
+
/* Content
|
492
|
+
--------------------------------------- */
|
493
|
+
|
494
|
+
.pic {
|
495
|
+
margin: 0 2em 2em 0;
|
496
|
+
}
|
497
|
+
|
498
|
+
#topNav strong {color: #999; margin-right: 0.5em;}
|
499
|
+
#topNav strong a {color: #FFF;}
|
500
|
+
|
501
|
+
#header h1 {
|
502
|
+
float: left;
|
503
|
+
background: url(../images/rails_guides_logo.gif) no-repeat;
|
504
|
+
width: 297px;
|
505
|
+
text-indent: -9999em;
|
506
|
+
margin: 0;
|
507
|
+
padding: 0;
|
508
|
+
}
|
509
|
+
|
510
|
+
@media screen and (max-width: 480px) {
|
511
|
+
#header h1 {
|
512
|
+
float: none;
|
513
|
+
}
|
514
|
+
}
|
515
|
+
|
516
|
+
#header h1 a {
|
517
|
+
text-decoration: none;
|
518
|
+
display: block;
|
519
|
+
height: 77px;
|
520
|
+
}
|
521
|
+
|
522
|
+
#feature p {
|
523
|
+
font-size: 1.2857em;
|
524
|
+
margin-bottom: 0.75em;
|
525
|
+
}
|
526
|
+
|
527
|
+
@media screen and (max-width: 480px) {
|
528
|
+
#feature p {
|
529
|
+
font-size: 1em;
|
530
|
+
}
|
531
|
+
}
|
532
|
+
|
533
|
+
#feature ul {margin-left: 0;}
|
534
|
+
#feature ul li {
|
535
|
+
list-style: none;
|
536
|
+
background: url(../images/check_bullet.gif) no-repeat left 0.5em;
|
537
|
+
padding: 0.5em 1.75em 0.5em 1.75em;
|
538
|
+
font-size: 1.1428em;
|
539
|
+
font-weight: bold;
|
540
|
+
}
|
541
|
+
|
542
|
+
#mainCol dd, #subCol dd {
|
543
|
+
padding: 0.25em 0 1em;
|
544
|
+
border-bottom: 1px solid #CCC;
|
545
|
+
margin-bottom: 1em;
|
546
|
+
margin-left: 0;
|
547
|
+
/*padding-left: 28px;*/
|
548
|
+
padding-left: 0;
|
549
|
+
}
|
550
|
+
|
551
|
+
#mainCol dt, #subCol dt {
|
552
|
+
font-size: 1.2857em;
|
553
|
+
padding: 0.125em 0 0.25em 0;
|
554
|
+
margin-bottom: 0;
|
555
|
+
/*background: url(../images/book_icon.gif) no-repeat left top;
|
556
|
+
padding: 0.125em 0 0.25em 28px;*/
|
557
|
+
}
|
558
|
+
|
559
|
+
@media screen and (max-width: 480px) {
|
560
|
+
#mainCol dt, #subCol dt {
|
561
|
+
font-size: 1em;
|
562
|
+
}
|
563
|
+
}
|
564
|
+
|
565
|
+
#mainCol dd.work-in-progress, #subCol dd.work-in-progress {
|
566
|
+
background: #fff9d8 url(../images/tab_yellow.gif) no-repeat left top;
|
567
|
+
border: none;
|
568
|
+
padding: 1.25em 1em 1.25em 48px;
|
569
|
+
margin-left: 0;
|
570
|
+
margin-top: 0.25em;
|
571
|
+
}
|
572
|
+
|
573
|
+
#mainCol dd.kindle, #subCol dd.kindle {
|
574
|
+
background: #d5e9f6 url(../images/tab_info.gif) no-repeat left top;
|
575
|
+
border: none;
|
576
|
+
padding: 1.25em 1em 1.25em 48px;
|
577
|
+
margin-left: 0;
|
578
|
+
margin-top: 0.25em;
|
579
|
+
}
|
580
|
+
|
581
|
+
#mainCol div.warning, #subCol dd.warning {
|
582
|
+
background: #f9d9d8 url(../images/tab_red.gif) no-repeat left top;
|
583
|
+
border: none;
|
584
|
+
padding: 1.25em 1.25em 0.25em 48px;
|
585
|
+
margin-left: 0;
|
586
|
+
margin-top: 0.25em;
|
587
|
+
}
|
588
|
+
|
589
|
+
#subCol .chapters {color: #980905;}
|
590
|
+
#subCol .chapters a {font-weight: bold;}
|
591
|
+
#subCol .chapters ul a {font-weight: normal;}
|
592
|
+
#subCol .chapters li {margin-bottom: 0.75em;}
|
593
|
+
#subCol h3.chapter {margin-top: 0.25em;}
|
594
|
+
#subCol h3.chapter img {vertical-align: text-bottom;}
|
595
|
+
#subCol .chapters ul {margin-left: 0; margin-top: 0.5em;}
|
596
|
+
#subCol .chapters ul li {
|
597
|
+
list-style: none;
|
598
|
+
padding: 0 0 0 1em;
|
599
|
+
background: url(../images/bullet.gif) no-repeat left 0.45em;
|
600
|
+
margin-left: 0;
|
601
|
+
font-size: 1em;
|
602
|
+
font-weight: normal;
|
603
|
+
}
|
604
|
+
|
605
|
+
div.code_container {
|
606
|
+
background: #EEE url(../images/tab_grey.gif) no-repeat left top;
|
607
|
+
padding: 0.25em 1em 0.5em 48px;
|
608
|
+
}
|
609
|
+
|
610
|
+
.note {
|
611
|
+
background: #fff9d8 url(../images/tab_note.gif) no-repeat left top;
|
612
|
+
border: none;
|
613
|
+
padding: 1em 1em 0.25em 48px;
|
614
|
+
margin: 0.25em 0 1.5em 0;
|
615
|
+
}
|
616
|
+
|
617
|
+
.info {
|
618
|
+
background: #d5e9f6 url(../images/tab_info.gif) no-repeat left top;
|
619
|
+
border: none;
|
620
|
+
padding: 1em 1em 0.25em 48px;
|
621
|
+
margin: 0.25em 0 1.5em 0;
|
622
|
+
}
|
623
|
+
|
624
|
+
#mainCol div.todo {
|
625
|
+
background: #fff9d8 url(../images/tab_yellow.gif) no-repeat left top;
|
626
|
+
border: none;
|
627
|
+
padding: 1em 1em 0.25em 48px;
|
628
|
+
margin: 0.25em 0 1.5em 0;
|
629
|
+
}
|
630
|
+
|
631
|
+
.note code, .info code, .todo code {border:none; background: none; padding: 0;}
|
632
|
+
|
633
|
+
#mainCol ul li {
|
634
|
+
list-style:none;
|
635
|
+
background: url(../images/grey_bullet.gif) no-repeat left 0.5em;
|
636
|
+
padding-left: 1em;
|
637
|
+
margin-left: 0;
|
638
|
+
}
|
639
|
+
|
640
|
+
#subCol .content {
|
641
|
+
font-size: 0.7857em;
|
642
|
+
line-height: 1.5em;
|
643
|
+
}
|
644
|
+
|
645
|
+
#subCol .content li {
|
646
|
+
font-weight: normal;
|
647
|
+
background: none;
|
648
|
+
padding: 0 0 1em;
|
649
|
+
font-size: 1.1667em;
|
650
|
+
}
|
651
|
+
|
652
|
+
/* Clearing
|
653
|
+
--------------------------------------- */
|
654
|
+
|
655
|
+
.clearfix:after {
|
656
|
+
content: ".";
|
657
|
+
display: block;
|
658
|
+
height: 0;
|
659
|
+
clear: both;
|
660
|
+
visibility: hidden;
|
661
|
+
}
|
662
|
+
|
663
|
+
.clearfix {display: inline-block;}
|
664
|
+
* html .clearfix {height: 1%;}
|
665
|
+
.clearfix {display: block;}
|
666
|
+
.clear { clear:both; }
|
667
|
+
|
668
|
+
/* Same bottom margin for special boxes than for regular paragraphs, this way
|
669
|
+
intermediate whitespace looks uniform. */
|
670
|
+
div.code_container, div.important, div.caution, div.warning, div.note, div.info {
|
671
|
+
margin-bottom: 1.5em;
|
672
|
+
}
|
673
|
+
|
674
|
+
/* Remove bottom margin of paragraphs in special boxes, otherwise they get a
|
675
|
+
spurious blank area below with the box background. */
|
676
|
+
div.important p, div.caution p, div.warning p, div.note p, div.info p {
|
677
|
+
margin-bottom: 1em;
|
678
|
+
}
|
679
|
+
|
680
|
+
/* Edge Badge
|
681
|
+
--------------------------------------- */
|
682
|
+
|
683
|
+
#edge-badge {
|
684
|
+
position: fixed;
|
685
|
+
right: 0px;
|
686
|
+
top: 0px;
|
687
|
+
z-index: 100;
|
688
|
+
border: none;
|
689
|
+
}
|
690
|
+
|
691
|
+
/* Foundation v2.1.4 http://foundation.zurb.com */
|
692
|
+
/* Artfully masterminded by ZURB */
|
693
|
+
|
694
|
+
table th { font-weight: bold; }
|
695
|
+
table td, table th { padding: 9px 10px; text-align: left; }
|
696
|
+
|
697
|
+
/* Mobile */
|
698
|
+
@media only screen and (max-width: 767px) {
|
699
|
+
table.responsive { margin-bottom: 0; }
|
700
|
+
|
701
|
+
.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
|
702
|
+
.pinned table { border-right: none; border-left: none; width: 100%; }
|
703
|
+
.pinned table th, .pinned table td { white-space: nowrap; }
|
704
|
+
.pinned td:last-child { border-bottom: 0; }
|
705
|
+
|
706
|
+
div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
|
707
|
+
div.table-wrapper div.scrollable table { margin-left: 35%; }
|
708
|
+
div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }
|
709
|
+
|
710
|
+
table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
|
711
|
+
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
|
712
|
+
|
713
|
+
}
|