Rails

TwitterFacebook
Get flash to fully experience Pearltrees
http://net.tutsplus.com/articles/web-roundups/essential-ruby-rails-3-reading-3/

Essential Ruby & Rails 3 Reading

Nearly two years ago, we published a round-up of the greatest Ruby and Rails learning resources available. Since then, big things have happended in the glorious world of Ruby. Rails 3 brought many fundamental improvements to the framework. So, naturally, our “essential resources” list needed to be updated!
http://ofps.oreilly.com/titles/9780596521424/index.html You are reading the text of an O'Reilly book that's under development. The authors are publishing the book to this site as it's being written, and we're putting it here to get feedback from you. This book uses the Open Feedback Publishing System (OFPS) , an O'Reilly experiment that tries to bridge the gap between private manuscripts and public blogs. Rails in a Nutshell is a concise introduction to Rails, an overview of commands and configurations, and a guide to the parts of Rails you’ll be using every day. Full of examples and explanations, this book kicks your skills into high-gear by showing you how to take advantage of the Model-View-Controller concept with tiny but expressive bits of Ruby that power some of the world’s biggest and fastest web services.

Rails 3 in a Nutshell - OFPS - O'Reilly Media

http://jonathanhui.com/ruby-rails-3

Ruby on Rails 3 | Jonathan Hui

Ruby on Rails is a powerful web application framework for the Ruby language. This guide covers precise instructions on how to build a Ruby on Rail 3 application systems. It covers installation, MVC programming, security, testing, caching and deployment.

Latest Free Screencasts from Screencasts.org

In this free screencast we'll introduce you to RVM: Ruby Version Manager. We'll show you how to get install & use RVM as well as project specific Ruby and gem autoloading. It's AJAX's birthday on 18th March. We've put together a screencast to show you how to create an AJAX-updating countdown website for the big day. http://screencasts.org/episodes/

File: HAML_REFERENCE

http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html Haml is a markup language that’s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some code to generate dynamic content. Haml can be used in three ways: as a command-line tool, as a plugin for Ruby on Rails, and as a standalone Ruby module.
A gem with recipes to create Rails application templates you can use to generate Rails starter apps. Creates ready-to-run Rails web applications. Makes it easy to create and maintain a starter app. The Rails Apps Composer gem is a fork of Michael Bleigh’s RailsWizard gem (see credits below). The purpose of the fork is to provide recipes for ready-to-run Rails starter apps. https://github.com/RailsApps/rails_apps_composer

RailsApps/rails_apps_composer - GitHub

http://railsapps.github.com/

“Crazy Deep” Rails 3.1 Example Apps and Tutorials

“Thanks so much for this. There are so many Rails tutorials for absolute beginners, and lots of stuff that assumes expert knowledge, but not much, besides practice, to span the gap.” — Rick Quantz, HackerNews, 13 May 2011 “I would like to say thank you for such a precise guide.
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book My former company (CD Baby) was one of the first to loudly switch to Ruby on Rails, and then even more loudly switch back to PHP (Google me to read about the drama). This book by Michael Hartl came so highly recommended that I had to try it, and Ruby on Rails Tutorial is what I used to switch back to Rails again. Though I’ve worked my way through many Rails books, this is the one that finally made me “get” it.

Ruby on Rails Tutorial: Learn Rails by Example | Ruby on Rails 3 Tutorial book and screencasts | by Michael Hartl

Testing

Read This Before Installing Rails 3.1

Follow @rails_apps on Twitter for updates and timely Rails tips. What Was New You can read more about how the building blocks of the Rails platform work together by reading the article Managing Rails Versions and Gems . It explains the relationships among Ruby, RubyGems, Rails, Rake, Bundler, and gemfiles and offers some advice. Rails 3.1.3 Rails 3.1.3 was released November 20, 2011, mainly to fix what broke in Rails 3.1.2 (see the announcement ). http://railsapps.github.com/installing-rails-3-1.html
Engines have been around for a while now in some for or another, but with the release of Rails 3, they became an integral part of the framework, and IMO they make it easy for any developer to create a plugin. Rails 3.1 will make Engines even better thanks to the SOC work done by Piotr Sarnacki , but I will be focusing on what is available in Rails 3.0.3 in this post. Engine? Say what?? In case you are not familiar with Rails 3 Engines, in a nutshell… they are sub-applications that are packaged as gems and can run inside a standard Rails application. They give you most of the functionality of a standard rails app, including the controllers, views, helpers, configuration, etc… Engines lay the groundwork of having “mountable” apps in Rails.

Making the case for Rails 3 Engines « Cowboy Coded

http://www.cowboycoded.com/2011/02/06/making-the-case-for-rails-3-engines/

aRailsDemo | Building a Ruby on Rails Website

About aRailsDemo This is a website about how I made this website with Rails. Hopefully, novice web developers and people who are just starting to learn about Rails will find it helpful in their journey.

Ruby / Rails - Instant search in Ruby / Rails and other developer documentation

gotAPI.com does not author, host or validate reference content. Search could produce results that some people find objectionable, inappropriate, or offensive. All API/reference/help content and trademarks are property of their respective owners and hereby recognized.
deployment

Episode #201 – Mar 16, 2012 – Bundler makes it easy to manage Ruby Gem dependencies. Learn how to use it in a Rails application, see what's new in Bundler 1.1, convenient ways to run bundle exec, and how to fix gem compilation issues. (9 minutes)

Railscasts - Free Ruby on Rails Screencasts

If you are tired of the browser vendor prefixes in CSS, take a look at Bourbon. It provides Sass mixins and functions to make CSS more convenient. Twitter Bootstrap can help make beautiful web apps quickly by providing you with useful CSS and JavaScript. Here you will learn how to include it into Rails with the twitter-bootstrap-rails gem. ActiveAttr provides what Active Model left out. If you need to create a table-less model with features similar to Active Record, read this episode.

ASCIIcasts - Recent Episodes