Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ruby, Rails and Tools by Frederik Fix

Rails Girls Munich
October 15, 2012
400

Ruby, Rails and Tools by Frederik Fix

Our Friday Installation talks by Frederik Fix about Ruby, Rails and the tools we will be needing for installation and development of the app.

Rails Girls Munich

October 15, 2012
Tweet

Transcript

  1. Ruby is interpreted See the file is called hello_world.rb Always

    .rb Also see other input Montag, 15. Oktober 2012
  2. Ruby is interpreted Other Input See the file is called

    hello_world.rb Always .rb Also see other input Montag, 15. Oktober 2012
  3. What is Rails? • programming for the web • written

    in Ruby • optimized for programmer happiness Montag, 15. Oktober 2012
  4. How to start Windows Mac cd C:\Sites rails.bat new railsgirls

    rails new railsgirls cd railsgirls rails.bat server cd railsgirls rails server http://guides.railsgirls.com/install/ Montag, 15. Oktober 2012
  5. Gems • paperclip allows uploading of files • devise login

    using password, Facebook, etc • twitter-bootstrap-rails magically makes it pretty • many, many more Montag, 15. Oktober 2012
  6. More Commands • bundle install install gems • rails generate

    ... generate new parts of the application • rake db:migrate update your database settings Montag, 15. Oktober 2012
  7. Summary • Ruby is the Language, Rails make web programming

    easier • Install: Ruby/Rails, Sublime Text, Firefox+Firebug • Generate & start using the console http://192.168.60.28 Montag, 15. Oktober 2012