search for: vandoorn

Displaying 9 results from an estimated 9 matches for "vandoorn".

Did you mean: tandoori
2006 Feb 15
3
UserEngine testing
Hi Everybody, I''m playing around with the engines created by James Adam and I bumped into the following. I would like the rake bootstrap command to use the testing database and I just know there''s an easy way to do so. I could have just copied the dev db''s to the test db''s but I think I''m missing something fundamental here. Hints are very welcome.
2006 Jan 25
14
Salted Hash Login Generator
Does this work with rails 1.0 ? I saw that people said it failed with rails 14.1, which practically identical. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060125/5da24694/attachment.html
2011 Sep 23
4
Gotchas around upgrading from an old version (0.25.4) to a newer version.
I''ve been tasked at my workplace to upgrade our puppet installation to a more modern version. Currently all the environments run a RubyGem version of puppet 0.25.4 on mostly RHEL/Centos 5.3 - 5.5 (there are, like most environments, a few laggards running RHEL4 or new machines running CentOS 6). The plan is to upgrade these to the most stable version of Puppet, which at the time of
2006 Jul 17
1
:create paramaters don''t get through (scoped_acces plugin)
Hi all, I''m wrestling with the scoped acces plugin to generate object access controll, but the :create params don''t seem to get through. :find works great. This is the code around_filter ScopedAccess::Filter.new(Service, :service_filter) layout "settings" protected def service_filter { :find => {:conditions => ["business_id =
2006 Apr 11
0
in_place_editor_field breaks with onComplet option
Hi, Don''t know why, but the in_place_editor_field doesn''t work anymore afte a one time update when I include {:options => "{onComplete: refresh_app}"}. (complete line) <%= in_place_editor_field :appointment, ''title'', {}, {:options => "{onComplete: refresh_app}"} -%> Is this a reproducable problem, or is there something wrong
2006 Feb 15
0
Wild ideas about fixtures
Hello everybody, I wanted to bring testing to a higher level The first idea was calling a rake script from within the test_helper ... to be honest, I don''t have a clue how to do this ... though I''m probably not going to do this, I would love to know how I could if I wanted too. The second Idea was using using the Fixture script from Geoffrey Grosenbach. also in test_helper,
2006 Jan 13
2
newbie: access model inside a model
Hi everybody, I''ve started to learn Ruby on Rails with the two books, of course I''m experimenting outside the examples in the book and walking against some things I didn''t learn yet. so here''s the question: Is it possible to access one model from within another? Actually I have a Many to Many relationship between tables and I''m trying to realize
2006 Sep 18
0
Help needed for writing a test for Ticket #4795:
Hi All, I want to write unit tests to get the following patch into the core. Ticket #4795: ARs in the session have their associations persisted as well I''m quite new to testing so I don''t have the slightest idea how I can write test to verify the patch. If someone can push me in the right direction, I''ll invest some time to write tests. Regards, Jeroen van Doorn
2006 Apr 19
0
[scriptaculous] Snap with marginal steps (%)
Hello everybody, I''m trying to let the drag and drop library snap my objects with percentages instead of pixels, Is there someone who already done this, It''s really giving me a hard time. Regards, Jeroen