search for: rubyurl

Displaying 20 results from an estimated 32 matches for "rubyurl".

Did you mean: rubypal
2006 Nov 25
2
Comparison between RSpec and test/unit
...integration perspective, and also allowing you to mix the two together as appropriate. So, has anyone made an informed comparison? I''m new enough that I don''t really know the finer points yet. The syntax is slightly different, but that seems like a minor issue Chris [1] http://rubyurl.com/6uT -- | Christopher Petrilli | petrilli at gmail.com
2006 Jan 23
6
Ruby at O''Reilly Rough Cuts
Not sure if this is old news or not, but it would appear that both the Ruby Cookbook and a Rails book are now available for purchase at O''Reilly Rough Cuts (something akin to PragProg''s beta book program): http://rubyurl.com/nHz http://my.safaribooksonline.com/?mode=roughcuts&srchtext=ROUGHCUTS I haven''t tried them yet, but it definitely seems worth checking out. -Pawel
2005 Dec 29
1
Best way to prune my list of returned rows?
Every example and tutorial I can find shows how to create and paginate a list of rows returned from a table. But I''m trying to write an interface on top of an existing table with 4million rows. So I need to jump right to the lesson on searching my data. That, I can''t find. Can somebody tell me the techniques available for pruning down my list a bit? I found a
2005 Nov 12
1
Samba/LDAP-Backend stability on Debian Sarge
...(I'm still trying to figure this one, maybe is a change of default in some samba option). Any of you is running a setup like this and having similar problems? Any Idea on how I could solve any of this? Thanks, santiago. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314461 [2] http://rubyurl.com/9Dz
2005 Nov 22
3
Idiom for submit button?
What is the rails idiom for submit buttons on forms? All other field types have helpers, but button_to creates its own form, so should not be used. I''ve looked in "Agile Web Dev. with Rails" but can''t see what I should do instead. Is this "difficult" because it runs counter to AJAX type forms? And, related, is there a way to ensure that hitting return in
2006 Jan 01
9
Child record becomes orphan
Hi all, I''ve got these company (has) contacts relational tables. I want to make sure a company can''t be deleted when it still has contacts. (because I can now, which results in nil like errors when listing the contacts ... obviously) Are there any helpers to do so, is Rails aware of this? Or do I need to put in a condition before destroying the company record in question
2009 Aug 06
18
Best Practices Question
Should models call action mailers, or should those calls always originate from controllers? For example, should user.forgot_password send the email, or should the user_controller.forgot_password? Just looking for some opinions... Thanks, Tom
2007 Sep 16
12
rspec_todo -- spec''ing backwards
While the spirit of BDD is to spec first and code second, many of us have legacy code. Worse, some of us have legacy code without very good coverage. Recognizing that *I* have such code, I created a script that grinds through your .rb files and creates placeholder specs for each public method. While it is more sensible to spec behavior of code function than of individual methods, this
2006 Jul 13
0
AZ Ruby on Rails Community
...meeting mingling at 6:30pm) Where: Molly Brannigan''s 1744 S Val Vista Dr Mesa, AZ 85204-7362, US AZ on Rails - http://www.azonrails.org/ Rails Topics - http://refreshphoenix.org/wiki/doku.php?id=az_on_rails Molly Brannigans - http://www.mollybrannigans.com/ Driving Directions - http://rubyurl.com/OT3 -- Derek Neighbors Integrum Technologies derek@integrumtech.com
2006 Apr 23
3
Validates_presence_of in ActionMailer model
Hi all, I want to submit the content of a form by mail. I don''t want to save it into a DB. How can I validates the content of this form with validates_presence_of ? Thank you. Damien
2006 Mar 20
0
Only 50 Tickets left for Canada on Rails
...and based on the momentum of late registrants over the last couple weeks, this is going to be a sold out event. If you haven''t already, checkout the speaker lineup at http://canadaonrails.com/conferences/schedule/1 And if you don''t mind spreading the word, digg it up! :) http://rubyurl.com/L8Z See you in Vancouver! -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown? ? ?? ??? ?? ?? ?? ?? ?http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sent using the Microsoft Entourage 2004 for Mac Test Drive.
2006 Feb 02
0
newbie rails app: bookmarks. Includes No-Fluff HOWTO
Hello, In the process of learnin'' myself some rails, I accidentally made a bookmark application. It''s simple, but it works and I hope to build on it as I learn more. It might be interestin'' to newbies like me as an example. Download''s at the bottom. http://rubyurl.com/FUV -- Pork and Beans -- Posted via http://www.ruby-forum.com/.
2006 Jan 09
3
Thomas Fuchs Interview on Audible Ajax
Hi guys, I had the pleasure of interviewing Thomas Fuchs for "Audible Ajax", and thought that some of you may be interested to hear it: http://ajaxian.com/archives/audible-ajax-episode-12-thomas-fuchs-of-scriptac ulous Cheers, Dion Almaer Founder, Ajaxian.com http://ajaxian.com Cleaning up the web with Ajax
2005 Mar 17
0
Ruby Syntax Highlighter v2
...st, so I thought I''d let everyone know that I''ve updated it. You can now save the code on the server, so you can show it to other people if you''re a bit of an exhibitionist. If you do so, it generates a unique URL for your code to pass around. It also uses my tinyurl/rubyurl clone to generate a nice, short URL for you if you''d rather use that [0]. I''m going to start to think about adding other languages to the site, the first two being XML and Yaml since Jamis Buck''s syntax library supports them out of the box. If you have a favourite la...
2006 Aug 26
1
back from vacation
Hi all. Sorry for the silence over the last couple of weeks but I just got back from vacation. As you may imagine I have a ton to catch up on, but I''ll be chiming in on some of the threads over the next few days. Cheers, David
2005 Nov 23
1
How to set flash for before_filter :login_system ?
Hello all, I''m using Login Generator ACL System<http://wiki.rubyonrails.com/rails/pages/LoginGeneratorACLSystem> I want to know if there is a way to set the flash(:notice) before the before_filter is processed so that the flash() is available on my login page ? IE: "regular" user changes URL to an "admin" page, then I want the login''s flash to say
2008 Jun 07
2
rcov causing a segmentation fault on rspec 1.1.4 and rails 2.1
Hello again :) I''m trying to run rcov on my specs here but i''m getting a lot of segmentation faults (and they usually happen at different places): /home/mauricio/NetBeansProjects/reeds/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:211: [BUG] Segmentation fault ruby 1.8.6 (2007-09-24) [i486-linux]
2007 Jul 31
11
helper spec not finding rails core helpers
Hi, My helper specs were going ok until I added a call to a rails DateHelper method in one of my helpers http://api.rubyonrails.com/classes/ActionView/Helpers/ DateHelper.html#M000574 The helper runs fine from my view templates, just dies in the spec test. I boiled my question down to a simple (not too useful) example. I''m not sure what I''m missing. #
2006 Sep 29
5
Request URI Length Override
Please help, Does anyone know how to override the Mongrel request URI limits built in? I know it was set at a 512 byte limit, but my application will not work with this in place. Why do I need a larger limit? I''ve written a rails application that uses a bookmarklet to send large amounts of data from site to site. The only way to do this is (and keep it cross browser
2006 Jan 23
7
Globalize - Wiki down, docs down, status?
Hi, Currently the wiki entry for Globalize http://wiki.rubyonrails.org/rails/pages/Globalize+Plugin http://globalize.diluvia.net is down, -- Posted via http://www.ruby-forum.com/.