Displaying 20 results from an estimated 6000 matches similar to: "Yet again: Gem plugins"
2008 Jan 02
5
anchor tags?
Hi,
Is there a cool webgen way to do anchor tags? I''ve just been doing this:
<span id="anchor_name"/>
...but is there a better way?
Thanks,
Chad
2007 Sep 04
4
Could someone take a look at #9477 (new fieldset_tag helper)?
Hi everyone,
I just submitted a patch for a new fieldset_tag helper.
It''s helpful and encourages developers to follow web standards, etc.
"+1"s welcome :-)
http://dev.rubyonrails.org/ticket/9477
Cheers
Damian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
2007 Sep 25
21
form_for and partials
I love form_for, but I really hate
<% form_for :person, @person, :url => {...} do |f| %>
...
<%= render :partial => ''form'', :locals => {''f'' => f}
...
<% end %>
I''ve been thinking of instead allowing
<% form_for :person, @person, :url => {...} do |f| %>
...
<%= f.partial ''form''
2007 Feb 07
1
Auto-installing Gems via boot.rb causes errors under Mongrel
Hi,
I''m trying to make my Rails app auto-install my required gems, by
invoking the gem installation in boot.rb. I''ll use the ActionMailer
gem as an example:
...
system "sudo gem install actionmailer --version=1.2.5 -y"
...
Problem is that this fails on the first invocation of Mongrel - it
can''t find the gem. However, if I kill and restart mongrel (with the
2008 Aug 24
5
uninitialized constant "Console"
I just upgraded webgen, and it broke. Here''s what I get when I run webgen:
chadmac:thewoolleyweb.com woolley$ webgen --version
An error has occurred: uninitialized constant Console
chadmac:thewoolleyweb.com woolley$ gem list webgen
*** LOCAL GEMS ***
webgen (0.5.2, 0.4.7)
2004 Jul 05
2
Again Sip Registration Fail
Recently I wrote about this problem,
but it still exist and I can't dial my Xlite SIP Phone
So here is the Notice
Jul 5 17:14:07 NOTICE[65541]: chan_sip.c:6731 handle_request:
Registration from 'Damian Minkov <sip:damian@10.1.1.2>' failed for
'10.1.1.11'
The * box(10.1.1.2) and the PC(10.1.1.11) on which is the XLite are in
the same network
Here is part from sip
2018 Apr 04
2
[4.8] unix extensions negotiation and os x
On Wed, Apr 04, 2018 at 08:52:58AM -0400, Dan Janowski via samba wrote:
> That’s very awesome. I’ll take a stab at getting it set up
Just to clarify, "working" doesnt' yet mean the client side,
only the server parts :-).
Once I've finished the symlinks/device files work then I'll
work on fixing up the smbclient test code.
2018 Apr 03
3
[4.8] unix extensions negotiation and os x
On Tue, Apr 03, 2018 at 12:09:52PM +0200, Aurélien Aptel via samba wrote:
> Dan Janowski via samba <samba at lists.samba.org> writes:
>
> > [ Unknown signature status ]
> > Does os x (10.13) support negotiation of unix extensions/CIFS?
> >
> > When hard links didn’t work I dug in and while I found info on CAP_UNIX, and added ‘unix extensions = yes’ globally,
2007 Apr 17
6
adding dynamic field to a model ...
Hi, here i describe my problem:
mi application must allow 2 basic issues:
first: the users may be able to create ''people'' (this would be a model
with a scaffold, and is not an issue, the problem comes with
requierement #2)
second: the users should be able to add new fields to that model, for
example: the model ''person'' may have 2 fields, let say:
2007 Jan 04
3
Slightly OT: Rails + Mongrel Proxy Server without Apache
Hi,
I''m looking for suggestions on the simplest way to implement an HTTP
proxy under Rails/Mongrel. It should preserve ALL of the proxied HTTP
response - including all header content such keepalives, etc.
Yes, I know I can do this with Apache''s proxy module, and we already
do that for the non-development/test environments. This is just for
the development/test environment
2007 Feb 28
1
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85
Category: win32-process
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Chad Woolley (thewoolleyman)
Assigned to: Nobody (None)
Summary: Killing grandchildren?
Initial Comment:
I am trying to spawn, then
2018 Mar 29
2
[4.8] unix extensions negotiation and os x
Does os x (10.13) support negotiation of unix extensions/CIFS?
When hard links didn’t work I dug in and while I found info on CAP_UNIX, and added ‘unix extensions = yes’ globally, the Negotiation makes no mentions:
Negotiate Protocol Request (0x00)
Capabilities: 0x00000077, DFS, LEASING, LARGE MTU, PERSISTENT HANDLES, DIRECTORY LEASING, ENCRYPTION
Negotiate Protocol Response (0x00)
2010 Sep 21
3
Where can I find list of "Core" and "Base" install groups?
e.g. what packages are in them, as well as other groups or
group-related options which may exist...
Thanks,
-- Chad
2004 Jul 07
2
Problem SIP Register
I have * box on machine with external ip address and internal one
I'm tring to register to it from to machines - one from innternet (
everything is ok - in sip.conf nat=yes)\
and the other one is in the internal network (in sip.conf - nat=no ) and
it say 403 Forbidden?
Any Ideas ? here are the logs and configs
From the external SIP Client whic registers.
2008 Mar 15
2
new webgen plugin : google analytics
Hi all
In order to add visit tracking to my webgen site, i''ve written a
google analytics plugin which, given a google analytics key,
automatically includes tre required javascripts.
Requirements :
in your page template, put {googleAnalytics: key: your_google_key}
just before your <body> tag.
And that''s all.
The code is the following :
2010 Mar 18
2
CCrb configuration for many projects
Hi!
I have about 10 projects in my Cruise. I want to use metric_fu (roodi,
rcov, flay) metrics. Right now I have defined :cruise task in Rakefile
in each project. Is there any convention to manage cruise
configuration from one place? Gem? Plugin for Rails projects? Some
good habit also for custom artifacts?
--
Pozdrawiam, Sebastian Nowak
http://blog.sebastiannowak.net
XMPP: seban at chrome.pl
2008 Sep 17
2
bug in maruku with single-element nested unordered list?
This does not produce the expected output, yet does work on the dingus [1]:
* asdf
* asdf
>> require ''maruku''
=> true
>> doc = Maruku.new("* asdf\n * asdf\n")
=> md_el(:document,[
md_el(:ul,[md_el(:li_span,["asdf *
asdf"],{:want_my_paragraph=>false},[])],{},[])
],{},[])
>> doc.to_html
=> "<ul>\n<li>asdf *
2010 Sep 19
1
How to simulate minimal ISO install using stage2 image file?
Hello,
I'm working on a project which automates creation of EC2 AMI images.
To do this, you must use a running EC2 instance to mount an image file
in a chroot jail.
My problem is that I want to create an AMI that looks exactly like a
minimal (nothing selected) install from the CentOS ISO image, but the
"stage2" image [1] file is much more "minimal" than that. e.g., it
2007 Aug 19
3
Performance Tuning - ZFS, Oracle and T2000
Hi All,
We are currently in the process of testing Solaris 10 with ZFS and
Oracle and are running it on a T2000.
When checking performance statistics on the T2000, we notice that only
one thread of the CPU appears to be doing any of the processing.
Leaving all other threads seemingly idle.
Are there any tuning parameters that need to be set or changed when
running Oracle on T2000 using
2013 Nov 20
5
Movistar sip Mexico
Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to
me T38 and G729 in the INVITE and they say that I have to ignore T38 and
use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18