Displaying 6 results from an estimated 6 matches for "sbarnea".
Did you mean:
barnes
2014 Dec 03
0
[Bug 1742] sshconnect should use port returned by getaddrinfo
https://bugzilla.mindrot.org/show_bug.cgi?id=1742
Sorin Sbarnea <sorin.sbarnea at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sorin.sbarnea at gmail.com
--
You are receiving this mail because:
You...
2007 Dec 11
0
[ win32utils-Bugs-16211 ] win32-service will not install/build corectly if the system has VC8
Bugs item #16211, was opened at 2007-12-10 15:40
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=16211&group_id=85
Category: win32-service
Group: Packaging
Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Sorin Sbarnea (intersol)
Assigned to: Daniel Berger (djberg96)
Summary: win32-service will not install/build corectly if the system has VC8
Initial Comment:
Currently ruby is compiled with VC6 and if someone does have VC8 installed the build will succeed but the extension will crash at load because incompatibil...
2006 May 24
3
Real life use of multiple linked models in the same view
...9;'m looking for a beautiful solution with some magic in it just because I want to keep my code as clean as possible. I''ve read the most RoR books but none seams to target medium-advanced use of RoR and this problems it''s clear not for the beginners.
--
Best regards,
Sorin Sbarnea
2014 Mar 24
7
[Bug 2217] New: allow using _ssh._tcp SRV records
https://bugzilla.mindrot.org/show_bug.cgi?id=2217
Bug ID: 2217
Summary: allow using _ssh._tcp SRV records
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2006 May 26
0
Seeking complete example/plugin of simple usage of Lookup (auto_complete) for making associations on models
I think the second most useful usage of the auto_complete is for editing relations (associations).
I''ve searched for almost a week on all RoR resources but I didn''t found any solution to this problem. Instead I''ve discovered that there are many looking for this.
I think that this problem must be clearly solved and the clear how-to should published on one-more RoR
2006 May 30
0
Where to put new macros?
I want do add a new macro based on to auto_complete.rb but I don''t know where to put it inside my project directory structure in order to make RoR load it properly.
Second question: Can I overwrite the original macro without modifying the rails installation? How?