search for: levitt

Displaying 20 results from an estimated 85 matches for "levitt".

2002 Jan 10
0
An openssl shared library versioning problem (fwd)
Hi, Below a message I had originally sent to openssl-bugs. The version mismatch mentioned below was OpenSSL 0x0090603f vs. OpenSSL 0x0090601f Meanwhile Richard Levitte <levitte at stacken.kth.se> has sent me the following: >>>>>>>>> Begin excerpt from levitte (first msg.) peb> If, on the other hand, the libraries from 0.9.6a and 0.9.6c are peb> binary compatible they certainly deserve the same soname, but peb> then ssh...
2007 Aug 13
2
Backtrace tweaker - broken or me?
...only one big element in it (with multiple lines separated by \n), that whole line gets ignored because it matches, and then the whole backtrace gets printed out anyway somehow. I''m heading home and don''t have time to dig into it right now, but has anyone else seen this? Jay Levitt
2006 Oct 17
3
Should fixtures be transactional?
I started using the new Model.should_have(1).records expectation in rspec_on_rails, and quickly realized that my fixtures were remaining loaded, even in contexts that didn''t use them. Bug or feature? Jay Levitt
2007 Aug 27
7
Foreign key constraints, fixtures, and rake task
...;'ve even manually run the entire "ruby -I" command that rake generates, and it works fine. I can''t see that the rake task''s doing anything different other than db:test:prepare, which I can do manually with no problem. What''s rake doing differently? Jay Levitt
2000 Mar 23
1
Found a bug in the OpsnSSH configuration script
...ir" + LIBS="$saved_LIBS -L$ssldir/lib" CFLAGS="$CFLAGS -I$ssldir/include" if test "x$need_dash_r" = "x1" ; then - LIBS="$LIBS -R$ssldir" + LIBS="$LIBS -R$ssldir/lib" fi fi LIBS="$LIBS -lcrypto" -- Richard Levitte \ Spannv?gen 38, II \ LeViMS at stacken.kth.se Chairman at Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakteur at Stacken \ SWEDEN \ or +46-708-26 53 44 Procurator Odiosus Ex Infernis -- bastard at bofh.se Member of the OpenSSL development team Unsoli...
2020 Jul 24
2
Openssl 3
Anyone trying openssl 3 against openssh? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Put more trust in nobility of character than in an oath. -Solon
2005 Oct 25
24
InPlaceEditor scrolls to top in Firefox?
...olls up to the top. That''s disconcerting, and often ends up with the editable field out of the viewable pane. I can duplicate this on both Mac and PC. Is there a way to prevent this? Even the demo at http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor does this. Jay Levitt
2006 Jun 10
5
[REL] Manage Fixtures 2.0.0
Just released a new version of the _Managed Fixtures_ plugin, previously known as _Export Fixtures_. The name change comes with some added functionality for managing the fixtures, primarily with two new import tasks for importing specific Models or all of them within the test/fixtures directory. Both new import tasks take the exported fixtures, and allow you to directly import one, or all of
2006 Nov 07
7
should_redirect_to in advance - feels unnatural
...e home page"... specify "should set Louie to be the current user"... end Instead, I have to break out the should-redirect into its own call, since the post is done at setup time, but that''s not an appropriate place for a spec. What''s the right solution? Jay Levitt
2006 Apr 02
7
RANT: belongs_to -> refers_to
...ay too small for even a plugin - and I don''t think that type of syntax change belongs in a plugin, anyway. I have yet to hear anyone who''s opposed to it... can''t we PLEASE add this alias and consider deprecating belongs_to over time? It''s... just... wrong. Jay Levitt
2007 Jan 21
35
Collection proxies need to be stubbed ?
Hi all ! I just started writing specs on a new project. I would just like to validate that this is the way you would write it. I know about mocks, stubs and expectations. I don''t think this is a problem for me. My question really boils down to: def index @projects = current_user.projects.active end My spec needs to return the proxy, no ? Here''s my code: context "A
2005 Oct 28
6
InPlaceEditor: XHTML validation
It''s not a critical bug by any means, but shouldn''t InPlaceEditor put DIV tags around the INPUT field? From what I can tell on the W3C validator, INPUT has to be in a block-level tag for XHTML. Of course, there are probably a zillion other things that wouldn''t validate, but every little step helps... Corollary question: Anyone know how to see what contexts a tag
2008 Jun 14
2
FTS/squat search indexes built when?
...worst, I could create a script to go search every folder once. But what I'm not clear about: Does it then get updated on every delivery by LDA? Or does the index also need to get updated when I do a search, assuming there's been at least one message delivered since the last search? Jay Levitt
2006 Nov 06
1
Integration testing: coupling of get and post on forms
...rm sent by a get" and "the filled-in form returned on a post". Instead of blindly posting parameters, you''re now actually filling in form fields in the tests. Works with hidden fields and everything, too. It''d be nice to see rspec do something like that. Jay Levitt
2006 Nov 07
1
RSpec/Selenium start_browser_once patch?
The 0.7.0 vendor/selenium/README.txt references a "start_browser_once.patch" file. This doesn''t seem to be included in either the rspec or selenium-rc distributions, and Google finds nothing... where might I find that patch? Jay Levitt
2008 Aug 28
2
HostName not quite working as expected?
...g: Host myhost.example.com Port 23 it still connects on port 22. Is this the intended behavior? It seems like a bug to me, but it's still present in the 20080829 5.1 snapshot, and nobody's ever mentioned it before. Maybe it's just something that could be documented better? Jay Levitt
2006 Jul 24
9
Mongrel: auto-reload plugins?
...ply reloading the lib dir of a given plugin should be no worse than reloading models and controllers - and, let''s face it, how often does init.rb change when you''re developing a plugin? So... is there some way to get Mongrel to automatically reload my plugin when it changes? Jay Levitt
2007 Aug 30
7
mock_model in spec/lib
Has anyone else run into a problem with trying to use mock_model in spec/lib ? For some reason, I can take the same spec, put it in spec/models, have it run fine, but put it in spec/lib, and have it complain about not being able to find #mock_model Thanks, Edward
2007 Sep 16
10
I lost the RSpec fight
...tty hard problem to overcome. Seems to me that the best way to get RSpec adopted is to find some more visible, prolific plugin programmers and evangelize them to start using RSpec, so it''s not some "neat fringe thing", but a solid, respectable alternative to Test::Unit. Jay Levitt
2006 Jun 29
14
TDD and migrations?
.... I guess it''s not horrible in and of itself, but it does have a code smell to it. Has anyone come up with a different way of doing TDD? It would seem that creating multiple columns per migration would break TDD, since you''d then end up writing tests that passed instantly. Jay Levitt