Skip to content

Fix the first steps instructions for new users #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2015

Conversation

hubertlepicki
Copy link
Contributor

If the users follow current instructions they will hit the wall at the moment. The example using Ruby require syntax does not work at all. The example using sprockets commetns syntax will raise ruby syntax errors in editors such as RubyMine or Vim (because // is not valid Ruby comment syntax).

This change fixes both issues:

  • clarifies which syntax can be used for which versions of Ruby
  • uses # comment syntax instead of // for better support of Ruby syntax aware editors

If the users follow current instructions they will hit the wall at the moment. The example using Ruby require syntax does not work at all. The example using sprockets commetns syntax will raise ruby syntax errors in editors such as RubyMine or Vim (because // is not valid Ruby comment syntax).

This change fixes both issues:
- clarifies which syntax can be used for which versions of Ruby
- uses # comment syntax instead of // for better support of Ruby syntax aware editors
@elia
Copy link
Member

elia commented May 27, 2015

Thanks! much appreciated

elia added a commit that referenced this pull request May 27, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the first steps instructions for new users
@elia elia merged commit dcbf304 into opal:master May 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants