search for: lacaraoscura

Displaying 11 results from an estimated 11 matches for "lacaraoscura".

2006 Jul 11
4
validates_unlike plugin
...ike :comment, :with =>/html|http|onclick|onmouseover/ , :message => "comment can''t include: href,http,onclick,onmouseover." end ======================== Bug reports and feedback are always welcome. Please send them to edgargonzalez@gmail.com You can also visit http://www.lacaraoscura.com/2006/07/11/validates-unlike-plugin/ and post a comment. -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com http://vp.com.ve http://lacaraoscura.com http://rubycorner.com --
2006 Jul 07
2
Problem with GetText 1.6.0 - undefined method ''N_''
...hodError) etc My model user.rb has this line: validates_format_of :login, :with => /^[a-zA-Z0-9_]+$/, :message => N_("%{fn} invalid, only letters, numbers and underscore are allowed.") Any clue? -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com http://vp.com.ve http://lacaraoscura.com http://rubycorner.com --
2006 Apr 11
1
FeedValidator :: validating feeds RSS or ATOM
...tory as you would with any other Ruby library. = License FeedValidator is released under the MIT license. = Support You can find the Feed Validator RubyForge page at http://rubyforge.org/projects/feedvalidator. -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com http://vp.com.ve http://lacaraoscura.com http://rubycorner.com --
2006 Feb 07
3
Dinamic controller
...p respond to a "dinamic" controller? As I understand method_missing can be used inside a controller to respond to nonexisting methods, is it possible to provide a similar behavior at a controller level? I am not sure at whic level would this code be inserted... -- An?bal Rojas http://www.lacaraoscura.com/ anibalrojas@gmail.com
2007 Aug 31
2
How to spec routes for a resource nested in multiples resources?
...or_exitosas_llamadas_path, at operador).should == "/operador/22/llamadas;exitosas" but nothing works. any clue? thanks in advance -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez at gmail.com http://www.hasmanydevelopers.com http://www.rubycorner.com http://www.to2blogs.com http://www.lacaraoscura.com --
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
...# and try again. repo = File.dirname(repo) end end @latest_revision end end end end Now "rake deploy" works fine Any suggestions? maybe another approach? Thx in advanced -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com http://lacaraoscura.com -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060128/a90c6d5c/attachment-0001.html
2006 Mar 13
0
RubyCorner a meeting place for the Ruby and Rails blogging community
...reat (now you begin to feel your eyelids very, very heavy, and feel an irresistible need to register, register, register, register, ...) and writing about it in your blogs would be better. Commercial TV spots are greatly appreciated too ;-) -- An?bal Rojas http://www.valhallaproject.com http://www.lacaraoscura.com http://www.rubycorner.com
2006 Feb 06
0
Adding a parameter/path to the URL of a invocation to a XML-RPC call
This may sound weird, but we are considering adding a parameter/directory in the URL where a XML-RPC service implemented in ROR is called. We don''t want to modify the method call. Do you think it is possible using, maybe, routes? How would you test it? -- An?bal Rojas http://www.lacaraoscura.com/ anibalrojas@gmail.com
2007 Jun 16
2
Specs don''t find modules when using the secure_actions or ssl_requirement plugin
Hello, I''m trying the secure_actions plugin (or ssl_requirements) I''m installed the plugin, and added the include in application controller: class ApplicationController < ActionController::Base include ExceptionNotifiable include AuthenticatedSystem include SecureActions ... but when I try to run the specs I got this error:
2006 Mar 13
5
Ruby on Rails Applications - To get RSS Feeds
Hi, all I am new to Ruby and also Ruby on Rails. I would like to know how we can get the RSS Feeds and display them in a Ruby on Rails applications. Thanks in Advance, sumi -- Posted via http://www.ruby-forum.com/.
2005 Nov 15
11
Collecting thread: Too many open files (Rails+SCGI crash)
I have a problem with running Rails 0.13.1 with scgi_rails 0.4.3 and Apache. After running for some time (more than a day), the SCGI process stops with the following error (from scgi.log): -- [ERR][24189] Collecting thread: Too many open files [ERR][24189] /usr/local/lib/ruby/gems/1.8/gems/scgi_rails-0.4.3/lib/scgi.rb:188:in `accept''