Skip to content

Commit d56b717

Browse files
committed
Updated package.json and node dependencies
Dependencies for heroku placed in "dependencies" rather than "devDependencies" as Heroku only loads those. Updated NPM and modules. Updated header links.
1 parent bb60c11 commit d56b717

File tree

4 files changed

+676
-94
lines changed

4 files changed

+676
-94
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby "2.1.2"
2+
ruby "2.1.3"
33

44

55
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'

app/views/layouts/application.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
<li><a href="/">React Demo</a></li>
2626
<li><%= link_to "Classic Rails", comments_path %></li>
2727
<li><%= link_to "by Justin Gordon, www.railsonmaui.com", "http://www.railsonmaui.com" %></li>
28-
<li><%= link_to "Source on Github", "https://github.com/justin808/react-rails-tutorial" %></li>
28+
<li><%= link_to "Source on Github", "https://github.com/justin808/react-webpack-rails-tutorial" %></li>
29+
<li><%= link_to "Tutorial Article", "http://www.railsonmaui.com/blog/2014/10/02/integrating-webpack-and-the-es6-transpiler-into-an-existing-rails-project/" %></li>
30+
<li><%= link_to "Forum Discussion", "http://forum.railsonmaui.com/t/fast-rich-client-rails-development-with-webpack-and-the-es6-transpiler/82/22" %></li>
2931
</ul>
3032
</div><!-- /.navbar-collapse -->
3133
</div><!-- /.container-fluid -->

0 commit comments

Comments
 (0)