ruby

TwitterFacebook
Get flash to fully experience Pearltrees
http://coding.smashingmagazine.com/2012/05/24/beginners-guide-ruby/ Ruby is an object-oriented language. What does that even mean? It has unique quirks and characteristics that we’ll explain clearly.

A Beginner's Guide to Ruby

This Guide is based on Rails 3.2. Some of the code shown here will not work in earlier versions of Rails. 1 Guide Assumptions This guide is designed for beginners who want to get started with a Rails application from scratch. It does not assume that you have any prior experience with Rails.

Getting Started with Rails

http://guides.rubyonrails.org/getting_started.html

Bohdan Zhuravel - Rails for Zombies solutions

Rails for Zombies solutions Last night I was watching these “Walking Dead” mini-series on YouTube, and after that I was googling zombies and somehow I ended up learning Ruby on Rails by playing Rails for Zombies , a really great introduction for newbies. Why don’t you try it? On the off chance you get stuck at some point, here are my solutions. But I’d strongly recommend you do not give up too early and hence do not miss the fun of solving problems. Level 1 http://zhuravel.biz/post/11267796635
http://www.ruby-lang.org/en/documentation/ Here you will find pointers to manuals, tutorials and references that will come in handy when you feel like coding in Ruby. Getting Started Try Ruby!

Documentation

http://rubyonrails.org/screencasts Learning Rails the Zombie Way If you're new to Rails and want to give it a try, then head over to RailsForZombies.org . Rails for Zombies is a free online course that provides you five labs, each with a short video followed by a series of exercises where you get to code Rails immediately in your browser. If you're interested in the history of Rails, we also still have the screencasts made for Ruby on Rails 2 , Ruby on Rails 0.5 and for Ruby on Rails 1.0 .

Ruby on Rails: Screencasts

Ubuntu (The latest stable version : 11.10(Oneiric Ocelot), released few weeks ago) is one of the most Linux based popular operating system and gradually becoming more popular among programmers and web developers. C/C++/Java programmers and web developers are rocking with the Ubuntu as it has a bunch of open source development tools available to increase the productivity at minimum or zero cost. Ruby on Rails is one of the most popular framework for developing web applications using Agile approach. Rails (Latest version : 3.1) is based MVC (Model View Framework).

How to install Ruby on Rails in Ubuntu 11.10

http://blog.sudobits.com/2011/10/27/how-to-install-ruby-on-rails-in-ubuntu-11-10/
http://www.the-tech-tutorial.com/?p=1868

Installing Ruby on Rails Ubuntu 11.10 using RVM and Ruby 1.9.2 « The Tech Tutorial

Ruby Rails is a Web application framework created in 2004 intended as a rapid development web framework that runs the Ruby programing language. The latest version of the Ruby is ‘ Ruby 1.9.2 ‘ and was realised in August 2011 , it brings many new features and bug fixeses. The most signifiant changes are Block local variables , An additional lambda syntax, Per-string character encodings are supported and a new New socket API ( IPv6 support). You can find a great walkthrough of all the new features at Ruby Inside . coinciding with the release of Ruby 1.9 is the Rails 3.1 framework which requires Ruby 1.8.7 or higher. Ruby on Rails 3.1 brings many new features, most notably: jQuery as default, HTTP Streaming, a new assets pipeline powered by Sprockets 2.0 . So this is all good stuff and I’m sure you want to be working with the latest version of Ruby and RubyonRails, especially if you setting up a new server.