gem 'browserify-rails', '1.5.0' # until fix: https://github.com/browserify-rails/browserify-rails/issues/101
gem 'react-rails'Browserify-rails allows to use browserify within assets pipeline. React-rails is here only to allow to use #react_component (and thus, prerendering).
Note that jquery-rails can be removed from Gemfile, the npm version of jquery and jquery-ujs will be used instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // My Resume is a valid JSON | |
| var MarceloEdenSiqueira = { | |
| "Born at": "23/08/1985 - Recife/PE - Brasil", | |
| "Email": "[email protected]", | |
| "Homepage": "http://3den.org", | |
| "LinkedIn": "http://www.linkedin.com/in/marceloeden", | |
| "GitHub": "https://github.com/3den", | |
| "GoogleCode": "http://code.google.com/u/edendroid/", | |
| "Skills": [ |