Plugins - Acts As Enterprisey》的相关内容

rails2.0把acts_as_tree去掉了吗?

rails2.0把acts_as_tree去掉了吗? 始终报undefined method `acts_as_tree' for #<Class:0x315aa38>错误! 查了rails 2.0 API 也没找到acts_as_tree 奇怪! 2.0把acts_as_*都去掉了?
by pure 2007-12-09 浏览 (559) 回复 (3) 关键字:

使用Rails构建一个社会化网络站点

原文: Building a Social Network Site in Rails 本文不会手把手教你如何实现一个社会化网络站点,而是覆盖一些你可能认为有用的插件和事情。 社会化网络插件 Restful Authentication RESTful Authentication可能是Rails里的用户认证标准,它让你轻松搭建用户注册、登录和email通知等功能。 它没有实现忘掉密码的功能 ...
by hideto 2008-05-19 浏览 (4049) 回复 (3) 关键字: rails social network site

树状结构和编码

做树状结构的时候,如果使用rails的acts_as,表中定义parent_id进行表的自连接接,model中定义acts_as_tree.这样tree的层次分明,但是使用的时候如果需要拿出一个父节点下的所有孩子(包括孩子的孩子),似乎又有些繁琐.以前曾采用过对每一个节点编码的方式,通过节点编码来声明父子关系,解决这一问题比较简单,但是层次关系又不是很直观。 这一问题,有何好的解决方案么?
by yautah 2007-11-12 浏览 (450) 回复 (1) 关键字:

Rails插件分类

原文地址:A taxonomy of Rails plugins Rails开发人员的一个最大的障碍是学习写插件的基础原则。Ruby的动态性和它所提供的代码重用的多种技术让写插件更复杂。 幸运的是,如果你可以写Rails程序,简单的按照一些基本的模式你也可以写插件。 本文的目的就是使用流行插件常用模式的例子来揭开写插件的神秘面纱。 为什么写插件? 写插件可以: 1,让代码分享更有效,无论是 ...
by hideto 2007-08-18 浏览 (2036) 回复 (0) 关键字: rails plugin

Ruby on Rails 2.0的新特性介绍

万众瞩目的Ruby on Rails 2.0已经发布了,Rails框架在2004年诞生以来,一直保持着相当快的版本升级速度:2005年发布了Rails1.0版本,2006年初发布Rails1.1版本,2007年初发布Rails1.2版本,而还没有等到2008年,在2007年圣诞前夕的12月6日,Rails2.0已经发布。 Rails框架每个大的版本升级都给我们带来了相当多的新功能,新惊喜。Rai ...
by robbin 2007-12-10 浏览 (13585) 回复 (19) 关键字:

write a plugin for rails

A few days back I posted my very first Rails plugin, Acts As Exportable. Although writing a plugin is rather easy, you must know a few tricks on how to get things going. This article will show you h ...
by chinapkw 2007-08-06 浏览 (403) 回复 (0) 关键字: rails

act_as_solr

原文出处:http://www.quarkruby.com/2007/8/12/acts_as_solr-for-search-and-faceting Table of Contents What is solr and acts_as_solr? Getting Started Basic usage Pagination ...
by 9esuLuciano 2007-10-31 浏览 (320) 回复 (0) 关键字:

十大Rails Plugin推荐 转载

http://hosting.media72.co.uk/blog/2007/12/09/10-ruby-on-rails-plugins-you-should-be-using/ 10 Ruby On Rails Plugins You Should Be Using One of Ruby on Rails strengths is how easy it is to extend wit ...
by chaoqun2003 2008-02-15 浏览 (584) 回复 (0) 关键字:

advanced act_as_solr

原文出处:http://www.quarkruby.com/2007/9/14/advanced-acts_as_solr This article extends our acts_as_solr : search and faceting tutorial and talks about how to manage rails associations, solr indexes and m ...
by 9esuLuciano 2007-10-31 浏览 (418) 回复 (0) 关键字:

让url更人性化_acts_as_slugable

== Installation<tt>./script/plugin install http://code.dunae.ca/acts_as_slugable</tt>== Usage examplesIn your target table, add a column to hold the URL slug.=== With scope  class Pag ...
by wtb 2008-05-26 浏览 (68) 回复 (0) 关键字:

伟大辩手中台词

The beauty and the burden of democracy is this: No idea prevails without the support of the majority. The people decide the moral issues of the day, not a majority of one. Majorities do not decide wha ...
by bcccs 2008-05-23 浏览 (72) 回复 (0)

以前装了Acegi0.2版的插件,现在出0.3了,可不知道怎么升级?

我试了换掉所有的路径,结果运行不了,参考资料中也没有说到过如何删除或是升级。
by oksonic 2008-06-04 浏览 (329) 回复 (6)

(共享)Enjoying Web Development with Tapestry三个版本(免费前四章)

网站:http://www.agileskills2.org/EWDT/ 介绍: How to create AJAX web-based application easily? If you'd like to create AJAX web-based applications easily, then this book is for you. More importantly, it s ...
by tapestry 2007-02-02 浏览 (888) 回复 (0)

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (996) 回复 (1)

Spark源代码编译生成全攻略

本文来源:http://bookbookpicture.spaces.live.com/blog/cns!68F3076C3C3DA5EB!671.entry 其实关于这个问题在Spark的官网www.igniterealtime.org上有很详尽的介绍,因此本文大部分内容是从英文文档引用而来的,其中还有一些个人的经验。 Spark源代码:下载地址 想了解更多关于"Spark"的文章, ...
by lijinyan3000 2008-04-11 浏览 (732) 回复 (1)

Rails2.0当中被废弃的用法,以及如何升级

在Rails2.0当中有大量的用法已经被废弃掉了,在你的应用程序升级到Rails2.0的过程当中必须注意。下面我先列举一下有哪些用法被废弃,然后有什么替代方案,大家请帮我补充: 一、controller的paginate分页方法被拿掉了 2.0以前controller带有paginate这个public的分页方法,现在已经不能使用了。现在推荐的是另外一个替代插件will_paginate,安装 ...
by robbin 2007-12-12 浏览 (2524) 回复 (8) 关键字: rails

Ruby on Rails 2.0的新功能介绍

万众瞩目的Ruby on Rails 2.0已经发布了,Rails框架在2004年诞生以来,一直保持着相当快的版本升级速度:2005年发布了Rails1.0版本,2006年初发布Rails1.1版本,2007年初发布Rails1.2版本,而还没有等到2008年,在2007年圣诞前夕的12月6日,Rails2.0已经发布。 Rails框架每个大的版本升级都给我们带来了相当多的新功能,新惊喜。Rai ...
by robbin 2007-12-10 浏览 (3227) 回复 (4) 关键字: rails

Rails 2.0 Preview Release

原文: http://weblog.rubyonrails.org/2007/9/30/rails-2-0-0-preview-release Action Pack: Resources 1,RESTful风格改进: /people/1;edit将变成/people/1/edit 2,添加routing名字空间 map.namespace(:admin) do |admin| ad ...
by hideto 2007-10-04 浏览 (877) 回复 (0) 关键字: Rails 2.0

推荐知识库条目

Comming soon