欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Rails
来自开放百科 - 灰狐
(版本间的差异)
第39行: | 第39行: | ||
*http://media.pragprog.com/titles/rails2/code/rails-code.zip | *http://media.pragprog.com/titles/rails2/code/rails-code.zip | ||
− | ==Top | + | ==Top ROR Demos Exampls Code== |
*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 | ||
第53行: | 第53行: | ||
*[http://www.oreillynet.com/onjava/blog/2006/02/integrating_a_richtext_widget.html?CMP=OTC-FP2116136014&ATT=Integrating+a+Rich-text+Widget+with+Struts Integrating a Rich-text Widget with Struts] : rich-text replacement for the textarea ; at OReillyNet | *[http://www.oreillynet.com/onjava/blog/2006/02/integrating_a_richtext_widget.html?CMP=OTC-FP2116136014&ATT=Integrating+a+Rich-text+Widget+with+Struts 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://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== | |
− | + | *http://www.3shost.com/ 3SHost | |
− | + | *http://www.a2hosting.com/ A2 Hosting | |
− | + | *http://www.ambitiouslemon.com AmbitiousLemon | |
− | + | *http://www.anchor.com.au Anchor Systems | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ==Top | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<li><a href="http://www.asmallorange.com/services/hosting/">A Small Orange</a> | <li><a href="http://www.asmallorange.com/services/hosting/">A Small Orange</a> | ||
<li><a href="http://www.blacksun.ca/">BlackSun.ca</a> | <li><a href="http://www.blacksun.ca/">BlackSun.ca</a> |
2006年9月10日 (日) 18:22的版本
Ruby on 是一个相对较新的 Web 应用程序框架,构建在 Ruby 语言之上。它被宣传为现有企业框架的一个替代,而它的目标,简而言之,就是让生活,至少是 Web 开发方面的生活,变得更轻松。
- http://www.rubyonrails.org/
- OpenSourceProjects in Ruby on Rails - http://wiki.rubyonrails.org/rails/pages/OpenSourceProjects
- http://www.econsultant.com/web-developer/
目录 |
安装指南
成功应用
- 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
开源项目
- Radiant CMS - Content Management Simplified
- LoginGenerator
- Typo – Weblogging Engine
- Hieraki2 – Wiki Meets Online Doc System
- RadRails - A Ruby on Rails IDE
书籍
http://www.china-pub.com/computers/common/info.asp?id=30058
第一版代码:
- http://media.pragprog.com/titles/rails/code/rails-code.tgz
- http://media.pragprog.com/titles/rails/code/rails-code.zip
第二版代码:
- http://media.pragprog.com/titles/rails2/code/rails-code.tgz
- http://media.pragprog.com/titles/rails2/code/rails-code.zip
Top ROR Demos Exampls Code
- 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
- http://www.3shost.com/ 3SHost
- http://www.a2hosting.com/ A2 Hosting
- http://www.ambitiouslemon.com AmbitiousLemon
- http://www.anchor.com.au Anchor Systems
精彩图集
分享您的观点