Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Learning Ruby on Rails by Thomas Czernik
Search
Rails Girls Munich
October 13, 2012
1
600
Learning Ruby on Rails by Thomas Czernik
A presentation on Ruby on Rails, and learning resources to keep coding!
Rails Girls Munich
October 13, 2012
Tweet
Share
More Decks by Rails Girls Munich
See All by Rails Girls Munich
Learn More About Ruby and Rails by Carola Boettcher
railsgirls_muc
0
97
Bootstrap and Design Hacks by Omar Qunsul
railsgirls_muc
0
160
Getting Started with Rails by Leif Gensert
railsgirls_muc
0
140
Backend Logic by Ana Oprea
railsgirls_muc
0
94
Learn to Program by Liubou Yudasina
railsgirls_muc
0
140
Where Did My HTML & CSS Go?! by Brigitte Jellinek
railsgirls_muc
0
110
Ruby, Rails and Tools by Frederik Fix
railsgirls_muc
1
440
Housekeeping and Info Presentation by Sara Regan
railsgirls_muc
0
200
Basics on Paper by Phillip Oertel
railsgirls_muc
0
240
Featured
See All Featured
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
370
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
Game over? The fight for quality and originality in the time of robots
wayneb77
1
130
Marketing to machines
jonoalderson
1
5k
Exploring anti-patterns in Rails
aemeredith
2
280
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
870
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
Git: the NoSQL Database
bkeepers
PRO
432
66k
My Coaching Mixtape
mlcsv
0
63
KATA
mclloyd
PRO
35
15k
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
360
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
Transcript
Tom Czernik Learning Ruby on Rails
Who am I? Bavarian web developer Study Multimediatechnology
in master degree Ruby on Rails since 3 years @mindbreak Small german rails blog: http://www.wrel.de
What I am talking about How to start
Guides Make a little project How to solve problems
None
…..? … read a book … start an
new webproject … take some lessons
Get familiar with ruby
None
TryRuby Web-based ruby shell 15 Minutes tutorial http://tryruby.org/
Install Rails http://www.railsinstaller.org/
Start a little project Blog Twitter clone
….. Keep it just simple
None
Railsguides Guides from the Rails-Team Help to understand
the parts of rails Good way to start: http://guides.rubyonrails.org/getting_started.html (also with a step by step tutorial of a blog-system)
Screencasts about Ruby, Rails, Gems and more Every
week a free episode Also pro / revised episodes Well explanation, covers all you have to know ~ 380 Episodes www.railscasts.com
None
None
Codeacademy Interactive guide to learn Ruby Teach you
how to code Also webdevelopment basics like Javascript, HTML, CSS http://www.codecademy.com/
Add functionality to your project • Example: Blog Pagination:
http://railscasts.com/episodes/51-will- paginate Authentication: http://railscasts.com/episodes/209-introducing- devise Gravatar: http://railscasts.com/episodes/244- gravatar
Solving Problems Stackoverflow.com – Q & A Site for
programmers Search for solution Post your specific problem Ask in boards http://www.ruby-forum.com/forum/rails http://forum.ruby-portal.de/
Solving Problems Gem specific: Github Issues
Links http://tryruby.org/ http://www.railsinstaller.org/ http://guides.rubyonrails.org www.railscasts.com
http://www.codecademy.com/