search for: blognow

Displaying 6 results from an estimated 6 matches for "blognow".

Did you mean: blogdown
2007 Jul 24
2
Mocking Resolv::DNS?
...s receiving unexpected messages. The :open message mock gets called. The second one (on @dns.should_receive(:getresources) also does not complain. But @mx in the above code ends up as nil, when I would think it should end up as "MX Record". Any pointers? Regards Mikel -- http://www.blognow.com.au/q
2007 Jul 27
0
RMagick progress monitor with
Hey Ben, I had the same situation, though not with RMagick. I made progress bars running inside of active scaffold. But you can make it work on anything. Screen cast showing it running and short tutorial are at http://www.blognow.com.au/q Screencast: http://www.blognow.com.au/q/64767/Screen_cast_of_multiple_progress_bar_tracker.html Regards Mikel > > I''m looking for a way to give the user a progress monitor on large > image manipulations with RMagick. I first looked at this method - > http://www.i...
2007 Jul 20
0
Little tool to help RSpec Textmate Users
Thought someone else might like this. Just a simple way to modify your TODO list to show all unimplemented specs in your project. Insanely simple, but all good things usually are :) http://www.blognow.com.au/q/67397/Behaviour_Driven_Design_RSpec_and_Textmate039s_TODO_List.html Not sure how that long URL will wrap, the short home page is: http://www.blognow.com.au/q/ If you want to do it yourself and don''t need picutres, make a new marker in the TODO preferences with: /\s+it\s"(...
2007 Jun 16
0
Working Background Task Progress Bars
...affold group. But it might be of interest to a wider community. I just got the monitoring of many background tasks with independent progress bars working with ActiveScaffold. Looks good and is quite usable. You can see the screencast and short (abridged) tutorial on how I did it at: http://www.blognow.com.au/q or: http://www.blognow.com.au/q/64767/Screen_cast_of_multiple_progress_bar_tracker.html Regards Mikel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this...
2007 Jul 24
11
Mock or Stub strategy for validates_uniqueness_of
Hi, I''m a bit stuck with mocking a unit test of a join model with regards to a validates_uniqueness_of clause. I have class Book < AR:B has_many :clippings various validates_presence_of etc end class Clip < AR:B has_many :clippings various validates_presence_of etc end class Clipping < AR:B belongs_to :book belongs_to :clip validates_uniqueness_of :clip_id,
2007 Jul 18
3
Help. Acts_as_Authenticated plugin stops working for me?
Hi, I successfully installed AAA couple days before, and i managed to register a uer with it, with no user activation. but for some strange reason, it stops working for the signup method, with i go to the signup page, press submit, it shows an error page, what''s wrong? here''s the error page. undefined method `activation_code'' for #<User:0x3b6dbd