search for: jthopple

Displaying 4 results from an estimated 4 matches for "jthopple".

2006 Feb 28
5
Problem with paginate, include and foreign keys
Hi all, Solaris 10 Ruby 1.8.4 Rails 1.0.0 Postgres 8.1 postgres driver 0.7.1 I''m having a problem with getting paginate() to properly pick up an FK constraint properly. I don''t seem to have this issue with ActiveRecord, however. Consider: create table start_dates ( id bigserial, start_date date unique, max_slots int default 40, primary key (id) ); create
2006 Jun 19
1
Anyone need a RailsConf ticket?
I haven''t decided for sure, but I''m considering not going to RailsConf this weekend. Anyone out there interested in a ticket? $400. Thanks, Jeremy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/8109af28/attachment.html
2008 May 15
1
How to monkeypatch in a plugin
Hi all, I''m working on a plugin that enables automatic profiling and benchmarking for unit tests. I need to monkeypatch Test::Unit::TestSuite to redefine the run method. Based on the example I see at http://svn.jthopple.com/plugins/count_limit_associations, I thought I should be able to simply open the class in question in /lib/profile_tests.rb, e.g. module Test module Unit class Suite def run puts "My Run Method Used" ... In init.rb, I simply have require ''profile...
2006 Apr 28
6
Nightly mongrel issues...
Hi, I have Apache (2.2) setup to proxy requests through to Mongrel (0.3.12.4) for a Rails (1.1.2) application (on ruby 1.8.4). The setup is great, but I''m experiencing some nightly failures. I thought I''d post here before digging in too deeply, but it looks like Rails is going into lala land and Mongrel can''t recover... Seems like everything gets all backed up in