Ruby on Rails

TwitterFacebook
Get flash to fully experience Pearltrees
I come from a PHP background, but these days, I’m a full-time Rails developer. The difficulty for most people who make the switch lies in the learning curve that’s involved. Once you’ve become proficient in a language or framework, switching to a new one feels like an unnecessary (and time-consuming) challenge. However, learning Ruby and Rails is actually pretty easy! It’s an incredibly powerful framework, and has a huge community pushing it along. So that begs the question: what’s the best way to learn Rails?

The Best Way to Learn Rails

http://net.tutsplus.com/tutorials/ruby/the-best-way-to-learn-ruby-on-rails/
http://teachmetocode.com/screencasts/building-a-star-rating-system-in-ruby-on-rails-with-jquery/

Building a Star-Rating System in Ruby on Rails with jQuery – Teach Me To Code Screencast

Specification Clicking a star rating turns on the stars to the left of the star I clicked. Clicking a star submits the star rating. When I refresh the page, the star ratings should be persistent. We’ll be using Rails’ functions including:

Adding Twitter's Bootstrap CSS to your Rails app

Updated Feb 2012 for Bootstrap 2. Twitter’s new CSS toolkit, Bootstrap , is all the rage these days. I explain how to get the CSS, and optionally the mixins and the JavaScript, into your Rails app. “How do I serve Bootstrap through Rails 3.1’s asset pipeline?” Just add Ken Collins’s ( @metaskill ’s) less-rails-bootstrap gem ( announced recently on his blog) to your Gemfile: Require it in your app/assets/stylesheets/application.css : http://www.opinionatedprogrammer.com/2011/11/twitter-bootstrap-on-rails/

20 Ruby on Rails Tuts to Rule Them All

Today, we’ll review twenty incredible Ruby on Rails tutorials that every developer should consider reading. Whether you’re a beginner who prefers video tutorials or an experienced dev, you’ll find an applicable tutorial here! 1. http://net.tutsplus.com/tutorials/ruby/20-ruby-on-rails-tutorials-to-rule-them-all/
Rails / Ruby