Displaying 4 results from an estimated 4 matches for "environmen".
Did you mean:
environment
2006 Mar 27
1
Naming Convemtion for Model????
Hi,
In My database there is a table called "categories". Now what name
should I specify for my model as per ruby naming convention? Is it
"Category"???
Also is it possible to keep database table name singular instead of
plural?
Please tell me.
Thanx in advance.
Prash
--
Posted via http://www.ruby-forum.com/.
2014 Feb 28
1
Samba4 acting as standalone server, smb.conf parameters and run daemons !
I have built Samba4 4.1.5 from sources and provisioned as standalone
server. I don' t need to act Samba4 as DC.
I need fully working server, including shares access, network neighborhood
browsing, LDAP (I suupose it should be anyway by default) .
What values should be added to smb.conf, in particular to server services ?
Is dcerpc endpoint servers parameter necassary ?
What daemons should be
2009 Oct 04
2
no such file to load -- restClient (MissingSourceFile) HELP
i don''t get what is going on here. if i run the restclient command
that starts an irb with restclient it works fine but when i try to load
it from environment.rb with require ''rest_client'' this is what i get...
it''s driving me batty.
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'': no such file to load -- restClient
(MissingSourceFile)
from /usr/local/lib/site_ruby/1.8/rubygem...
2013 Sep 16
10
Unable to specify hierarchy for data-in-modules
Hello,
I''m running Puppet agent stand-alone on Windows.
I got data-in-modules working. However, no matter what I put into the
module hiera.yaml,
I can only override the defaults from common.yaml by osfamily (and not,
e.g., by environment).
In the setup below the following command outputs:
>puppet apply --binder -e "notice lookup (''my_key'')" --environment=local
Notice: Scope(Class[main]): windows-value
Notice: Compiled catalog for myhostname in environment local in 1.40 seconds
And if I delete the...