diff options
-rwxr-xr-x | railties/guides/files/javascripts/code_highlighter.js | 2 | ||||
-rwxr-xr-x | railties/guides/files/stylesheets/print.css | 2 | ||||
-rwxr-xr-x | railties/guides/files/stylesheets/reset.css | 2 | ||||
-rw-r--r-- | railties/guides/files/stylesheets/syntax.css | 2 | ||||
-rw-r--r-- | railties/guides/source/command_line.textile | 2 | ||||
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 | ||||
-rw-r--r-- | railties/guides/source/layouts_and_rendering.textile | 2 | ||||
-rw-r--r-- | railties/guides/source/migrations.textile | 2 | ||||
-rw-r--r-- | railties/guides/source/rails_on_rack.textile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/railties/guides/files/javascripts/code_highlighter.js b/railties/guides/files/javascripts/code_highlighter.js index a234ba888c..ce983dad52 100755 --- a/railties/guides/files/javascripts/code_highlighter.js +++ b/railties/guides/files/javascripts/code_highlighter.js @@ -185,4 +185,4 @@ CodeHighlighter.init = function() { for (var i=0; i < this.styleSets.length; i++) { highlightCode(this.styleSets[i]); } -}
\ No newline at end of file +} diff --git a/railties/guides/files/stylesheets/print.css b/railties/guides/files/stylesheets/print.css index 98780ab029..628da105d4 100755 --- a/railties/guides/files/stylesheets/print.css +++ b/railties/guides/files/stylesheets/print.css @@ -49,4 +49,4 @@ blockquote { } .small { font-size: .9em; } -.large { font-size: 1.1em; }
\ No newline at end of file +.large { font-size: 1.1em; } diff --git a/railties/guides/files/stylesheets/reset.css b/railties/guides/files/stylesheets/reset.css index cd5f8e846e..cb14fbcc55 100755 --- a/railties/guides/files/stylesheets/reset.css +++ b/railties/guides/files/stylesheets/reset.css @@ -40,4 +40,4 @@ blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; -}
\ No newline at end of file +} diff --git a/railties/guides/files/stylesheets/syntax.css b/railties/guides/files/stylesheets/syntax.css index cf5df03494..55fc5b209f 100644 --- a/railties/guides/files/stylesheets/syntax.css +++ b/railties/guides/files/stylesheets/syntax.css @@ -28,4 +28,4 @@ .ruby .symbol { color: green; -}
\ No newline at end of file +} diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 0523f33b14..b1a3dace16 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -508,4 +508,4 @@ I got assigned some args: :command=>:create}] </shell> -Tada!
\ No newline at end of file +Tada! diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index cf5754c0d3..3163fdb4bc 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -1294,4 +1294,4 @@ h3. Changelog * October 16, 2008: Revised based on feedback from Pratik Naik by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) * October 13, 2008: First complete draft by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) * October 12, 2008: More detail, rearrangement, editing by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) -* September 8, 2008: initial version by James Miller (not yet approved for publication)
\ No newline at end of file +* September 8, 2008: initial version by James Miller (not yet approved for publication) diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile index a4ea200b02..d4738ec19f 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -954,4 +954,4 @@ h3. Changelog * November 1, 2008: Added +:js+ option for +render+ by "Mike Gunderloy":credits.html#mgunderloy * October 16, 2008: Ready for publication by "Mike Gunderloy":credits.html#mgunderloy * October 4, 2008: Additional info on partials (+:object+, +:as+, and +:spacer_template+) by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) -* September 28, 2008: First draft by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication)
\ No newline at end of file +* September 28, 2008: First draft by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index 4bc4092c3d..58ae54f53f 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -577,4 +577,4 @@ h3. Changelog "Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/6 -* September 14, 2008: initial version by "Frederick Cheung":credits.html#fcheung
\ No newline at end of file +* September 14, 2008: initial version by "Frederick Cheung":credits.html#fcheung diff --git a/railties/guides/source/rails_on_rack.textile b/railties/guides/source/rails_on_rack.textile index a0aec82d67..8e169dd1fb 100644 --- a/railties/guides/source/rails_on_rack.textile +++ b/railties/guides/source/rails_on_rack.textile @@ -223,4 +223,4 @@ h3. Changelog "Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/4 -* January 11, 2009: First version by "Pratik":credits.html#lifo
\ No newline at end of file +* January 11, 2009: First version by "Pratik":credits.html#lifo |