· 1 min read
Screencast: Einstieg in die Rails-Entwicklung
Downloads in verschiedenen Formaten:
1. Installation
bash
[bash] brew install git sqlite rvm install 1.9.3 rvm use 1.9.3 —global ruby -v gem install rails rails -v [/bash]
2. Tutorials
3. Divide and Conquer
text
[text] Divide and Conquer * Ruby * HTML * CSS (and SASS) * JavaScript (and CoffeeScript) * SQL [/text]
bash
[bash] irb rails console [/bash]
4. Your Own App
bash
[bash] rails g model … rails g controller … [/bash]