欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Rails
来自开放百科 - 灰狐
(版本间的差异)
小 (→安装) |
|||
(未显示1个用户的55个中间版本) | |||
第1行: | 第1行: | ||
− | [[Image:Rails.png|right]] | + | {{SeeWikipedia|Ruby on Rails}} |
+ | |||
+ | [[Image:Rails-90x90.png|right]] | ||
+ | |||
+ | Ruby on Rails | ||
+ | |||
+ | ==简介== | ||
[[Ruby]] on [[Image:Rails.jpeg]] 是一个相对较新的 Web 应用程序框架,构建在 Ruby 语言之上。它被宣传为现有企业框架的一个替代,而它的目标,简而言之,就是让生活,至少是 Web 开发方面的生活,变得更轻松。 | [[Ruby]] on [[Image:Rails.jpeg]] 是一个相对较新的 Web 应用程序框架,构建在 Ruby 语言之上。它被宣传为现有企业框架的一个替代,而它的目标,简而言之,就是让生活,至少是 Web 开发方面的生活,变得更轻松。 | ||
− | [[Image:rails-web-server.jpg]] | + | [[Image:rails-web-server.jpg|right|Rails可在以下Web Server部署]] |
+ | |||
+ | ==功能== | ||
==开发指南== | ==开发指南== | ||
第10行: | 第18行: | ||
*[[Huihoo Ruby Applications]] | *[[Huihoo Ruby Applications]] | ||
*[[RadRails]] - A Ruby on Rails IDE | *[[RadRails]] - A Ruby on Rails IDE | ||
+ | *[http://yehudakatz.com/ Yehuda Katz] 的博客: Katz 是 Rails 的核心贡献者, 同时也是 [[Merb]] 和 Rails 整合的首席架构师. | ||
==深入Rails== | ==深入Rails== | ||
− | + | [[文件:rails-logo.png|right|Rails]] | |
− | ==安装 | + | *[http://opinion.rubytao.com/ruby/rails-source-code-reading Rails框架代码解读] |
− | + | Rails组件: | |
+ | *Action Controller | ||
+ | *Action View | ||
+ | *Active Record | ||
+ | *Action Mailer | ||
+ | *Active Resource | ||
+ | *Railties | ||
+ | *Active Support | ||
+ | |||
+ | ==安装== | ||
+ | [[RubyGems]] is a package manager for Ruby. | ||
+ | gem install rails | ||
+ | or gem install -v=5.2 rails | ||
+ | rails new myapp | ||
+ | cd myapp; rails server | ||
+ | http://localhost:3000 | ||
+ | 注:不用apt-get install rails 因版本较旧 | ||
+ | |||
+ | 旧版:安装 Ruby: | ||
Linux/UNIX | Linux/UNIX | ||
第31行: | 第58行: | ||
Windows | Windows | ||
http://download.huihoo.com/ruby/ruby186-26_rc2.exe | http://download.huihoo.com/ruby/ruby186-26_rc2.exe | ||
+ | |||
+ | ==Rails 6== | ||
+ | [https://weblog.rubyonrails.org/2020/12/9/Rails-6-1-0-release/ Rails 6.1] | ||
+ | |||
+ | ==Rails 5== | ||
+ | |||
+ | ==Rails 4== | ||
+ | |||
+ | ==Rails 3== | ||
+ | |||
==Rails 2== | ==Rails 2== | ||
− | |||
− | |||
按顺序安装 | 按顺序安装 | ||
http://download.huihoo.com/rails/rails-2.1.0.zip | http://download.huihoo.com/rails/rails-2.1.0.zip | ||
第41行: | 第76行: | ||
gem install actionmailer-2.1.0.gem | gem install actionmailer-2.1.0.gem | ||
gem install activeresource-2.1.0.gem | gem install activeresource-2.1.0.gem | ||
+ | gem install rake-0.8.1.gem | ||
gem install rails-2.1.0.gem | gem install rails-2.1.0.gem | ||
rails -v 显示Rails 2.1.0 :) | rails -v 显示Rails 2.1.0 :) | ||
− | ==Rails 1 | + | 或者 |
+ | gem install -v=2.1.0 rails | ||
+ | |||
+ | ==Rails 1== | ||
安装 Rails: | 安装 Rails: | ||
http://download.huihoo.com/rails/rails-1.2.3.zip | http://download.huihoo.com/rails/rails-1.2.3.zip | ||
第83行: | 第122行: | ||
*Building Relationships Between Rails Models http://www.netbeans.org/kb/60/ruby/model.html | *Building Relationships Between Rails Models http://www.netbeans.org/kb/60/ruby/model.html | ||
*Adding Ajax Support: http://www.netbeans.org/kb/60/ruby/ajax.html | *Adding Ajax Support: http://www.netbeans.org/kb/60/ruby/ajax.html | ||
− | == | + | |
+ | ==用户== | ||
+ | *[http://twitter.com/ Twitter] | ||
+ | *[http://github.com/ GitHub] | ||
+ | *[https://github.com/Shopify Shopify] | ||
+ | *[http://www.basecamphq.com/ Basecamphq] | ||
*http://www.43people.com/ | *http://www.43people.com/ | ||
*http://www.43things.com/ | *http://www.43things.com/ | ||
第94行: | 第138行: | ||
*http://www.myd2d.com/ | *http://www.myd2d.com/ | ||
− | == | + | ==项目== |
+ | [[文件:Mastodon-logo.png|right|Mastodon]] | ||
+ | [[文件:Shopify-logo.png|right|Shopify]] | ||
+ | *[https://github.com/ekremkaraca/awesome-rails Awesome Rails] [[image:awesome.png]] | ||
+ | *[https://github.com/hothero/awesome-rails-gem Awesome Rails Gem] [[image:awesome.png]] | ||
+ | *[https://github.com/orgs/Shopify/repositories?language=ruby Shopify @ GitHub] 可能是世界上最大的 [[Ruby]] & Rails 团队 | ||
+ | *[https://github.com/thoughtbot/suspenders Suspenders] | ||
+ | *[https://github.com/RailsApps/rails-composer Rails Composer] | ||
+ | *[[Mastodon]] | ||
+ | *[[Redmine]] | ||
+ | *[[OpenProject]] | ||
+ | *[[Spree commerce]] | ||
+ | *[[diaspora]] | ||
+ | *[[Puma]] | ||
+ | *[[Travis CI]] | ||
*[[Radiant CMS]] - Content Management Simplified | *[[Radiant CMS]] - Content Management Simplified | ||
*[[LoginGenerator]] | *[[LoginGenerator]] | ||
第102行: | 第160行: | ||
*[[RForum]] | *[[RForum]] | ||
*[[ActiveScaffold]] | *[[ActiveScaffold]] | ||
+ | *[[Merb]]:Rails 3 整合了 Merb 框架的很多功能 | ||
*更多项目>>> [[Huihoo Ruby Applications]] | *更多项目>>> [[Huihoo Ruby Applications]] | ||
+ | |||
+ | ==Eclipse== | ||
+ | *使用 [[Aptana]] 进行 Rails 应用开发。 | ||
+ | *[http://www.eclipse.org/dltk/ Dynamic Languages Toolkit] | ||
+ | *[http://www.ibm.com/developerworks/cn/opensource/os-ecl-radrails/ 使用 RadRails 和 Eclipse 可以轻松进行 Ruby on Rails 开发] | ||
+ | *[http://www.ibm.com/developerworks/cn/opensource/os-rubyeclipse/ 使用 Eclipse 插件 Ruby Development Tools] | ||
==数据库== | ==数据库== | ||
− | *MySQL - http://www.tmtm.org/en/mysql/ruby | + | *[[MySQL]] - http://www.tmtm.org/en/mysql/ruby |
− | *PostgreSQL - http://ruby.scripting.ca/postgres | + | *[[PostgreSQL]] - http://ruby.scripting.ca/postgres |
− | *SQLite - http://rubyforge.org/projects/sqlite-ruby | + | *[[SQLite]] - http://rubyforge.org/projects/sqlite-ruby |
− | *Oracle - http://rubyforge.org/projects/ruby-oci8 | + | *[[Oracle]] - http://rubyforge.org/projects/ruby-oci8 |
− | *DB2 - http://raa.ruby-lang.org/project/ruby-db2 | + | *[[DB2]] - http://raa.ruby-lang.org/project/ruby-db2 |
+ | *[https://guides.rubyonrails.org/active_record_postgresql.html Active Record and PostgreSQL] | ||
+ | *[https://guides.rubyonrails.org/active_record_multiple_databases.html Multiple Databases with Active Record] | ||
− | == | + | ==链接== |
− | * | + | *[http://site.huihoo.com/ruby.html Ruby & Rails 网址] |
*http://www.rubyonrails.org/ | *http://www.rubyonrails.org/ | ||
− | * | + | *[http://www.opensourcerails.com/ Open Source Rails] |
− | * | + | *[http://docs.huihoo.com/rails/ Rails 文档] |
+ | *[http://railsmanual.org/ Ruby on Rails Documentation] | ||
*Ruby On Rails Blog: http://www.rubyonrailsblog.com/ | *Ruby On Rails Blog: http://www.rubyonrailsblog.com/ | ||
− | * | + | *[http://wiki.rubyonrails.org/rails/pages/OpenSourceProjects OpenSourceProjects in Ruby on Rails] |
*http://wiki.rubyonrails.org/ | *http://wiki.rubyonrails.org/ | ||
*http://www.econsultant.com/web-developer/ | *http://www.econsultant.com/web-developer/ | ||
*http://railscn.crispynews.com/ | *http://railscn.crispynews.com/ | ||
*http://rorcast.blogger2blogger.com/ | *http://rorcast.blogger2blogger.com/ | ||
+ | *[http://thoughtbot.com/community/ Clearance]: 这是一个预打包的 Rails 解决方案, 有助于用户身份验证. | ||
[[Image:rorcast.jpg]] - http://blogs.huihoo.com/?p=254 | [[Image:rorcast.jpg]] - http://blogs.huihoo.com/?p=254 | ||
− | == | + | ==文档== |
*Ruby 1.4.6 - http://www.huihoo.com/ruby/ruby-man-1.4/ | *Ruby 1.4.6 - http://www.huihoo.com/ruby/ruby-man-1.4/ | ||
*Ruby User's Guide - http://www.huihoo.com/ruby/rug/ | *Ruby User's Guide - http://www.huihoo.com/ruby/rug/ | ||
第134行: | 第203行: | ||
第一版代码: | 第一版代码: | ||
− | *http:// | + | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails-code.tgz |
− | *http:// | + | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails-code.zip |
第二版代码: | 第二版代码: | ||
− | *http:// | + | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails2-code.tgz |
− | *http:// | + | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails2-code.zip |
+ | |||
+ | 第三版代码: | ||
+ | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails3-code.tgz | ||
+ | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails3-code.zip | ||
+ | |||
+ | 第四版代码: | ||
+ | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails4-code.tgz | ||
+ | *http://download.huihoo.com/rails/agile-web-development-with-rails/rails4-code.zip | ||
==Top ROR Demos Exampls Code== | ==Top ROR Demos Exampls Code== | ||
+ | {{SeeWikipedia|Ruby on Rails}} | ||
+ | |||
*http://www.ajaxscaffold.com Ajax Scaffold : Generates a production ready, fully styled, interface for managing models | *http://www.ajaxscaffold.com Ajax Scaffold : Generates a production ready, fully styled, interface for managing models | ||
*http://unspace.ca/discover/datagrid AJAX Live Data Grid Example : Data sub-forms at Unspace.ca | *http://unspace.ca/discover/datagrid AJAX Live Data Grid Example : Data sub-forms at Unspace.ca | ||
第173行: | 第252行: | ||
==Top ROR Hosts== | ==Top ROR Hosts== | ||
− | *http://www.3shost.com/ 3SHost | + | *[http://www.3shost.com/ 3SHost] |
− | *http://www.a2hosting.com/ A2 Hosting | + | *[http://www.a2hosting.com/ A2 Hosting] |
− | *http://www.ambitiouslemon.com AmbitiousLemon | + | *[http://www.ambitiouslemon.com AmbitiousLemon] |
− | *http://www.anchor.com.au Anchor Systems | + | *[http://www.anchor.com.au Anchor Systems] |
− | *http://www.asmallorange.com/services/hosting/ A Small Orange | + | *[http://www.asmallorange.com/services/hosting/ A Small Orange] |
− | *http://www.blacksun.ca/ BlackSun.ca | + | *[http://www.blacksun.ca/ BlackSun.ca] |
− | *http://www.bluehost.com/ BlueHost | + | *[http://www.bluehost.com/ BlueHost] |
− | *http://www.bright-byte.com/ Bright-Byte.com | + | *[http://www.bright-byte.com/ Bright-Byte.com] |
− | *http://www.bytemark.co.uk/ Bytemark Hosting | + | *[http://www.bytemark.co.uk/ Bytemark Hosting] |
− | *http://www.canadianwebhosting.com CanadianWebHosting.com | + | *[http://www.canadianwebhosting.com CanadianWebHosting.com] |
− | *http://www.csoft.net Csoft.org | + | *[http://www.csoft.net Csoft.org] |
− | *http://www.cybersalad.net | + | *[http://www.cybersalad.net Cybersalad] |
− | *http://www.dewahost.com | + | *[http://www.dewahost.com DewaHost] |
− | *http://www.downtownhost.com | + | *[http://www.downtownhost.com DowntownHost] |
− | *http://www.dreamhost.com | + | *[http://www.dreamhost.com DreamHost] |
− | *http://www.eastsolid.com | + | *[http://www.eastsolid.com EastSolid.com] |
− | *http://www.freeonrails.com | + | *[http://www.freeonrails.com FreeOnRails] |
− | *http://www.gazzin.com | + | *[http://www.gazzin.com Gazzin.com] |
− | *http://www.gearworx.net | + | *[http://www.gearworx.net Gearworx] |
− | *http://www.geekisp.com | + | *[http://www.geekisp.com GeekISP] |
− | *http://www.grokthis.net | + | *[http://www.grokthis.net GrokThis.net] |
− | *http://www.happygecko.com | + | *[http://www.happygecko.com Happy Gecko] |
− | *http://www.hardfocus.com/network | + | *[http://www.hardfocus.com/network Hardfocus Media, Web Hosting] |
− | *http://www.honeycomb.net | + | *[http://www.honeycomb.net Honeycomb] |
− | *http://www.hostbrigade.com | + | *[http://www.hostbrigade.com HOST BRIGADE] |
− | *http://www.hostcentral.net.au | + | *[http://www.hostcentral.net.au Hostcentral] |
− | *http://www.hostexpress.com.au | + | *[http://www.hostexpress.com.au HostExpress] |
− | *http://www.hostingmetro.com | + | *[http://www.hostingmetro.com HostingMetro.com] |
− | *http://www.hostingrails.com | + | *[http://www.hostingrails.com Hosting Rails] |
− | *http://www.hostm.com | + | *[http://www.hostm.com HostM.com Web Hosting] |
− | *http://www.hostmg.com | + | *[http://www.hostmg.com HostMG.com] |
− | *http://www.hostmysite.com/rails | + | *[http://www.hostmysite.com/rails HostMySite] |
− | *http://www.hostpc.com | + | *[http://www.hostpc.com HostPC Internet Services] |
− | *http://www.hub.org | + | *[http://www.hub.org Hub.org] |
− | *http://www.inethoster.net/forum/index.php | + | *[http://www.inethoster.net/forum/index.php iNetHoster] |
− | *http://www.jaguarpc.com | + | *[http://www.jaguarpc.com JaguarPC] |
− | *http://www.jumba.com.au | + | *[http://www.jumba.com.au Jumba] |
− | *http://www.kattare.com | + | *[http://www.kattare.com Kattare Internet Services] |
− | *http://www.locaweb.com.br | + | *[http://www.locaweb.com.br Locaweb] |
− | *http://www.lunarpages.com | + | *[http://www.lunarpages.com Lunarpages] |
− | *http://www.max-king.com | + | *[http://www.max-king.com max-king Hosting] |
− | *http://www.monkeywrenchhosting.com | + | *[http://www.monkeywrenchhosting.com MonkeyWrench Hosting] |
− | *http://www.monsterhosting.ca | + | *[http://www.monsterhosting.ca MonsterHosting.ca] |
− | *http://www.ncisolutions.com | + | *[http://www.ncisolutions.com NeonCube Internet Solutions] |
− | *http://www.net.ru | + | *[http://www.net.ru Net.Ru] |
− | *http://www.netfirms.com | + | *[http://www.netfirms.com Netfirms] |
− | *http://www.networkredux.com | + | *[http://www.networkredux.com NetworkRedux] |
− | *http://www.nodeta.fi | + | *[http://www.nodeta.fi Nodeta] |
− | *http://www.ocssolutions.com/virtual-hosting.php | + | *[http://www.ocssolutions.com/virtual-hosting.php OCS Solutions] |
− | *http://www.openhosting.com | + | *[http://www.openhosting.com OpenHosting] |
− | *http://www.phpwebhosting.com | + | *[http://www.phpwebhosting.com PHPWebHosting] |
− | *http://www.pil.dk | + | *[http://www.pil.dk pil.dk] |
− | *http://www.pipespring.com | + | *[http://www.pipespring.com Pipespring] |
− | *http://www.planet-work.fr | + | *[http://www.planet-work.fr Planet-Work] |
− | *http://www.planetargon.com/rails_hosting.html | + | *[http://www.planetargon.com/rails_hosting.html PLANET ARGON] |
− | *http://www.plutomic.com | + | *[http://www.plutomic.com Plutomic Hosting] |
− | *http://www.primehosting.co.uk | + | *[http://www.primehosting.co.uk Prime Hosting] |
− | *http://www.prioserve.nl | + | *[http://www.prioserve.nl Prioserve.nl] |
− | *http://www.python-hosting.com | + | *[http://www.python-hosting.com Python-Hosting.com] |
− | *http://www.railsbase.com | + | *[http://www.railsbase.com RailsBase] |
− | *http://www.railshost.cn | + | *[http://www.railshost.cn RailsHost.cn] |
− | *http://www.railshosting.org | + | *[http://www.railshosting.org RailsHosting.org] |
− | *http://www.railsplayground.com | + | *[http://www.railsplayground.com RailsPlayground.com] |
− | *http://www.razorlogix.net | + | *[http://www.razorlogix.net RazorLogix.net] |
− | *http://www.revolutionhosting.net | + | *[http://www.revolutionhosting.net Revolution Hosting] |
− | *http://www.rubyonrailshosting.net | + | *[http://www.rubyonrailshosting.net RubyOnRailsHosting.net] |
− | *http://www.rushedsunlight.com | + | *[http://www.rushedsunlight.com Rushedsunlight.com] |
− | *http://www.servernation.nl | + | *[http://www.servernation.nl Server Nation] |
− | *http://www.serverpowered.com | + | *[http://www.serverpowered.com Server Powered] |
− | *http://www.seven.net.nz | + | *[http://www.seven.net.nz Seven Internet] |
− | *http://www.simplehost.co.nz | + | *[http://www.simplehost.co.nz Simplehost] |
− | *http://www.site5.com/affiliates/idevaffiliate.php?id=677 | + | *[http://www.site5.com/affiliates/idevaffiliate.php?id=677 Site5] |
− | *http://www.skull.co.nz | + | *[http://www.skull.co.nz Skull] |
− | *http://www.slingshothosting.com | + | *[http://www.slingshothosting.com Slingshot] |
− | *http://www.smarthost.ro | + | *[http://www.smarthost.ro Smarthost Romania] |
− | *http://www.soyhost.com | + | *[http://www.soyhost.com soyhost] |
− | *http://www.squidhost.com | + | *[http://www.squidhost.com Squidhost.com] |
− | *http://www.steelpixel.com | + | *[http://www.steelpixel.com Steelpixel.com] |
− | *http://www.superior.nl | + | *[http://www.superior.nl Superior Internet Services] |
− | *http://www.terrabox.com | + | *[http://www.terrabox.com TerraBox.com] |
− | *http://www.textdrive.com | + | *[http://www.textdrive.com TextDrive] |
− | *http://www.thoughtbot.com | + | *[http://www.thoughtbot.com thoughtbot, inc.] |
− | *http://www.typhon.net | + | *[http://www.typhon.net Typhon.net] |
− | *http://www.uplink.at | + | *[http://www.uplink.at uplink coherent solutions&trade] |
− | *http://www.vpsland.com | + | *[http://www.vpsland.com VPSLAND.com: Advanced Xen VPS Hosting] |
− | *http://www.WebExpertsAmerica.com | + | *[http://www.WebExpertsAmerica.com Web Experts America] |
− | *http://www.webflow.de | + | *[http://www.webflow.de webflow] |
− | *http://www.webhostlist.de | + | *[http://www.webhostlist.de German Ruby Hoster List] |
− | *http://www.webonce.com | + | *[http://www.webonce.com WebOnce Technologies] |
− | *http://www.webslum.net | + | *[http://www.webslum.net Webslum Internet Services] |
− | *http://www.webspace.net.au | + | *[http://www.webspace.net.au WebSpace.net.au] |
− | *http://www.westhost.com/ruby-on-rails-hosting.html | + | *[http://www.westhost.com/ruby-on-rails-hosting.html WestHost] |
− | *http://www.wizhosting.com | + | *[http://www.wizhosting.com WizHosting.com] |
− | *http://www.xelhosting.com | + | *[http://www.xelhosting.com Xelhosting.com: Xen VPS hosting] |
− | *http://www.xentra.nl | + | *[http://www.xentra.nl Xentra] |
− | *http://www.xmghosting.com | + | *[http://www.xmghosting.com XMG Hosting] |
− | *http://www.xtrahost.net/xenvps | + | *[http://www.xtrahost.net/xenvps Xtraordinary VPS] |
− | *http://www.zettai.net | + | *[http://www.zettai.net Zettai] |
− | *http://xeriom.net | + | *[http://xeriom.net Xeriom Networks] |
− | *https://www.auriance.net/packs.php | + | *[https://www.auriance.net/packs.php Auriance] |
− | *https://www.godaddy.com/gdshop/hosting/shared.asp | + | *[https://www.godaddy.com/gdshop/hosting/shared.asp GoDaddy] |
− | *http://apisnetworks.com | + | *[http://apisnetworks.com Apis Networks] |
− | *http://avlux.net | + | *[http://avlux.net AVLUX] |
− | *http://axishost.com | + | *[http://axishost.com AxisHOST.com] |
− | *http://blackcurranthost.co.uk | + | *[http://blackcurranthost.co.uk Blackcurrant Hosting] |
− | *http://etecc.net | + | *[http://etecc.net eTecc.net] |
− | *http://fuse9.net | + | *[http://fuse9.net Fuse9] |
− | *http://gsfactory.net | + | *[http://gsfactory.net GsFactory.Net] |
− | *http://gvt.hk | + | *[http://gvt.hk GVT.hk] |
− | *http://highspeedrails.com | + | *[http://highspeedrails.com High Speed Rails] |
− | *http://hospes.pl | + | *[http://hospes.pl Hospes.pl] |
− | *http://hosting.chml.ro | + | *[http://hosting.chml.ro CHML Hosting] |
− | *http://hosting.media72.co.uk | + | *[http://hosting.media72.co.uk Media72 Hosting] |
− | *http://mysticserver.com | + | *[http://mysticserver.com MysticServer] |
− | *http://nobudget-hoster.validcode.at | + | *[http://nobudget-hoster.validcode.at nobudget hoster] |
− | *http://peconihosting.com/ | + | *[http://peconihosting.com/ PeconiHosting.com] |
− | *http://plinkd.com | + | *[http://plinkd.com Plinkd Hosting] |
− | *http://proinet.se | + | *[http://proinet.se ProInet.se] |
− | *http://railswebhost.com | + | *[http://railswebhost.com RailsWebHost.com] |
− | *http://rimuhosting.com | + | *[http://rimuhosting.com RimuHosting Ruby on Rails Hosting] |
− | *http://rootr.net | + | *[http://rootr.net RootR] |
− | *http://seattleserver.com | + | *[http://seattleserver.com SeattleServer.com] |
− | *http://segpub.com.au | + | *[http://segpub.com.au SegPub] |
− | *http://successfulhosting.com/hosting/unix.php | + | *[http://successfulhosting.com/hosting/unix.php SuccessfulHosting.com] |
− | *http://theinternetco.net/offers/ruby | + | *[http://theinternetco.net/offers/ruby The Internet Company] |
− | *http://thinkhost.com | + | *[http://thinkhost.com ThinkHost] |
− | *http://unbit.it | + | *[http://unbit.it UnBit.it] |
− | *http://wish.hu | + | *[http://wish.hu Wish Internet] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | ==图集== |
− | + | <gallery widths=100px heights=100px perrow=6> | |
+ | Image:Rails-stack.jpg|Rails和J2EE堆栈的比较 | ||
+ | Image:Rails_mindmap.png|Rails Mindmap | ||
+ | Image:Thumb-rails_mindmap.png|Rails Mindmap | ||
+ | Image:ror-mindmap.jpg|追美人项目 | ||
+ | Image:ruby-on-rails.jpg|RoR Wallpaper | ||
+ | Image:R4R-rm.jpg|再设计model | ||
+ | Image:ror-01.jpg|RoR风景线 | ||
+ | Image:ror-06.jpg|RoR模组 | ||
+ | Image:ror-08.jpg|RoR控制流 | ||
+ | Image:ror-09.jpg|RoR内置精华 | ||
+ | Image:ror-11.jpg|RoR容器 | ||
+ | Image:ror-15.jpg|编程式增强model | ||
+ | Image:ror-render.jpg|RoR Render | ||
+ | Image:ror-16.jpg|增强的控制器和视图 | ||
+ | Image:ror-04.jpg|RoR程序块之对象和变量 | ||
+ | Image:ror-02.jpg|RoR如何工作 | ||
+ | Image:Rails-package-overview.png|RoR Package | ||
+ | Image:Ruby_on_rails_cheat_sheet.png|RoR cheat sheet | ||
+ | </gallery> | ||
− | [[ | + | [[category:programming language]] |
− | [[ | + | [[category:ruby]] |
+ | [[category:rails]] | ||
+ | [[category:Huihoo Foundation]] |
2023年6月11日 (日) 02:02的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Rails Thanks, Wikipedia. |
Ruby on Rails
目录 |
[编辑] 简介
Ruby on 是一个相对较新的 Web 应用程序框架,构建在 Ruby 语言之上。它被宣传为现有企业框架的一个替代,而它的目标,简而言之,就是让生活,至少是 Web 开发方面的生活,变得更轻松。
[编辑] 功能
[编辑] 开发指南
- Ruby on Rails on Debian
- Install Ruby Rails Lighttpd MySQL on Ubuntu or FreeBSD
- Emacs support for Ruby and Rails
- Huihoo Ruby Applications
- RadRails - A Ruby on Rails IDE
- Yehuda Katz 的博客: Katz 是 Rails 的核心贡献者, 同时也是 Merb 和 Rails 整合的首席架构师.
[编辑] 深入Rails
Rails组件:
- Action Controller
- Action View
- Active Record
- Action Mailer
- Active Resource
- Railties
- Active Support
[编辑] 安装
RubyGems is a package manager for Ruby.
gem install rails or gem install -v=5.2 rails rails new myapp cd myapp; rails server http://localhost:3000
注:不用apt-get install rails 因版本较旧
旧版:安装 Ruby:
Linux/UNIX
http://download.huihoo.com/ruby/ruby-1.8.6.tar.gz tar xzvf ruby-1.8.6.tar.gz cd ruby-1.8.6 ./configure –prefix=/usr/local/ruby make && make install 修改 .bashrc export PATH=/usr/local/ruby/bin:$PATH http://download.huihoo.com/ruby/rubygems-0.8.11.zip unzip rubygems-0.8.11.zip cd rubygems-0.8.11 ruby setup.rb gem install rake
Windows
http://download.huihoo.com/ruby/ruby186-26_rc2.exe
[编辑] Rails 6
[编辑] Rails 5
[编辑] Rails 4
[编辑] Rails 3
[编辑] Rails 2
按顺序安装
http://download.huihoo.com/rails/rails-2.1.0.zip gem install activesupport-2.1.0.gem gem install activerecord-2.1.0.gem gem install actionpack-2.1.0.gem gem install actionmailer-2.1.0.gem gem install activeresource-2.1.0.gem gem install rake-0.8.1.gem gem install rails-2.1.0.gem rails -v 显示Rails 2.1.0 :)
或者
gem install -v=2.1.0 rails
[编辑] Rails 1
安装 Rails:
http://download.huihoo.com/rails/rails-1.2.3.zip
按顺序安装
gem install activesupport-1.4.2.gem gem install activerecord-1.15.3.gem gem install actionpack-1.13.3.gem gem install actionmailer-1.3.3.gem gem install actionwebservice-1.2.3.gem gem install rails-1.2.3.gem rails -v 显示Rails 1.2.3 :)
可能出现的问题: undefined method `gem' for main:Object, 可能是gem的版本太低,升级一下 gem
# gem update --system
Fast CGI and Apache2 for Windows XP
卸载 Rails 1.2.3
gem uninstall Rails gem uninstall Rake gem uninstall Actionwebservice gem uninstall Actionmailer gem uninstall Actionpack gem uninstall Activesupport gem uninstall Activerecord
[编辑] Simple Weblog
强力推荐这个例子 :)
- Use Rake tasks and migration files to create and update database tables
- Use the scaffold generator to generate a basic create, read, update, delete (CRUD) database web application
- Edit views to fine tune the web pages
- how to build relationships (one-to-one and one-to-many) between models
逐步创建的表结构:
001_create_posts.rb 002_add_body_to_post.rb // 加入新的字段 003_create_comments.rb // 创建新的表
- Creating a Ruby Weblog in 10 Minutes http://www.netbeans.org/kb/61/ruby/rapid-ruby-weblog.html
- Building Relationships Between Rails Models http://www.netbeans.org/kb/60/ruby/model.html
- Adding Ajax Support: http://www.netbeans.org/kb/60/ruby/ajax.html
[编辑] 用户
- GitHub
- Shopify
- Basecamphq
- http://www.43people.com/
- http://www.43things.com/
- http://www.43space.com/
- http://www.8sheng.com/
- http://www.soopie.com
- http://www.iease.com.cn/
- http://www.flagr.com
- http://www.odeo.com/
- http://www.myd2d.com/
[编辑] 项目
- Awesome Rails
- Awesome Rails Gem
- Shopify @ GitHub 可能是世界上最大的 Ruby & Rails 团队
- Suspenders
- Rails Composer
- Mastodon
- Redmine
- OpenProject
- Spree commerce
- diaspora
- Puma
- Travis CI
- Radiant CMS - Content Management Simplified
- LoginGenerator
- Typo – Weblogging Engine
- Hieraki2 – Wiki Meets Online Doc System
- Mongrel
- RForum
- ActiveScaffold
- Merb:Rails 3 整合了 Merb 框架的很多功能
- 更多项目>>> Huihoo Ruby Applications
[编辑] Eclipse
- 使用 Aptana 进行 Rails 应用开发。
- Dynamic Languages Toolkit
- 使用 RadRails 和 Eclipse 可以轻松进行 Ruby on Rails 开发
- 使用 Eclipse 插件 Ruby Development Tools
[编辑] 数据库
- MySQL - http://www.tmtm.org/en/mysql/ruby
- PostgreSQL - http://ruby.scripting.ca/postgres
- SQLite - http://rubyforge.org/projects/sqlite-ruby
- Oracle - http://rubyforge.org/projects/ruby-oci8
- DB2 - http://raa.ruby-lang.org/project/ruby-db2
- Active Record and PostgreSQL
- Multiple Databases with Active Record
[编辑] 链接
- Ruby & Rails 网址
- http://www.rubyonrails.org/
- Open Source Rails
- Rails 文档
- Ruby on Rails Documentation
- Ruby On Rails Blog: http://www.rubyonrailsblog.com/
- OpenSourceProjects in Ruby on Rails
- http://wiki.rubyonrails.org/
- http://www.econsultant.com/web-developer/
- http://railscn.crispynews.com/
- http://rorcast.blogger2blogger.com/
- Clearance: 这是一个预打包的 Rails 解决方案, 有助于用户身份验证.
- http://blogs.huihoo.com/?p=254
[编辑] 文档
- Ruby 1.4.6 - http://www.huihoo.com/ruby/ruby-man-1.4/
- Ruby User's Guide - http://www.huihoo.com/ruby/rug/
- Rails Framework Documentation - http://www.huihoo.com/ruby/rails/api
- http://wiki.rubyonrails.org/rails/pages/OfflineDocumentation
[编辑] 书籍
http://www.china-pub.com/computers/common/info.asp?id=30058
第一版代码:
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails-code.tgz
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails-code.zip
第二版代码:
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails2-code.tgz
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails2-code.zip
第三版代码:
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails3-code.tgz
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails3-code.zip
第四版代码:
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails4-code.tgz
- http://download.huihoo.com/rails/agile-web-development-with-rails/rails4-code.zip
[编辑] Top ROR Demos Exampls Code
您可以在Wikipedia上了解到此条目的英文信息 Rails Thanks, Wikipedia. |
- http://www.ajaxscaffold.com Ajax Scaffold : Generates a production ready, fully styled, interface for managing models
- http://unspace.ca/discover/datagrid AJAX Live Data Grid Example : Data sub-forms at Unspace.ca
- http://calendar-grid.rubyforge.org/ CalendarGrid : build output like a calendar at RubyForge.org
- http://wiki.rubyonrails.com/rails/pages/CalendarHelper CalendarHelper : methods are intended to make the use of the DHTML/JavaScript calendar as easy as possible ; at RubyOnRails
- http://collaboa.org/ Collaboa : a collaborative tool for developers using Subversion
- http://www.jvoorhis.com/pages/calendar-helper DynamicCalendarHelper : calendar with CSS ; by Jeremy Voorhis
- http://www.eribium.org/eribium/ Eribium : a Rails CMS
- http://www.hieraki.org/trac/ Hieraki2 : wiki engine / CMS
- http://wiki.rubyonrails.com/rails/pages/HowToUseDragAndDropSorting HowToUseDragAndDropSorting : How to use drag and drop Sorting ; at RubyOnRails
- http://instantrails.rubyforge.org/wiki/wiki.pl Instant Rails : Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all pre-configured and ready to run.
- http://www.joshuamcharles.com/rails/fckeditor.html Integrate FCKEditor with your Ruby on Rails application : rich text editor integration ; by Joshua M Charles
- Integrating a Rich-text Widget with Struts : rich-text replacement for the textarea ; at OReillyNet
- http://instiki.org/show/HomePage Instiki : wiki clone ; at Instiki.org
- http://wiki.rubyonrails.com/rails/pages/LiveTree LiveTree : JavaScript/DHTML tree widget that loads data asynchronously ; at RubyOnRails
- http://locomotive.sourceforge.net/ Locomotive : simple tool to help you develop Ruby on Rails applications on Mac OS X
- http://wiki.rubyonrails.com/rails/pages/LoginGenerator LoginGenerator : add authentication, users, and logins to your rails app ; at RubyOnRails
- http://wiki.rubyonrails.com/rails/pages/movtable Movtable : sort table
- http://www.subimage.com/sublog/openSourceRubyOnRailsShoppingCart Open Source Ruby On Rails Shopping Cart : e-commerce platform at SubImage
- http://wiki.rubyonrails.com/rails/pages/PaginationHelper PaginationHelper : aids the process of paging large collections of Active Record objects ; at RubyOnRails
- http://jordan.husney.com/archives/2005/12/progress_bars_w_1.php Progress Bars with GD2 and Ruby : progress bars ; at Husney
- http://www.bigbold.com/snippets/tag/rmagick rmagick : file/image uploading ; at BigBold
- http://rubyinstaller.rubyforge.org/wiki/wiki.pl RubyInstaller : This is a “one-click”, self-contained Windows installer that contains the Ruby language itself, dozens of popular extensions and packages, a syntax-highlighting editor and execution environment ; at RubyForge
- http://simpleticketblog.weblogswork.com/?p=46 Simple Ticket : trouble ticket system written using Ruby
- http://wiki.rubyonrails.com/rails/pages/LiveTree SortHelper : SortHelper will create links for your users to sort tables.
- http://wiki.rubyonrails.com/rails/pages/Sort+Helper SortHelper3 : Helper to sort tables or result sets using clickable column headers.
- http://dev.subimage.com/projects/substruct Substruct : The first and only Ruby on Rails open source e-commerce project.
- http://wiki.rubyonrails.com/rails/pages/TinyFile TinyFile : basic file uploads in a rails app
- http://www.typosphere.org/ Typo : Ruby blogging software.
- http://www.liverail.net/articles/2006/06/25/webdav-ruby-on-rails-plugin WebDAV Ruby On Rails Plugin : create Ruby On Rails controllers which will respond to WebDAV requests
[编辑] Top ROR Hosts
- 3SHost
- A2 Hosting
- AmbitiousLemon
- Anchor Systems
- A Small Orange
- BlackSun.ca
- BlueHost
- Bright-Byte.com
- Bytemark Hosting
- CanadianWebHosting.com
- Csoft.org
- Cybersalad
- DewaHost
- DowntownHost
- DreamHost
- EastSolid.com
- FreeOnRails
- Gazzin.com
- Gearworx
- GeekISP
- GrokThis.net
- Happy Gecko
- Hardfocus Media, Web Hosting
- Honeycomb
- HOST BRIGADE
- Hostcentral
- HostExpress
- HostingMetro.com
- Hosting Rails
- HostM.com Web Hosting
- HostMG.com
- HostMySite
- HostPC Internet Services
- Hub.org
- iNetHoster
- JaguarPC
- Jumba
- Kattare Internet Services
- Locaweb
- Lunarpages
- max-king Hosting
- MonkeyWrench Hosting
- MonsterHosting.ca
- NeonCube Internet Solutions
- Net.Ru
- Netfirms
- NetworkRedux
- Nodeta
- OCS Solutions
- OpenHosting
- PHPWebHosting
- pil.dk
- Pipespring
- Planet-Work
- PLANET ARGON
- Plutomic Hosting
- Prime Hosting
- Prioserve.nl
- Python-Hosting.com
- RailsBase
- RailsHost.cn
- RailsHosting.org
- RailsPlayground.com
- RazorLogix.net
- Revolution Hosting
- RubyOnRailsHosting.net
- Rushedsunlight.com
- Server Nation
- Server Powered
- Seven Internet
- Simplehost
- Site5
- Skull
- Slingshot
- Smarthost Romania
- soyhost
- Squidhost.com
- Steelpixel.com
- Superior Internet Services
- TerraBox.com
- TextDrive
- thoughtbot, inc.
- Typhon.net
- uplink coherent solutions&trade
- VPSLAND.com: Advanced Xen VPS Hosting
- Web Experts America
- webflow
- German Ruby Hoster List
- WebOnce Technologies
- Webslum Internet Services
- WebSpace.net.au
- WestHost
- WizHosting.com
- Xelhosting.com: Xen VPS hosting
- Xentra
- XMG Hosting
- Xtraordinary VPS
- Zettai
- Xeriom Networks
- Auriance
- GoDaddy
- Apis Networks
- AVLUX
- AxisHOST.com
- Blackcurrant Hosting
- eTecc.net
- Fuse9
- GsFactory.Net
- GVT.hk
- High Speed Rails
- Hospes.pl
- CHML Hosting
- Media72 Hosting
- MysticServer
- nobudget hoster
- PeconiHosting.com
- Plinkd Hosting
- ProInet.se
- RailsWebHost.com
- RimuHosting Ruby on Rails Hosting
- RootR
- SeattleServer.com
- SegPub
- SuccessfulHosting.com
- The Internet Company
- ThinkHost
- UnBit.it
- Wish Internet
[编辑] 图集
分享您的观点