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 Abstract Note 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 3 in a Nutshell

Latest Free Screencasts from Screencasts.org

Creating a Bookmarklet with Remote JavaScript Code → In this quick free JavaScript video tutorial we'll show you how to load in a remote JavaScript file in to a bookmarklet. View Episode → Creating a Simple Bookmarklet → http://screencasts.org/episodes/

File: HAML_REFERENCE

http://haml.info/docs/yardoc/file.REFERENCE.html Haml is a markup language that’s used to cleanly and simply describe the HTML 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 HTML into the template, because it is actually an abstract description of the HTML, with some code to generate dynamic content. Features
Testing

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/
deployment