search for: rubycorner

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

2006 Mar 13
0
RubyCorner a meeting place for the Ruby and Rails blogging community
After spending some of our spare time (a software developer having "spare time"? really?) writing unit and functional tests, RubyCorner is going live: A blog directory focused on the Ruby language, Rails and any other Ruby related project. We like to think about RubyCorner as a "meeting place" for the community, also as a "focal point" where the people new to this technology can quickly tune into the pulse...
2006 Jul 11
4
validates_unlike plugin
...g 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_''
...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 --
2007 May 29
5
Trouble defining a stub method for a controller
Hello, Not sure if I am doing something really wrong (let''s not say stupid for now), but I haven''t been able to stub a controller method like: controller.stub!(:logged_in?).and_return(true) Please help, this is driving me nuts ;-) -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com
2007 May 21
2
logger anybody?
...local variable or method `logger'' for #<#<Class:0x278bee0>:0x253cdec> Not sure if this is the spected behaviour (haven''t checked under the hood) It was just annoying not having a logger instance available as in Rails out of the tests. -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com http://www.to2blogs.com http://anibal.rojas.com.ve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070521/8d88fe12/attachment.html
2006 Apr 11
1
FeedValidator :: validating feeds RSS or ATOM
...ny 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 May 27
1
annotate_models plugin to annotate RSpec specs and fixture
...spec_file_name = File.join(SPEC_DIR, klass.name.underscore + "_spec.rb") + annotate_one_file(spec_file_name, info) + fixture_file_name = File.join(FIXTURE_DIR, klass.table_name + ".yml") annotate_one_file(fixture_file_name, info) end -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com
2006 Dec 24
1
How to get database.yml configuration to use it in a rake taks
...get the production environment configuration from the database.yml in the /shared folder of a deployed rails application. I could use scp to get the file, write it to temporary file, read it and open it with YAML, but is there a better way to do this? Best regards, -- AnĂ­bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.or...
2007 Aug 31
2
How to spec routes for a resource nested in multiples resources?
...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 --
2007 May 29
0
Specify methods (GET, POST) allowed for an action in Rails
Hello, I have been trying without sucess to specify that a specific action should only be reached when the appropiated method is used. I think I am missing something obvious... :-) (and yes, the context of this problem is the restful routes) -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.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/.
2008 May 21
32
Rack, Camping 2.0++
=== 1. Camping on Rack === I''ve just finished rewriting Camping to use Rack in the "core". I got rid of (a little less) than 1kB in camping.rb and removed lots of un-necessary files (lib/server/*.rb, fastcgi.rb & mongrel.rb). bin/camping does now only provide WEBrick, Mongrel and console-support and should only be used in development. It uses Rack::ShowExceptions to catch