Skip to content

Instantly share code, notes, and snippets.

@ivanvanderbyl
Forked from radar/survey.md
Created November 1, 2009 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ivanvanderbyl/223479 to your computer and use it in GitHub Desktop.
Save ivanvanderbyl/223479 to your computer and use it in GitHub Desktop.
What did you do to get good at Rails?
I came from a PHP background, so the path I took was to workout how to do everything I knew with PHP
in Ruby and Rails, as well as reading loads of source code and ripping parts out and making smaller apps.
Who taught you what you know?
Mainly Google, I didn't know anyone using Rails for the first year or more.
Do you have any fond (or not so fond) memories of your learning experiences?
What was your first production app and what did you learn from it?
For my year 12 Design & Technology Major Work I built an online portfolio app with Ruby on Rails,
pretty much a copy of CarbonMade.com, this taught me everything, from which was the best plugin for
file uploads, resizing, down to deployment and configuring Apache with FastCGI or Mongrel proxies (Pre ModRails :)
What tools do you use to make your life easier?
TextMate with a lot of Ruby related plugins :)
What did you find particularly hard to grok when learning Rails?
I think the magic behind ActiveRecord, while it comes with immense awesomeness, it also made the
database layer harder to learn.
When did you start on Rails?
July 2006.
Did you learn Ruby first or try to jump straight into Rails?
I'd say I learn't Ruby more as a side effect of learning Rails
Did you read any books to get good at Rails?
Didn't have access to any.
What system do you use?
Mac/Linux
What editor do you prefer?
Textmate to the death.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment