search for: pito

Displaying 11 results from an estimated 11 matches for "pito".

Did you mean: pit
2007 Nov 28
6
Newbie question
...ommand_line.rb:17:in `run'' from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.0.8/bin/spec:3 from /opt/local/bin/spec:16:in `load'' from /opt/local/bin/spec:16 Must be a version or other config problem. Can anyone point me in the right direction? Thanks, Pito
2007 Nov 28
6
textmate bundle
Does anyone else have issues running rspec textmate bundle? I''ve got revision 2997, but the blasted thing just won''t run. It is checked out to my /Users/zdennis/Library/Application Support/TextMate/Bundles/RSpec.tmbundle When it runs I get the below error... "textmate" is not a valid class name
2012 Mar 22
1
Rspec not loading fixtures
...roblem. Basically I can tell that the fixtures are not getting loaded. All 100 tests fail with a similar error. But I don''t know why. Below is the code, with my narrative with *** before it... Can you see anything or give me a clue where to look. So far I am coming up empty... Thanks! Pito Salas **** In spec_helper.rb, which I know is running, I see: Spec::Runner.configure do |config| config.global_fixtures = :all end **** One of the tests in spec/controllers/downloads_controller_spec.rb is below. I know it is running and I know that before the ''describe'', Part...
2010 Nov 01
2
Creating RESTful helpers on the fly
...be able to create a call to one of these on the fly when I only find out the name of the resource at run time. For example I would like to do this: resource_name = "assets" resource_path(resource_name, method => :new) Anyone know the Rails/Rest/Routing incantation for that? Thanks! Pito -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, s...
2010 Jan 22
0
Routing/File Upload/Put vs. Post puzzle
...: when I break here, params[:importFile] is a text string with the file name, NOT a File:: object. Also the url looks like this: http://localhost:3000/maintain/import_file?method=put&multipart=true which is not what I expected. Thanks for spending a few minutes with me on this, if possible!! Pito Salas -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this gro...
2005 Jan 25
2
Help for a newbie.
Hi all, I'm new to rsync and I'm trying to do a backup of my home directory, but I've a problem here. I'm not able to select the directory that I want to backup and exclude those I don't want to. I've googled a lot and I've also searched the rsync mailing list archive but without success, so I hope you can help me. Please forgive me if this is a trivial question.
2005 Jan 29
1
rsync-ing on MacOS X.
Hi all, I'm setting up a backup script for my Mac, and I'm wondering about the rsync ability of dealing with HFS+ filesystem (resource-fork and such...). I've searched the mailing list archive for this topic and I've found some thread regarding it, but it's not clear to me what is the actual situation. Is the HFS+ officially supported? Will it be in the near future?
2005 Oct 18
1
How to prevent data corruption.
Hi all, I'm setting a script to backup my system using rsync. After reading the manual and googling the web a lot I'm wondering how rsync can protect my data from any potential corruption of the source HD. Suppose that a file on the source HD has been corrupted (because of a device failure), how can I avoid that the corrupted version of the file will override the backup version
2010 Aug 29
0
active_support/mini_xml question/bug?
I''ve hit a problem which no one on the regular rails list seems to know about. I''ve studied the rails code but I can''t get to the bottom of it, so I thought I''d ask here. It''s about active_support/mini_xml: Seems to me that {}.to_xml is generating one level too many of xml structure, but I may be interpreting things incorrectly... I''ve reduced
2007 Dec 12
0
Newbie Capistrano / Mongrel / debugging question
This is a very particular case of a general need: I am coding on a Mac and deploying using capistrano onto a mongrel cluster on my server. What''s the best way for me to keep an eye on the ./shared/logs/ production.log file as it grows on the server from my mac. The obvious one is to have a shell window open and having a tail -f going. But is there something more elegant and productive?
2007 Sep 19
3
Rails cannot connect error after updating using ruby and rails to slightly newer versions
I am on a mac. Have been developing using a manually installed (according to the hivelogic instructions) ruby, rails, gems, mongrel setup. Life was good. When I noticed that my ruby version was out of date, I decided to switch to using macports to maintain the software on my mac. I used it to install a new ruby and gems, and then used gems to get the latest rails. Life seemed to be good. Next I