E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ActionView
undefined method `length' for Enumerable
module
ActionView
module Helpers module TextH
jsntghf
·
2010-12-03 12:00
Rails
rails升级到2.3.8后遇到的兼容性问题及解决方法
DEPRECATION WARNING:
ActionView
::SafeBuffer is deprecated! Use ActiveSupport::SafeBuffer instead.
Viila
·
2010-11-17 13:00
JavaScript
fckeditor
ext
Ruby
Rails
Rails Partial 的魔力手册
rails的
ActionView
为我们提供了很到位的服务。
jerrysbest
·
2010-10-19 23:00
基于Yii框架1.14的博客教程_建立评论_第29节
4.2.2建立评论处理评论建立过程,首先修改
actionView
()方法:上面,渲染视图之前调用newComment()方法,newComment
aganblog
·
2010-09-22 23:00
框架
PHP
Blog
Flash
基于Yii框架1.14的博客教程_显示博文_第22节
3.3.1定制view操作view操作在PostController中的
actionView
()方法实现。渲染代码在/wwwroot/blog/protected/vie
aganblog
·
2010-09-20 17:00
框架
PHP
脚本
Blog
Rails 3.0 base app, with Haml + Sass, jQuery, 960.gs, Authlogic
/github.com/ashleyw/Slate.git myapp cd myapp script/init rails server 1.找不到 sass 文件
ActionView
wuhuizhong
·
2010-09-15 15:00
jquery
PHP
css
git
Rails
rails源码
ActionView
(待续)
module
ActionView
class Base include Helpers, Partials, ::ERB::Util attr_reader :helpers
orcl_zhang
·
2010-08-02 14:00
JavaScript
c
cgi
Ruby
Rails
Active Scaffold and JRails/jQuery
set
ActionView
::Helpers::PrototypeHelper::JQUERY_VAR = ‘jQuery’ or
myrev
·
2010-07-29 19:00
JavaScript
java
html
jquery
prototype
ActionView
的魔术:ERB & Binding 为什么页面上可以用实例变量
Rails 作为一个 MVC 框架,其核心包括三个模块:ActiveRecord,ActionController 和
ActionView
。
vwangzhen
·
2010-06-30 11:00
编程
框架
嵌入式
Ruby
Rails
Rails部分辅助方法
AssetTagHelper 官方链接:http://api.rubyonrails.org/classes/
ActionView
/Helpers/AssetTagHelper.html  
酷的飞上天空
·
2010-06-14 18:00
JavaScript
html
css
Rails
ActiveRecord
AJAX error:
ActionView
::TemplateError (undefined method `[]'..
Hi!Igotanerrorinmyapp,whenImaddingaproduttomycartImusingsomeAJAXtofirstshowthecartandthenlightenupthenewaddedproductinthecart.Butwheniaddanewproducttocart;IhavetorefreshmypagesoIcanseethenewproduct,be
fengfans
·
2010-05-24 19:00
html
Ajax
Ruby
UP
自定义表单
FormBuilder 在app/helpers/application_helper.rb里加入以下代码: Java代码 1. class TabularFormBuilder <
ActionView
a420144030
·
2010-03-17 09:00
css
F#
Rails
undefined method `length' for Enumerable when calling truncate method
module
ActionView
module Helpers modul
yangzb
·
2010-03-17 00:00
Ruby
Rails
undefined method `length' for Enumerable when calling truncate method
module
ActionView
module Helpers modul
yangzb
·
2010-03-17 00:00
Ruby
Rails
undefined method `length' for Enumerable when calling truncate method
module
ActionView
module Helpers modul
yangzb
·
2010-03-17 00:00
Ruby
Rails
Rails学习笔记(五)
ActionView
(视图) Rails 对模板文件的命名有严格规矩 1:存储模板的文件夹按控制器(类)命名 2:模板文件的名字与所映射的动作名(控制器类的方法
ruby8
·
2010-02-28 19:00
JavaScript
html
xml
Rails
error_messages 替代
ActionView
::Base.field_error_proc = Proc.new do |html_tag, instance| error_class = "fieldWithErrors
tim.teng
·
2009-10-30 14:00
html
for #<
ActionView
::Base:
阅读更多NoMethodError(undefinedmethod`file_exists?’for#):/usr/lib64/ruby/gems/1.8/gems/gettext-1.90.0/lib/gettext/rails.rb:280:in`render_file’/usr/lib64/ruby/gems/1.8/gems/gettext-1.90.0/lib/gettext/rails
wxmfly
·
2009-10-12 14:00
Rails
Ruby
for #<
ActionView
::Base:
for #<
ActionView
::Base:0x2aaaac3eee10>): /usr/lib64/ruby/gems/1.8/gems/gettext-1.90.0/lib/gettext
wxmfly
·
2009-10-12 14:00
Ruby
Rails
让 ruby 1.9.1 + rails 2.3.3 + mysql 完美工作
encodings: UTF-8 and ASCII-8BIT or incompatible character encodings: ASCII-8BIT and UTF-8 主要原因有两个,一个是
actionview
arkxu
·
2009-08-02 06:00
mysql
工作
Ruby
Rails
rack
如何給Rails 寫插件
方法一:在init.rb中添加
ActionView
::Base.send:inclu
xhanxhanxhan
·
2009-04-16 15:00
Rails
XML
基于时间的片断缓存插件timed_fragment_cache
http://github.com/veilleperso/timed_fragment_cache/tree/master 这位的插件在Rails2.2.2上不起作用,会报错误:
ActionView
qichunren
·
2009-03-17 13:00
thread
cache
Google
关于AJAX的分页
(
ActionView
::Helpers::PaginationHelper::DEFAULT_OPTIONS) {|key, old, new| old} window_pages = pagina
夜鸣猪
·
2009-02-26 23:00
html
Ajax
Rails
浅析rails体系结构
base的主要职责是,解析请求的参数,执行filter,执行action,最后,也是关键的一步, 调用
ActionView
.
liano
·
2009-02-23 17:00
html
Flash
Ruby
Rails
model的after_save前sanitize html
ActionView
::Helpers::SanitizeHelper中有sanitize方法,可以在view 中使用 如果想在model中使用,可以include
ActionView
::Helpers
caryl
·
2008-12-30 22:00
html
ActiveRecord
ajax 常用
在我们这个"ThoughtLog"的例子中,RJS模板在它执行之前由
ActionView
完成转换。
klfo
·
2008-09-19 16:00
JavaScript
Ajax
prototype
Ruby
Rails
ActionView
的魔术:ERB & Binding
Rails 作为一个 MVC 框架,其核心包括三个模块:ActiveRecord,ActionController 和
ActionView
。
hozaka
·
2008-08-13 18:00
框架
Flex
嵌入式
Ruby
Rails
Linking to Other Pages and Resources
ActionView
::Helpers::AssetTagHelper 和
ActionView
::Helpers::UrlHelper 模块包 含很多方法,它们可让你引用外部资源到当前“模板”中。
jbf034
·
2008-08-10 16:00
JavaScript
html
工作
浏览器
Rails
Ruby每周一测 - 中英文混合字符串截取
每周一测有点特殊,它不是翻译RubyQuiz上的文章,而是我自己出的一个quiz :我们在做页面排版的时候,为了避免过长字符串撑开页面,经常需要调用截取过长字符串的方法,rails已经为我们提供了一个方法:
ActionView
QuakeWang
·
2008-06-09 17:00
ios
XP
ubuntu
Ruby
Rails
在Rails中实现Layout的嵌套
实现: 1.扩展
ActionView
module
ActionView
module Helpers module NestedLayoutsHelper
pickerel
·
2008-03-05 18:00
PHP
.net
Blog
Ruby
Rails
修改ror中error message的样式,让form更好看一些
form元素进行校验,当数据有问题的时候,页面中radio中的文字会自动折行,显的非常不好看,你可以做如下修改: 打开Configuration中的environment.rb,添加如下程序:
ActionView
yezi
·
2007-12-12 17:00
html
修改ror中error message的样式,让form更好看一些
radio这样的form元素进行校验,当数据有问题的时候,页面中radio中的文字会自动折行,显的非常不好看,你可以做如下修改:打开Configuration中的environment.rb,添加如下程序:
ActionView
yezi
·
2007-12-12 17:00
HTML
Rails应用优化指南 (2)
优化
ActionView
对于每一个请求,Rails都会创建一个controll
mengwade
·
2007-12-04 17:00
html
sql
Ruby
ActiveRecord
Rails
三种Select helper
;method, choices, options = {}, html_options = {}) 在
ActionView
freesky1002
·
2007-11-23 11:00
html
关于netbean的一个问题
学习ruby的时候,按照书中的例子进行实验,发现一个问题,同样的代码,当通过netbean启动服务的时候,如果访问购物车页面,会出现以下的异常:
ActionView
::TemplateError (
yezi
·
2007-09-27 10:00
java
ide
Ruby
Netbeans
jruby
rails中一个表单的错误,
ActionView
::Helpers::FormHelper has been remov
今天在调试一个很简单的表单页面的时候,出现了这么一个异常 A copy of
ActionView
::Helpers::FormHelper has been removed from the module
mdw211
·
2007-09-15 18:00
Ruby
Rails
Rendering partials with layouts
Module
ActionView
::Partials 引用 Partials can have their own layouts applied to them.
xxj
·
2007-08-22 16:00
html
JavaEye3.0开发手记之二 - rails的UTF-8支持造成的正则表达式问题
rails的
ActionView
::Helpers::TextHepler模块提供了很多实用的方法,这些方法对于论坛类应用非常有用,例如auto_link这个方法可以自动检测传入字符串当中的URL,并将其自动转换为
robbin
·
2007-08-22 13:00
正则表达式
fckeditor
Ruby
Rails
Netbeans
JavaEye3.0开发手记之二 - rails的UTF-8支持造成的正则表达式问题
阅读更多rails的
ActionView
::Helpers::TextHepler模块提供了很多实用的方法,这些方法对于论坛类应用非常有用,例如auto_link这个方法可以自动检测传入字符串当中的URL
robbin
·
2007-08-22 13:00
正则表达式
Rails
Ruby
Netbeans
fckeditor
JavaEye3.0开发手记之二 - rails的UTF-8支持造成的正则表达式问题
rails的
ActionView
::Helpers::TextHepler模块提供了很多实用的方法,这些方法对于论坛类应用非常有用,例如auto_link这个方法可以自动检测传入字符串当中的URL,并将其自动转换为
robbin
·
2007-08-22 13:00
正则表达式
fckeditor
Ruby
Rails
Netbeans
JavaEye3.0开发手记之二 - rails的UTF-8支持造成的正则表达式问题
阅读更多rails的
ActionView
::Helpers::TextHepler模块提供了很多实用的方法,这些方法对于论坛类应用非常有用,例如auto_link这个方法可以自动检测传入字符串当中的URL
robbin
·
2007-08-22 13:00
正则表达式
Rails
Ruby
Netbeans
fckeditor
JavaEye3.0开发手记之二 - rails的UTF-8支持造成的正则表达式问题
原文链接:http://www.iteye.com/topic/115235rails的
ActionView
::Helpers
cheng163134
·
2007-08-22 05:00
正则表达式
Rails
Ruby
Netbeans
招聘
JavaEye3.0开发手记之二 - rails的UTF-8支持造成的正则表达式问题
原文链接:http://www.iteye.com/topic/115235rails的
ActionView
::Helpers
wqy159
·
2007-08-22 05:00
正则表达式
Rails
Ruby
Netbeans
招聘
Rails宝典之第三十九式: 自定义field_error
我们先来看action_view/helpers/active_record_helper.rb里的一段代码: module
ActionView
class Base @@field_error_proc
hideto
·
2007-08-01 16:00
html
css
Rails
Rails宝典之第三十九式: 自定义field_error
我们先来看action_view/helpers/active_record_helper.rb里的一段代码: module
ActionView
class Base @@field_error_proc
hideto
·
2007-08-01 16:00
html
css
Rails
Rails宝典之第三十九式: 自定义field_error
我们先来看action_view/helpers/active_record_helper.rb里的一段代码: module
ActionView
class Base @@field_error_proc
hideto
·
2007-08-01 16:00
html
css
Rails
Rails源码研究之
ActionView
:七,capture_helper
Struts有Tiles,WebWork可以用sitemesh,而Rails呢?有Capture! 请看活生生的例子先: 例子1: # layout.rhtml: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> &l
hideto
·
2007-07-03 16:00
JavaScript
Web
struts
Webwork
Rails
Rails源码研究之
ActionView
:七,capture_helper
Struts有Tiles,WebWork可以用sitemesh,而Rails呢?有Capture! 请看活生生的例子先: 例子1: # layout.rhtml: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> &l
hideto
·
2007-07-03 16:00
JavaScript
Web
struts
Webwork
Rails
Rails源码研究之
ActionView
:七,capture_helper
Struts有Tiles,WebWork可以用sitemesh,而Rails呢?有Capture! 请看活生生的例子先: 例子1: # layout.rhtml: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> &l
hideto
·
2007-07-03 16:00
JavaScript
Web
struts
Webwork
Rails
Rails源码研究之
ActionView
:六,scriptaculous_helper
scriptaculous的controls和effects相关方法调用的封装 require File.dirname(__FILE__) + '/javascript_helper' module
ActionView
hideto
·
2007-07-03 15:00
JavaScript
json
Ajax
prototype
Rails
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他