Rails语言常用的十本入门书

Posted by cnruby Wed, 01 Feb 2006 15:30:00 GMT

Top 12 Ruby on Rails Tutorials

A former student asked me a few days ago how I learned Ruby on Rails. The answer was that I simply read alot of great tutorials. So in the spirit of sharing, here are the 12 tutorials that I found most useful:

  1. Rolling with Ruby on Rails - Curtis Hibbs of ONLamp.com offers his first excellent introduction to Ruby on Rails. This is the article that got me really excited about RoR.
  2. Rolling with Ruby on Rails, Part 2 - The sequel to Curtis Hibbs excellent series of articles.
  3. Four Days on Rails (PDF) - a great tutorial that is broken down into simple tasks that you can do over a four day period. To be quite honest, this tutorial only takes about 2 hours, but nonetheless it is very well organized!
  4. Really Getting Started in Rails - Amy Hoy has a great tutorial that not only covers RoR, but also introduces the reader to many of the basic concepts of the very cool Ruby scripting language.
  5. Tutorial in Ruby on Rails - is a basic tutorial aimed at newbies.
  6. Fast-track your Web apps with Ruby on Rails - IBM jumps into the sandbox with an excellent (as usual) tutorial to get you on your feet fast.
  7. Getting Your Feet Wet With Ruby on Rails - Talking about getting on your feet fast, this one from Webmonkey promises to get them wet too!
  8. How to make a todo list program with Rails - Another excellent introductory tutorial that actually helps you build something useful!
  9. Ajax on Rails - Curtis Hibbs offers part 3 of his look at RoR
  10. Many to Many Tutorial for Rails (PDF) - is a nice document that begins to delve into some of the more complex parts of web application programming, but in fine Ruby on Rails manner, it’s really not too complicated!
  11. Distributing Rails Applications - A Tutorial - So now you’ve built your RoR application, how to you push it to a production server? This tutorial covers the bases.
  12. Installing Ruby on Rails with Lighttpd and MySQL on Fedora Core 4 - and of course this list wouldn’t be complete without a shameless bit of self-promotion, this tutorial promises what it says. Other install tutorials can be found here, here and here!

Happy Rails developing and if you have any other tutorials that you’d like to share, please leave them in the comments!




________________________________________________________________ 您只要点击下面图标,就可以把本文加入到您喜欢的公共收藏库中去。
del.icio.us Digg | FURL | Yahoo! My Web 2.0 | Reddit | Blinklist | Fark

Typo修改内容说明

Posted by cnruby Wed, 01 Feb 2006 13:16:00 GMT

(1)增加搜索输入框的背景图:
  1. 修改文件public/stylesheets/theme/azure.css,其目的在于把我们的背景图连接到页面上;
  2. 增加背景图文件public/images/maglev.jpg;
(2)增加FCKEditor软件到Typo:
  1. 安装软件FCKEditor到Typo中;
  2. 修改文件public/javascripts/fckeditor.js,其目的在于把该软件与我们的系统连接起来;
  3. 修改文件app/views/layouts/administration.rhtml,其目的在于把我们软件FCKEditor连接到我们后台系统页面中;
  4. 修改下面控制器content和pages的页面:
    app/views/admin/pages/_form.rhtml
    app/views/admin/pages/edit.rhtml
    app/views/admin/pages/new.rhtml
    app/views/admin/content/_form.rhtml
    app/views/admin/content/edit.rhtml
    app/views/admin/content/new.rhtml
(3)安装软件Typo到操作系统Debian上:
  1. 修改文件[RAILS_APP_HOME]/public/javascripts/fckeditor.js
  2. 修改文件[RAILS_APP_HOME]/public/.htaccess
  3. 删除文件[RAILS_APP_HOME]/public/index.html
(4)为了Typo软件的上传功能可以使用,必须执行下面命令:
  1. gdluo@d80-237-148-31:~$ mkdir /home/gdluo/leetsoft1/public/files
  2. d80-237-148-31:~# chown -R www-data:www-data /home/gdluo/leetsoft1/public/files/
  3. d80-237-148-31:~# chmod 755 /home/gdluo/leetsoft1/public/files/



________________________________________________________________ 您只要点击下面图标,就可以把本文加入到您喜欢的公共收藏库中去。
del.icio.us Digg | FURL | Yahoo! My Web 2.0 | Reddit | Blinklist | Fark

Ruby语言常用的十本入门书

Posted by cnruby Tue, 31 Jan 2006 21:43:00 GMT

英文:
Nr. 1 http://www.rubyist.net/~slagell/ruby/index.html

Nr.2 http://www.whytheluckystiff.net/ruby/pickaxe/

Nr.3 http://www.ruby-doc.org/docs/UsersGuide/rg/

http://www.caliban.org/ruby/rubyguide.shtml

http://www.rubycentral.com/book/

http://poignantguide.net/ruby/

http://www.math.umd.edu/~dcarrera/ruby/0.3/index.html

http://phrogz.net/ProgrammingRuby/

http://www.ruby-doc.org/docs/Immersive%20Ruby%20programming%20course/RubyCourse_1.0-1.pdf

http://www.ruby-doc.org/docs/ProgrammingRuby/

http://pine.fm/LearnToProgram/?Chapter=Contents

***** http://www.fincher.org/tips/Languages/Ruby/

【How To Think Like a Computer Scientist:Learning With Ruby】
http://mysite.verizon.net/hpassel/thinkruby/book/index.html

【Mr. Neighborly's Humble Little Ruby Book】
http://www.humblelittlerubybook.com/book/html/index.html


德文:
Nr. 1 http://www.ntecs.de/old-hp/s-direktnet/ruby/uguide00.html

Nr. 2  http://ruby-tutorial.gogobsd.de/

http://home.vr-web.de/juergen.katins/ruby/buch/

http://www.approximity.com/rubybuch2/node4_main.html

http://www.wikidorf.de/reintechnisch/Inhalt/WSRubyForBeginner





________________________________________________________________ 您只要点击下面图标,就可以把本文加入到您喜欢的公共收藏库中去。
del.icio.us Digg | FURL | Yahoo! My Web 2.0 | Reddit | Blinklist | Fark

Posted in  | Tags , , , , ,  | no comments

软件新闻:免费IBM DB2 Express-C数据库

Posted by cnruby Fri, 27 Jan 2006 20:28:00 GMT

下载地址: IBM DB2 Express-C
操作系统: Linux 或者 Windows
技术支持:论坛


________________________________________________________________ 您只要点击下面图标,就可以把本文加入到您喜欢的公共收藏库中去。
del.icio.us Digg | FURL | Yahoo! My Web 2.0 | Reddit | Blinklist | Fark

Posted in  | Tags  | no comments

Older Posts

Older Posts: 1 ... 108 109 110