search for: _production

Displaying 6 results from an estimated 6 matches for "_production".

Did you mean: production
2006 Jun 06
0
Re: [ocruby] iteration A1 in ebook: scaffold gets: routing error
...: thanks set -x base=i:/work PATH=/cygdrive/$base:$PATH name=depot cd $base rm -rf depot ls mysqladmin -f -u root drop ${name}_development mysqladmin -u root create ${name}_development mysqladmin -f -u root drop ${name}_test mysqladmin -u root create ${name}_test mysqladmin -f -u root drop ${name}_production mysqladmin -u root create ${name}_production echo rails rails.cmd $name cd $name echo rake db:migrate rake.bat db:migrate echo script/generate model Product ruby script/generate model Product echo "edit migration file" #read x cat > $base/$name/db/migrate/001_create_products.rb <&lt...
2009 May 31
9
No more than one "instances" of a type in define()?
Hi folks, when I try to do something like: define railsproject($name, $uid, $gid, $userpass, $sqlpass) { mysql_database { "$name_staging": ensure => present } mysql_database { "$name_production": ensure => present} ....more stuff... } I get: Puppet::Parser::AST::Resource failed with error ArgumentError: Duplicate definition: Mysql_database[] is already defined in file /etc/ puppet//modules/../manifests/definitions/railsproject.pp at line 26; cannot redefine at /etc/puppet//...
2017 Jan 31
1
Migration from Win2K server AD to Linux Samba4 AD
Hello !! _PRODUCTION ENV_ - I currently using 2 Win2K AD servers, 1 Win2012 File Server and about 100 pc on the same domain (domain A) _TEST__ENV_ - I just created 2 Linux Debian8 Samba4 AD servers with a different domain (domain B) and I'm using 1 pc (joined to the domain B) to test the new environment. My pr...
2013 Feb 22
0
[LLVMdev] recommendation books on code generation?
...ing to LLVM it might be a different story to if one were getting up to speed on how compilers work by starting with LLVM (which sounds like it might be the case here). Certainly in looking at the LLVM code in areas I don't know about there is the undeniable fact that one is trying to understand _production optimized_ code at the same time as trying to understand the basic concepts the code implements, which is harder than learning about the concepts from more basic code then studying a better implementation. I don't know of a book, but as a suggestion: is there anyone who's teaching a course...
2006 Jun 06
15
error working through Agile !!!
Hi everyone, I''m working my way thru the ''Depot'' project from Agile Web Development with Rails. I got to the bit where I type: ruby script/generate scaffold Product admin And I get the following error: error Before updating scaffolding from new DB schema, try creating a table for your model (Product) ( on the last line ! ) Now I have followed everything as
2013 Feb 22
2
[LLVMdev] recommendation books on code generation?
If you wanted to write a new register allocator, that would be a different story. Then you would do well to read the literature to try and understand about various schemes that have already been invented. No need to reinvent the wheel. Most people doing a port can figure things out by just using their brain and the documentation already at the LLVM web site; but like I said, a good solid