search for: craigambrose

Displaying 8 results from an estimated 8 matches for "craigambrose".

2006 Aug 23
2
new plugin: "redbox", a lightbox/thickbox clone with nice rails integration
...ptaculous, is available as a rails plugin, provides easy to use helpers, and unlike the other libraries, works very well with rails'' ajax functionality. If anyone might find this usefull, installation instructions, a demo, and a much more detailed description is available at: http://blog.craigambrose.com/articles/2006/08/16/redbox-a-rails-compatible-lightbox cheers, Craig www.craigambrose.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...
2007 Sep 18
1
best practices for robust workers
...realise BackgroundRB is not well maintained at the moment. I''m happy to help to some extent, as I think it''s a great project, particularly in the area of submitting patches with tests and fixes for any problems that I encounter which affect my work. ----- Craig Ambrose www.craigambrose.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070919/ca394f56/attachment-0001.html
2007 Apr 11
1
Fwd: [ mocha-Bugs-5892 ] Using a setup method in test_case_class destroys subsequent test cases
...cases To: noreply at rubyforge.org Bugs item #5892, was opened at 2006-09-25 07:49 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7477&aid=5892&group_id=1917 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Craig Ambrose (craigambrose) Assigned to: Nobody (None) Summary: Using a setup method in test_case_class destroys subsequent test cases Initial Comment: Using a method called setup within a Test::Unit::TestCase derived class works as expected once you start using mocha and stubba, providing that you run only that test file....
2006 Sep 25
0
Melbourne, Australia ruby/rails meetup: 26th September (tomorrow)
Hi folks. We''re having our monthly ruby/rails meetup in Melbourne, Australia tomorrow night. I''m not going to keep announcing them here, so if you''re in melbourne, go join the email list at: http://groups.google.com/group/melbourne-ruby regards, Craig www.craigambrose.com Full Details: Tue, 26 September ThoughtWorks Level 11, 155 Queen St 6pm-9pm ring/SMS Mike on 0438-448-600 if you have trouble getting in Agenda 1. Introductions 2. Analog blog thingy (shorter this time) 3. Mike W''s talk on "method_missing magic" 4. Other Mike''s t...
2008 Apr 17
1
redbox + will_paginate
Hiya, I''m trying to use Will_paginate with the RedBox plugin but having problems making it go to the next page of the collection. http://blog.craigambrose.com/articles/2006/09/22/redbox-release-2 as far as i can see will_paginate does not support any kind of :remote ajax call so each page click can update the div element. has anyone managed to get will_paginate working within a redbox dialog? appreciate it, -- Posted via http://www.ruby-forum.com...
2009 Aug 21
1
lightbox or slimbox with ruby on rails
Hello guys I want to use lightbox or slimbox any one having idea about it please give me Thanks -- Posted via http://www.ruby-forum.com/.
2008 Jun 18
3
Best Way of Extracting Key Value from File
What is the best way of extracting a key value pair from a file. For example I have an email text file which goes like so : -- Return-Path: <atharshiraz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Delivered-To: test-ovehrGOUempiNnqEydH9iw@public.gmane.org Date: Sat, 3 May 2008 18:25:13 -0400 From: "Athar Shiraz Siddiqui" <atharshiraz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2006 Jul 06
4
Need advice on code-like columns
Hello! I''m trying to move to rails from traditional web app. As Rails has some conventions about table schema, I met some obstacles. Questions. 1. This is a sort of general question. Do you make a code table for things like the following? Activity Status Codes 01001: Open 01002: Pending 01003: Delayed 01004: Cancelled 01005: Closed (The first 2 digits are code category.) Would you