From fb3bd7f5836e03a951a2efe672172a7744e752ff Mon Sep 17 00:00:00 2001 From: petehunt Date: Tue, 24 Dec 2013 00:51:02 -0500 Subject: [PATCH] language update as suggested by @petehunt c211767d47 Browse code fabiomcosta authored 5 hours ago MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updating text as suggested by @petehunt 34660eccf9 Browse code fabiomcosta authored 5 hours ago Adding note about onScroll on IE8 874122bad4 Browse code fabiomcosta authored 6 hours ago Note about react's version on the talk, since somethings have already… … d22874d039 Browse code fabiomcosta authored 6 hours ago --- .../use-react-and-jsx-in-ruby-on-rails.html | 2 +- blog/index.html | 2 +- blog/page2/index.html | 4 +- blog/page3/index.html | 6 +- blog/page4/index.html | 4 +- blog/page5/index.html | 4 +- blog/page6/index.html | 2 +- docs/addons.html | 272 ----------------- docs/animation.html | 272 ----------------- docs/class-name-manipulation.html | 272 ----------------- docs/component-api.html | 272 ----------------- docs/component-specs.html | 272 ----------------- docs/displaying-data.html | 272 ----------------- docs/dom-differences.html | 272 ----------------- docs/events.html | 272 ----------------- docs/examples.html | 272 ----------------- docs/forms.html | 272 ----------------- docs/getting-started.html | 272 ----------------- docs/interactivity-and-dynamic-uis.html | 272 ----------------- docs/jsx-gotchas.html | 272 ----------------- docs/jsx-in-depth.html | 272 ----------------- docs/more-about-refs.html | 272 ----------------- docs/multiple-components.html | 272 ----------------- docs/reconciliation.html | 272 ----------------- docs/reusable-components.html | 272 ----------------- docs/special-non-dom-attributes.html | 272 ----------------- docs/tags-and-attributes.html | 272 ----------------- docs/tooling-integration.html | 272 ----------------- docs/top-level-api.html | 272 ----------------- docs/tutorial.html | 272 ----------------- docs/two-way-binding-helpers.html | 272 ----------------- docs/why-react.html | 272 ----------------- docs/working-with-the-browser.html | 279 +----------------- feed.xml | 22 +- index.html | 1 + tips/children-props-type.html | 272 ----------------- tips/communicate-between-components.html | 272 ----------------- ...iveProps-not-triggered-after-mounting.html | 272 ----------------- tips/controlled-input-null-value.html | 272 ----------------- tips/dom-event-listeners.html | 272 ----------------- tips/false-in-jsx.html | 272 ----------------- tips/if-else-in-JSX.html | 272 ----------------- tips/initial-ajax.html | 272 ----------------- tips/inline-styles.html | 272 ----------------- tips/introduction.html | 272 ----------------- tips/maximum-number-of-jsx-root-nodes.html | 272 ----------------- ...ps-in-getInitialState-as-anti-pattern.html | 272 ----------------- tips/self-closing-tag.html | 272 ----------------- tips/style-props-value-px.html | 272 ----------------- 49 files changed, 31 insertions(+), 10903 deletions(-) diff --git a/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html b/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html index d08e6c6ca7..2e7df185bd 100644 --- a/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html +++ b/blog/2013/07/30/use-react-and-jsx-in-ruby-on-rails.html @@ -102,7 +102,7 @@

To make react.js available for use client-side, simply add react to your manifest, and declare the variant you'd like to use in your environment. When you use :production, the minified and optimized react.min.js will be used instead of the development version. For example:

# config/environments/development.rb
 
-MyApp::Application.configure do
+MyApp::Application.configure do
   config.react.variant = :development
   # use :production in production.rb
 end
diff --git a/blog/index.html b/blog/index.html
index caaeb3947a..6519187ef8 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -436,7 +436,7 @@ Is this some sort of template language? Specifically no. This might have been th