Displaying 7 results from an estimated 7 matches for "straaten".
Did you mean:
starten
2006 Jan 24
4
Looking for a Ruby, ROR code sample or info
Hi all,
I am looking for a code sample that shows how to execute a host-command
using Ruby or ROR and then read the output.
Thanks,
Onno
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any
2006 Aug 09
1
GemNotFoundException installing Rails - actionpack not in the repository
Hi all,
I got an error on gem install rails which I do not understand?
What am I doing wrong?
Any help or suggestions will be greatly appreciated.
Cheers,
Onno
ttempting local installation of ''rails''
ocal gem file not found: rails*.gem
ttempting remote installation of ''rails''
pdating Gem source index for: http://gems.rubyforge.org
nstall required dependency
2006 Aug 15
1
Question on start_form_tag and get post method
Hi all,
I have a simple question about start_form_tag. It default generates
method=post. I was wondering how you could use start_form_tag to generate
method=get. Probably a simple question but one I can''t answer with the API
doc.
Thanks in advance,
Onno
2006 Jul 31
0
Online update functionality
Hi all,
I was thinking about extending the functionality of my app with a online
update functionality. Maybe it is a bad idea, I like to hear your
opinion.
I have in mind something like the following:
- upload zip to server with new app version;
- unzip file to server problably save it to some releases folder
- overwrite my app sources in production
- migrate database
- restart my SCGI process to
2006 Feb 15
0
WebRick Page not found on strange URL''s
Group,
I noticed today that the WebRick server displays a page not found for a
file named use_case_analysis,{28014615-A62F-452D-B821-30C7CAB0EC44}.html
Is this bad URI syntax? I am not happy with the strange characters in
the filename but unfortunately this is not my doing and I cannot change
it.
Probably this means I cannot use the WebRick server?
Anyone experienced this before?
Regards,
Onno
2008 Jan 14
0
Support for Rails on Linux and the readline package
Hi,
I''m installing Rails on Linux and I want to share my experiences with
it. I expected a smooth installation because the Rails experts often
mention Linux as the preferred platform for Rails. I think it is true
if there wasn''t the readline requirement. This package will allow to
start the Rails console. Because of the requirement I think in fact
many will experience that
2005 Nov 30
0
uninitialized constant Base (NameError) trying to use ActiveLdap
Hi group
I''m trying to hook up my simple app to Active Directory. I''m following
instructions posted on the website.
Mainly http://wiki.rubyonrails.com/rails/pages/HowtoAuthenticateViaLdap
and now also http://wiki.rubyonrails.com/rails/pages/ActiveLDAP.
The two instructions seem to differ a little on how to configure
(environment.rb). Both instructions break my app with an