Displaying 8 results from an estimated 8 matches for "gintautas".
2009 Dec 24
12
no such file to load -- ferret
Hi there,
I''m just trying to deploy my app to my vhost, and i''m getting an error
on the phusion passenger page:
no such file to load -- ferret
now everything worked fine in development.
DO i need to reinstall the plugin and gem again? if so - would these
be in domain.com/public? or should it be installed at domain.com?
ANy advice would be great!
THank you.
--
You received
2013 Apr 15
3
No validation_context methods in Rails API. What for are they?
There is no validation_context methods in API. But the instance has
them:
validation_context
validation_context=
What are these methods? What do they do? Where to get info about them?
--
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 unsubscribe from this group and stop receiving
2012 Jul 27
7
Getting error while starting server plz help
c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/options.rb:32:in
`default_options'': undefi
ned method `write_inheritable_attribute'' for
Rails::Generator::Base:Class (NoMethodError)
from
c:/Ruby193/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails_generator/base.rb:90:in
`<class:Base>''
from
2001 Feb 21
0
2.5.1p1 Solaris ssh can't talk to sshd
...the builds is the message from linker on Solaris 7:
ld: warning: symbol `error' has differing types:
(file ./libssh.a(log.o) type=FUNC; file /usr/athena/lib/libdes.so type=OBJT);
./libssh.a(log.o) definition taken
Thanks,
Gintas
> On Wed, Feb 21, 2001 at 10:54:33AM +0100, Gintautas Grigelionis wrote:
>
> > No, I'm still trying to understand what went wrong. I see 2.3.0p1 ssh
> > talking to 2.5.1p1 sshd, but 2.5.1p1 ssh can't talk to any server.
>
> please try to send a bugreport to
> openssh-unix-dev at mindrot.org
>
> include OS version...
2009 Dec 07
1
Cucumber and general Ruby question
Hello,
I have this cucumber step definition:
Given /^the site has pages "(.+)" and "(.+)"$/ do | page_1, page_2 |
Page.create :title => page_1 if Page.find_by_title(page_1).nil?
Page.create :title => page_2 if Page.find_by_title(page_2).nil?
end
This works, but obviously I would like to DRY it up. I was thinking along
the lines.
Given /^the site has pages
2012 Aug 01
2
'redirect_to' taking infinite loop.
Hi,
The following controller method taking me into infinite loop. Once the
update action completes I want to reload the ''index'' page. May I know
why it is going into infinite loop?
def update
Device.find_by_id( params[:device_id] ).driver = (
params[:driver_id] == 0 ) ? nil : Driver.find_by_id( params[:driver_id]
)
redirect_to :action => :index, :tab =>
2010 Aug 20
6
Suggested books for the complete Noveice
Hi,
I am new in this group, if I want to learn rubyonrails what should I do
first. I am very much interested to learn rails as I saw a video and make
simple blog following that and then I started feeling that I should learn
this language. About me, I have completed the basic java and I understand
OOP concept and I can understand and write php codes.
If I get some suggestion from you it would
2002 Oct 05
1
a patch for 3.4, please
Hello all,
I'd greatly appreciate a patch that will stop PAM mucking around after
I log in with a Kerberos 4 ticket and forward an AFS ticket (KTH
Kerberos 1.1.1 used for libkrb/libkafs). The trouble is, I need
pam_krb4, so that folks, who log in with without tickets using
tunnelled plaintext password, would get Kerberos 4 tickets for the
box. I rebuilt sshd without PAM in order to verify