RoR project

TwitterFacebook
Get flash to fully experience Pearltrees

Active Record Query Interface 3.0 - (m.onkey.org)

I’ve been working on revamping the Active Record query interface for the last few weeks ( while taking some time off in India from consulting work, before joining 37signals ), building on top of Emilio’s GSOC project of integrating ARel and ActiveRecord. So here’s an overview of how things are going to work in Rails 3. What’s going to be deprecated in Rails 3.1 ? These deprecations will be effective in Rails’ 3.1 release ( NOT Rails 3 ) and will be fully removed in Rails 3.2, though there will be an official plugin to continue supporting them. Consider this an advance warning as it involves changing a lot of code. http://m.onkey.org/active-record-query-interface

Dynamic Drive DHTML(dynamic html) & JavaScript code library

Two important bugs squashed- sub menu disappears when clicking on a top level menu item, and also, in mobile devices, a menu item doesn't redirect to the intended URL when clicked on. Script now dynamically adds a class of " selected " to the anchor link while its drop down menu is expanded, for easy styling of the anchor link during its "open" state. We're updating relevant menu scripts on DD so they are functional in mobile devices such as iPad/iPhone and Android devices. http://www.dynamicdrive.com/
Web Analytics

Head First Labs from O'Reilly Media, Inc. :: Our Favorite CSS Design Sites

http://headfirstlabs.com/books/hfhtml/chapter12/cssdesign.html CSS Zen Garden: The Beauty in CSS Design :: Graphic artists create some fantastic designs for the Zen Garden by changing only the CSS. A List Apart :: explores the design, development, and meaning of web content, with a special focus on techniques and benefits of designing with web standards. css/edge :: Eric A. Meyer's CSS site with a selection of examples. CSS Beauty :: A showcase of well-designed CSS based websites from around the world.
Tutos varios

Ya hecho

Por hacer

Ruby on Rails 3.0 is the latest major revision of Ruby on Rails, the open-source web development framework designed to make programmers happy and productive. Rails 3.0 brings a bunch of new features and improvements over older Rails versions, including: Brand new router with an emphasis on RESTful ...

Newest 'ruby-on-rails-3' Questions - Stack Overflow

http://stackoverflow.com/questions/tagged/ruby-on-rails-3
DBs

http://railscasts.com/ 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

ryanb/railscasts at master - GitHub

https://github.com/ryanb/railscasts IMPORTANT: This source code is out of date with the latest changes at railscasts.com to ensure the security of the payment processing. I hope to open-source the latest additions at some point. You may want to install Sphinx , run the index and start rake commands, and set thinking_sphinx: true in app_config.yml .
http://guides.rubyonrails.org/index.html

Ruby on Rails Guides

This guide covers the basic layout features of Action Controller and Action View, including rendering and redirecting, using content_for blocks, and working with partials. This guide covers how controllers work and how they fit into the request cycle in your application. It includes sessions, filters, and cookies, data streaming, and dealing with exceptions raised by a request, among other topics. Rails Routing from the Outside In This guide covers the user-facing features of Rails routing.
https://rvm.beginrescueend.com/

RVM: Ruby Version Manager - RVM Ruby Version Manager - Documentation

RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. Community Maintained Project RVM is maintained by the community through pull requests sent to the project repository which is located on github at https://github.com/wayneeseguin/rvm Community Supported Project RVM is supported by the community via either the (google group) Mailing List or more real time help via gracious users in the the RVM IRC channel #rvm on irc.freenode.net Production