search for: edgargonzalez

Displaying 13 results from an estimated 13 matches for "edgargonzalez".

2006 Jul 11
4
validates_unlike plugin
...Class Contact < ActiveRecord::Base validates_unlike :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 --
2007 Jun 16
2
Specs don''t find modules when using the secure_actions or ssl_requirement plugin
...ig/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:477:in `const_missing'': uninitialized constant ApplicationController::SecureActions (NameError) the same behavior if I try with ssl_requirement plugin any clue? -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez at gmail.com --
2006 Jul 07
2
Problem with GetText 1.6.0 - undefined method ''N_''
...fined method `N_'' for User:Class (NoMethodError) 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
...nload page and then extract it to your lib directory 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 --
2007 Aug 31
2
How to spec routes for a resource nested in multiples resources?
...quot;exitosas", :operador_id => 1).should == "/operador/1/llamadas;exitosas" - controller.send(:operador_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 27
6
Switchtower deploy error
...---------- But if I connect to my server with the same user I can execute the command: svn log -q -rhead file:///home/[my_user]/repo/[my_app]/trunk I can use tortoiseSVN no access my repo via svn+ssh I change my shell to bash, with not success Any clue? Thx -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060127/35a30d19/attachment-0001.html
2006 Aug 17
1
How to know in the layout what view was rendered?
Hi, Is a way to know in the layout what view was rendered? -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com --
2006 Feb 06
1
How to pass an additional parameter from the url to a xmlrpc service?
...nal parameter in the url? every client append his own new parameter to the url to access the xmlrpc service, something like: http://myapp/xmlrpc_controller/api/new_parameter is possible to pass a parameter from the url (via routes) to the xmlrpc service ? Thx -- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/372c6ea9/attachment.html
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
...a level in the path # 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 Oct 19
2
How to deal with accentuated chars in 0.10.8?
I''m startin to use Ferret and acts_as_ferret. I need to use something like EuropeanAnalyzer (http://olivier.liquid-concept.com/fr/pages/2006_acts_as_ferret_accentuated_chars). By example, if the user search by "gonzalez" you can find documents taht contents the term "gonz?lez" (gonz&aacute;lez) The EuropeanAnalyzer is based on Ferret::Analysis::TokenFilter,
2007 Sep 27
3
There is a easy way to valid markup?
Do I have to create a custom Expectation Matcher? or there is a way to integrate assert_valid_asset plugin? thx -- Edgar Gonz?lez Gonz?lez --
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/.
2006 Oct 20
0
Newbie question - search by "cancion" found "canci&oacute; n"
My documents contains acuted characters (&aacute; &eacute; &iacute; etc ) It''s possible in ferret that searching by "cancion" term found the documents contains the words "canci&oacute;n" and "cancion" ? -- Posted via http://www.ruby-forum.com/.