42個有用的rails3鏈接

A list for ruby on rails developers who want to start getting into rails 3.

 

What is rails 3?

http://omgbloglol.com/post/344792822/the-path-to-rails-3-introduction

http://www.engineyard.com/blog/2010/rails-3-beta-is-out-a-retrospective/

http://darwinweb.net/articles/82

Like video?  http://blog.peepcode.com/tutorials/2010/live-coding-rails-3-upgrade

Video  http://www.infoq.com/presentations/katz-rails3

Install ruby on windows:

http://intertwingly.net/blog/2010/02/25/Ruby-Installer-on-Windows

Install ruby on Mac/Ubuntu

Ubuntu - http://rohitarondekar.com/articles/installing-rails3-beta3-on-ubuntu-using-rvm

Both - http://railscasts.com/episodes/200-rails-3-beta-and-rvm

Both - http://amerine.net/2010/02/24/rvm-rails3-ruby-1-9-2-setup.html

Install rails 3

http://railscasts.com/episodes/200-rails-3-beta-and-rvm

http://grigio.org/how_install_rails_3_0_beta_ubuntu_linux_step_step

I would like rails 3 to work with jruby

http://blog.nicksieger.com/articles/2010/02/24/jruby-and-rails-3-sitting-in-a-tree

Is your old app good enough for rails 3?

http://github.com/rails/rails_upgrade

Which gems will work in rails 3?

http://railsplugins.org/plugins?criteria[]=1

http://wiki.rubyonrails.org/rails/version3/plugins_and_gems

What is this new way of handling gems – bundler?

http://blog.heroku.com/archives/2010/2/17/gem_bundler_on_heroku/

http://www.lindsaar.net/2010/2/6/bundle_me_some_rails

Video  http://railscasts.com/episodes/201-bundler

Making a rails 3 app

http://omgbloglol.com/post/371893012/the-path-to-rails-3-greenfielding-new-apps-with-the

Coding ‘beautifuly’ in rails 3 – a nice slideshow

http://www.slideshare.net/GreggPollack/rails-3-beautiful-code-3219240

Finding stuff from database is different on rails 3?

http://m.onkey.org/2010/1/22/active-record-query-interface

http://magicscalingsprinkles.wordpress.com/2010/01/28/why-i-wrote-arel/

Validating what goes in the database has changed a bit?

http://lindsaar.net/2010/1/31/validates_rails_3_awesome_is_true

http://omgbloglol.com/post/392895742/improved-validations-in-rails-3

http://edgerails.info/articles/what-s-new-in-edge-rails/2009/08/11/what-s-new-in-edge-rails-independent-model-validators/

Routing changes!

http://www.engineyard.com/blog/2010/the-lowdown-on-routes-in-rails-3/

Video  http://railscasts.com/episodes/203-routing-in-rails-3

http://rizwanreza.com/2009/12/20/revamped-routes-in-rails-3

Unobtrusive RJS in rails 3

http://weblog.jamisbuck.org/2010/3/2/unobtrusive-yet-explicit

http://www.metaskills.net/2010/1/29/unobtrusive-js-in-rails-3-with-prototype

I don’t want prototype, I want MooTools

http://kevinvaldek.com/mootools-driver-for-rails-3-helpers

http://mootools.net/forge/p/rails_3_driver

Actually I want jQuery!

http://www.therailworld.com/posts/26-Using-Prototype-and-JQuery-with-Rails3-UJS-

http://joshhuckabee.com/jquery-rails-3

http://webtech.union.rpi.edu/blog/2010/02/21/jquery-and-rails-3/

http://www.notgeeklycorrect.com/english/2009/05/18/beginners-guide-to-jquery-ruby-on-rails/

http://github.com/CodeOfficer/jquery-helpers-for-rails3

Sample app using jquery: http://github.com/overture8/jquery-rails3-uj

I don’t have to put ‘h’ anywhere anymore?

http://yehudakatz.com/2010/02/01/safebuffers-and-rails-3-0/

Video  http://railscasts.com/episodes/204-xss-protection-in-rails-3

Some different generators

http://www.viget.com/extend/rails-3-generators-the-unusuals-part-1/

Action Mailer in Rails 3

http://lindsaar.net/2010/1/26/new-actionmailer-api-in-rails-3

Respond_to was getting annoying – whats new?

http://edgerails.info/articles/what-s-new-in-edge-rails/2009/08/06/what-s-new-in-edge-rails-cleaner-restful-controllers-w-respond_with/

http://www.loudthinking.com/posts/37-bringing-merbs-providesdisplay-into-rails-3

http://ryandaigle.com/articles/2009/8/6/what-s-new-in-edge-rails-cleaner-restful-controllers-w-respond_with

http://blog.plataformatec.com.br/2009/08/embracing-rest-with-mind-body-and-soul/

How to put data in the database easily – seeding

http://afreshcup.com/home/2009/5/11/seed-data-in-rails-3.html

http://ryandaigle.com/articles/2009/5/13/what-s-new-in-edge-rails-database-seeding

http://www.robbyonrails.com/articles/2009/09/05/planting-the-seeds

Summary of cool things in Rails 3

http://www.engineyard.com/blog/2009/my-five-favorite-things-about-rails-3/

Who do I follow on twitter to hear all about rails 3?

http://twitter.com/rails3info

發佈了23 篇原創文章 · 獲贊 1 · 訪問量 13萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章