Displaying 3 results from an estimated 3 matches for "index_date".
Did you mean:
index_data
2006 Feb 08
1
Save only inserts null instead of actual values
...s successfully created.''
redirect_to :action => ''list''
else
render :action => ''new''
end
end
end
end
model:
class Collection < ActiveRecord::Base
has_many :subcollections
attr_accessor :name, :description, :index_date
end
database.yml:
development:
adapter: sqlite3
dbfile: db/dev.db
development.log - after submitting data with the form
Processing CollectionController#create (for 127.0.0.1 at 2006-02-08
22:13:53) [POST]
Parameters: {"commit"=>"Opslaan", "collection"=>{...
2015 Oct 07
2
Libvirt fails to build with sasl
Description of problem:
I try to build a libvirt package for the IPFire project
(http://www.ipfire.org/).
Without sasl libvirt build fine but with sasl libvirt fails to build
with the following message:
CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo
In file included from rpc/virnetsaslcontext.h:25,
from rpc/virnetsaslcontext.c:26:
/usr/include/sasl/sasl.h:230: error:
2013 Feb 26
1
[LLVMdev] Cross compile LLVM using gcc (powerpc and x86)
Hi there,
I hope this is the right list.
I have been trying to cross compile the LLVM 3.2 for our x86 target by using i586 cross compiler provided by Oselas toolchain (http://www.pengutronix.de/oselas/toolchain/index_de.html).
I have cross-compiled multitudes of 3rd party projects before and usually I can apply similar methods to compile the most of them.
I have however not been able to figure