Displaying 20 results from an estimated 169 matches for "haine".
Did you mean:
maine
2008 Jan 13
10
.html.erb files and autotest
...for this, but I''m unsure where the specs would be to update. I found the
necessary mapping in rspec_autotest.rb, but I can''t find any specs anywhere.
Help?
I just need to have
/app/views/coupon/index.html.erb to map to /spec/views/coupon/index_spec.rb
-Corey
--
http://www.coreyhaines.com
The Internet''s Premiere source of information about Corey Haines
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080113/686bf58f/attachment.html
2008 Jan 31
6
loading fixtures?
How do you load fixtures from specs as you would test?
eg. rake db:fixtures:load RAILS_ENV=development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080131/38c3b0ab/attachment.html
2008 Jan 23
18
Not seeing the failure
...my style, please feel free to mention it,
as I''m still adjusting my mind to rspec)
Oh, versions, I almost forgot:
rails 2.0.2
rspec(_on_rails) plugins just updated from current a couple days ago, not
totally sure how to get the versions of the plugins
Thanks.
-Corey
--
http://www.coreyhaines.com
The Internet''s Premiere source of information about Corey Haines
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080123/bf783be6/attachment.html
1999 Mar 07
13
smbmount question
Hi,
I'm running Linux 2.2.2 w/ Samba 2.0.2, using the smbmount that comes with
Samba 2.0.2. I noticed that when I mount shares, smbmount sticks around,
almost like a daemon:
[root@jason /root]# smbmount //XXXX.gatech.edu/XXXX$ "XXXXXX" -U jkau
-c "mount /mnt/cnd" < /dev/null > /tmp/smbmount.out
[root@jason /root]# ps ax | grep smbmount
10678 ? S 0:00
2002 May 21
0
FW: smbmount question
...so far this year-22? Each one of them
requires a reboot...
22x25xdownload time+2 min's/reboot is a lot of
downtime for the users, and a lot of waiting
time for me. And it's only May...
-----Original Message-----
From: Van Sickler, Jim
Sent: Tuesday, May 21, 2002 8:28 AM
To: 'marion.haines@countygovt.brevard.fl.us'; samba@lists.samba.org
Subject: RE: [Samba] smbmount question
Can you just stop/restart the WINS service?
Save you a reboot....
Jim
> -----Original Message-----
> From: marion.haines@countygovt.brevard.fl.us
> [mailto:marion.haines@countygovt.brevard.fl....
2008 Mar 31
14
To surf to URL mydomain.com instead of mydomain.com:3000?
My production server is using mongrel_rails on Ubuntu linux.
With Firefox I can reach my production server with the URL:
www.mydomain.com:3000/
but I can''t reach my production server with the URL
www.mydomain.com/
Is there a way to configure mongrel so that I can reach my
production server with the URL www.mydomain.com?
--
Posted via http://www.ruby-forum.com/.
2003 Jun 26
3
Off Subject
...etc, that lists companies, schools, etc, who have volunteered information that they use Samba in their day-to-day operations?
This would be of great interest to us as it would show Linux/Samba to be a viable solution instead of going exclusively with a Windows-server-based setup.
TIA,
Marion D. Haines
Network Administrator
Board of County Commissioners
Brevard County, Florida
==================================
EMail: marion.haines@brevardcounty.us
Phone: 321-617-7398
==================================
2008 Jan 15
4
Okay, I''m finally asking for help
...(the @vars are all set up)
Here''s the method:
def save_coupon
@coupon = Coupon.new(params[:coupon])
@coupon.save
redirect_to :action => :index
end
Now, I''ve tried it through the browser, and it works. Any thoughts?
I appreciate it.
-Corey
--
http://www.coreyhaines.com
The Internet''s Premiere source of information about Corey Haines
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080114/853a4691/attachment-0001.html
2008 Mar 04
2
textmate bundle
Hi,
I''m just getting e set up on my machine, and I was wondering if someone
could point me to the current rspec bundle for textmate? I googled and found
a million of them, I think.
Thanks.
-Corey
--
http://www.coreyhaines.com
The Internet''s Premiere source of information about Corey Haines
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080304/3484d010/attachment.html
2001 Dec 14
1
Using MSDFS
...quot; is SMB1 and shareA is the DFS share, and the symbolic link command would look like this:
ln -s msdfs:smb1\\dfs linka
If so, what is "linka"??? If not, can anyone give me an example of how to issue this symbolic link command correctly?
Thank you very much for your help,
Marion D. Haines
Network Administrator
Board of County Commissioners
Brevard County, Florida
==================================
EMail: marion.haines@countygovt.brevard.fl.us
Phone: 321-617-7398
==================================
2008 Jan 27
20
OT local version control?
...n a
home server. If I run it off a home server, then it needs to support offline
access, so that I can use a cached version when I''m not on my home network.
For simplicity''s sake, running it locally is probably a better solution.
What do you all use?
-Corey
--
http://www.coreyhaines.com
The Internet''s Premiere source of information about Corey Haines
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080127/9121e93d/attachment.html
2007 Nov 05
29
Mongrel and memory usage
Hello,
I''m running a Rails application which must sort and manipulate a lot of data
which are loaded in memory.
The Rails app runs on 2 mongrel processes.
When I first load the app, both are 32Mb in memory.
After some days, both are between 200Mb and 300Mb.
My question is : is there some kind of garbage collector in Mongrel?
I never see the two Mongrel processes memory footprint
2008 Mar 12
12
Mongrel has crashed
Hi,
my mongrel has crashed with following errors in the logfile:
** Starting Rails with development environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no
restart).
** Rails signals registered. HUP => reload (without restart). It might
not work well.
** Mongrel 1.1.3 available at 0.0.0.0:3000
**
2008 Mar 19
3
ApplicationHelper
When working with views, I use instance methods of ApplicationHelper:
# app/helpers/application_helper.rb:
module ApplicationHelper
def distribute(total, min, cutof, list)
[1,2,3]
end
end
# app/views/planner/_mta_colors.rhtml:
<td>
<%
...
dist = distribute(total_v_px, 4, 0, colors.collect{|color| color[1]})
...
%>
So to test the distribute method in ApplicationHelper, I have
2007 Dec 27
5
ExampleGroup and SharedExampleGroup relationship(?)
...e is some hidden meaning, I''d love to hear it. I''ll post it as an
update to the blog entry, too.
Oh, and here are the links to the first few parts of the series if anyone is
interested: It looks like I''ll be able to get about a post a week on it.
part 1:
http://www.coreyhaines.com/coreysramblings/2007/12/15/ARubyNewbieLooksThroughRSpecPartIWhatIsThis.aspx
part 2:
http://www.coreyhaines.com/coreysramblings/2007/12/15/ARubyNewbieLooksThroughRSpecPartIIDescribe.aspx
part 3:
http://www.coreyhaines.com/coreysramblings/2007/12/22/ARubyNewbieLooksThroughRSpecPartIIIDescribeR...
2006 Jul 19
3
Recommended testing approaches for new Mongrel handlers?
...the same process, and the other allows one or more Mongrel
processes to pass requests to one or more separate IOWA processes,
with session affinity.
Is there any set of standard sorts of things that have been devised to
test the other handlers that I could apply to my new handlers?
Thanks,
Kirk Haines
2007 May 22
4
Process safe log files with multiple mongrels
I have a rails application that runs on multiple mongrels and I would
like to make the log files non-interlacing. Are there any logging
modifications/other loggers out there that I could use to create
process safe logging?
Thank you,
Matt Margolis
2003 Nov 17
1
Samba3 HowTo
...Can easily recommend it for anyone, especially those of us who just want to make better use of Samba but aren't Linux gurus/code commandoes!
I wouldn't begin to know how to contribute anything, but I'll certainly continue to buy and learn from such good material!
Thanks,
Marion D. Haines
Network Administrator
Board of County Commissioners
Brevard County, Florida
==============================
EMail: marion.haines@brevardcounty.us
Phone: 321-617-7398
==============================
2008 Mar 05
2
Testing that a model helper method is called
...ass MyModel < ActiveRecord::Base
is_encrypted
end
So, my question is, how do I write a spec to show that is_encrypted is
called here? I would rather not write specs that say that the behavior is
there, since I have tested the behavior already in my plugin.
Thanks.
-Corey
--
http://www.coreyhaines.com
The Internet''s Premiere source of information about Corey Haines
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080305/606e21ff/attachment.html
2007 Nov 01
8
Mongrel 1.1
Hello Mongrels,
Mongrel 1.1 is out with fullblown JRuby support, some reorganization,
and some bugfixes. Also, Mongrel_cluster has been updated to 1.0.4.
Go subscribe to the all-new news feed, because we probably won''t
announce to the list anymore:
http://mongrel.rubyforge.org/rss.xml
Thanks
Evan, and the Mongrel Team
--
Evan Weaver
Cloudburst, LLC