Displaying 3 results from an estimated 3 matches for "pevers".
Did you mean:
peers
2007 Jul 24
2
Nested params and redirect_to
I have a simple client search screen that posts the following params:
Parameters: {"search"=>"Search", "action"=>"list",
"client_search"=>{"first_name"=>"jane", last_name"=>"smith"},
"controller"=>"client"}
This works fine. However I want to redirect to the same
2007 Jul 09
1
Dir.glob does not find ".project"
Hi,
I am trying to zip up my application folder using RubyZip.
It works fine except for one glitch: There is a RadRails project file
".project" which does not get included.
When I test Dir.glob("#{app_dir}/**/*) it does not return ".project"
Is there some problem with filenames starting with "."
(I am using Windows)
Thanks
George
2010 Jan 19
5
Rubyzip gem installed but not recognised
Hi,
I have installed rubyzip successfully(see output below)
Successfully installed rubyzip-0.9.1
1 gem installed
Installing ri documentation for rubyzip-0.9.1...
Installing RDoc documentation for rubyzip-0.9.1...
if I put config.gem ''rubyzip'' in environment.rb and then run rails it
fails to load rubyzip .. see below
george@geolaptop:~/Dropbox/git/paua$ ruby script/server
=>