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
| In the section http://addyosmani.github.com/backbone-fundamentals/#mvc-applied-to-the-web there is a typo: | |
| it’s **wqually** as useful to keep your UI cleanly separated from your data models in JavaScript (as we will read more about shortly). |
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
| I try to install via rvm Ruby 1.9.3 in my machine but I get this error: | |
| ruycer:~ ruycer$ rvm install 1.9.3 | |
| Searching for binary rubies, this might take some time. | |
| No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p374. | |
| Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies. | |
| Installing Ruby from source to: /Users/ruycer/.rvm/rubies/ruby-1.9.3-p374, this may take a while depending on your cpu(s)... | |
| ruby-1.9.3-p374 - #downloading ruby-1.9.3-p374, this may take a while depending on your connection... | |
| ruby-1.9.3-p374 - #extracted to /Users/ruycer/.rvm/src/ruby-1.9.3-p374 (already extracted) | |
| ruby-1.9.3-p374 - #configuring | |
| ruby-1.9.3-p374 - #compiling |