search for: release_date

Displaying 20 results from an estimated 27 matches for "release_date".

2006 Apr 04
3
newbie - HABTM problems writing to Join Table in SQL
...:integer, :default => 0, :null => false t.column "film_id", :integer, :default => 0, :null => false end create_table "films", :force => true do |t| t.column "title", :string, :default => "", :null => false t.column "release_date", :date, :null => false end end ------director.rb----- class Director < ActiveRecord::Base has_and_belongs_to_many :films end ------film.rb------- class Film < ActiveRecord::Base has_and_belongs_to_many :directors end --------application_helper.rb--------- module Applicat...
2017 Sep 25
1
[PATCH] Fix determining release date for builddir != srcdir
...44 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ dnl Find the release date for this version. This is used in dnl the website 'index.html' file. We have to do this after dnl testing for awk in guestfs_progs.m4 above. AC_MSG_CHECKING([for the release date of $PACKAGE_VERSION]) -RELEASE_DATE="$(grep ^$PACKAGE_VERSION@<:@@<:@:space:@:>@@:>@ RELEASES | $AWK '{print $2}')" +RELEASE_DATE="$(grep ^$PACKAGE_VERSION@<:@@<:@:space:@:>@@:>@ ${srcdir}/RELEASES | $AWK '{print $2}')" AS_IF([test "x$RELEASE_DATE" != "x&quot...
2011 May 19
1
update_attributes updates data from second instance of nested form but not the first
..."2"=>{"player_id"=>"7", "id"=>"71"}, "3"=>{"player_id"=>"8", "id"=>"72"} }, "id"=>"18" } }, "release_date(1i)"=>"2012", "release_date(2i)"=>"5", "release_date(3i)"=>"19", "release_date(4i)"=>"16", "end_date(1i)"=>"2012", "release_date(5i)"=>"46", "end_date(2i)"=...
2007 May 12
4
help, 1 error(s) on assignment of multiparameter attributes
...week ago for a school project, and can''t seem to find a solution for something. I have this inside the form inside of edit_albums.rhtml: <%= start_form_tag :action=>''proccess_edit_album'', :id=>@album.id %> .... Release Date: <%= datetime_select(:album, :release_date, :start_year => 1960) %><br /> .... and inside the controller: def edit_album @album = Album.find(params[''id'']) end def proccess_edit_album @album = Album.find(params[:id]) @album.update_attributes(params[:album]) if 1 redirect_to :action=> '...
2006 Jan 03
3
SwitchTower and Subversion branches
...ranches or tags is cumbersome when having to resume development on an earlier branch. I''m aware I could just be checking out the trunk with -r [time_of_release]. I could imagine doing this and then only creating a branch only when we need to fix something in a branch. Thus: svn copy -r [release_date] file:///svn/db/trunk file:///svn/db/branches/new_branch svn checkout -r [release_date] file:///svn/db/new_branch However, this would imply that I''d have to tell Switchtower to then deploy from that new_branch for these occassions, which hardly seems convenient. And, I''m simply...
2010 Dec 21
1
Matching 2 SQL tables
Hi, I have a postgresql and a mysql database and I would like to combine the info from two different tables in R. Both databases contain a table with three columns: project_name, release_id and release_date. So each project output could be released multiple times (I am interested in the first release_date). However, some of the data is missing. Basically, what I want to do is to try and fill the missing data in 1 table with the data from the other table. The difficulty here is that table1$project_name...
2015 Apr 11
1
XML Parser failing due to cryptic Serial Number.
...lt;vendor>Dell Inc.</vendor>       <version>A10</version>       <serial>ÿÿÿÿÿÿÿ</serial>       <uuid>REMOVED</uuid>     </hardware>     <firmware>       <vendor>Dell Inc.</vendor>       <version>A10</version>       <release_date>05/18/2013</release_date>     </firmware>   </capability> </device> [Sun, 12 Apr 2015 06:06:16 virt-manager 4241] ERROR (create:346) Error setting create wizard conn state. Traceback (most recent call last):   File "/usr/share/virt-manager/virtManager/create.py&quot...
2017 Dec 20
2
gluster and HA NFS
...g was a huge change to be absorbed for a minor release version and was made bigger when storhaug does not appear to be ready go given the recommendation to go back and use 3.10. With the release of 3.12 ltm and now 3.13 stm, when 4.0 is released 3.10 is shown to be at eol; Version Status ???? Release_Date EOL_Version EOL_Date 3.10 ?? LTM ??? ??? 2017-02-27 ?? 4.0 3.11 ?? EOL ??? ??? 2017-05-30 ?? 3.12 ??? ?? 2017-8-30 3.12 ?? LTM ??? ??? 2017-08-30??? 4.3 3.13 ?? STM ??? ??? 2017-12-7???? 4.0 4.0 ??? Planned STM about 2018-01 4.1 4.1 ??? Planned LTM about 2018-04 n+ What approach should a gluster c...
2010 Aug 08
1
help me
i am creating an aplication where table name albums width attributes CREATE TABLE albums ( id int(11) NOT NULL auto_increment, title varchar(255) NOT NULL default '''', artist_old varchar(255) NOT NULL default '''', release_date datetime NOT NULL default ''0000-00-00 00:00:00'', genre varchar(50) NOT NULL default '''', created_at datetime NOT NULL default ''0000-00-00 00:00:00'', updated_at datetime NOT NULL default ''0000-00-00 00:00:00'', image_path varchar(...
2017 Dec 20
0
gluster and HA NFS
On 20/12/2017 16:51, Craig Lesle wrote: > With the release of 3.12 ltm and now 3.13 stm, when 4.0 is > released 3.10 is shown to be at eol; > > Version Status ???? Release_Date? EOL_Version EOL_Date > 3.10 ?? LTM ??? ??? 2017-02-27 ?? 4.0 ??? > 3.11 ?? EOL ??? ??? 2017-05-30 ?? 3.12 ??? ?? 2017-8-30 > 3.12 ?? LTM ??? ??? 2017-08-30??? 4.3 ??? > 3.13 ?? STM ??? ??? 2017-12-7???? 4.0 ??? ? > 4.0 ??? Planned STM about 2018-01 4.1 ??? ? > 4.1 ??? Planned LTM...
2017 Aug 09
2
[PATCH 1/2] configure: visually split the blocks of checks
...Y gl_INIT dnl Check for external programs required to either build or run dnl libguestfs. +AS_ECHO +AS_ECHO(["Checking for external programs:"]) m4_include([m4/guestfs_progs.m4]) dnl Find the release date for this version. This is used in @@ -99,43 +103,83 @@ AS_IF([test "x$RELEASE_DATE" != "x"],[ AC_SUBST([RELEASE_DATE]) dnl The C compiler environment. +AS_ECHO +AS_ECHO(["Checking for the C compiler environment:"]) m4_include([m4/guestfs_c.m4]) dnl Any C libraries required by the libguestfs C library (not the daemon). +AS_ECHO +AS_ECHO(["Chec...
2006 Apr 07
1
Formatting form tags for children of parrent data?
...;br> <input id="program_reference" name="archive[reference]" size="30" type="text" value="<%= @program.reference %>" /> </p> <p><b>Release Date</b><br> <input id="program_release_date" name="archive[release_date]" size="30" type="text" value="<%= @program.release_date %>" /> </p> <p><b>Description<b><br> <textarea id="program_description" name="archive[de...
2011 Jun 15
2
plot with two y axes BUT unaligned x axis
Hi all, I have scoured the archives of this forum but nothing quite seems to fit the bill... I would like to plot a graph displaying two variables (y axes) that share date as the x axis. However, the date values for each variable are not the same - for example, some parasitoids were not released on days that collections from the trap took place, whilst sometimes releases did occur on the same
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
...parse_dmitable(&dmi); - - /* bios */ - lua_pushstring(L, "bios.vendor"); - lua_pushstring(L, dmi.bios.vendor); - lua_settable(L,-3); - - lua_pushstring(L, "bios.version"); - lua_pushstring(L, dmi.bios.version); - lua_settable(L,-3); - - lua_pushstring(L, "bios.release_date"); - lua_pushstring(L, dmi.bios.release_date); - lua_settable(L,-3); - lua_pushstring(L, "bios.bios_revision"); - lua_pushstring(L, dmi.bios.bios_revision); - lua_settable(L,-3); +void get_bool_table(lua_State *L, const char *str_table[], int n_elem, +...
2006 Apr 20
8
Whats the best way to do this?
I have an archive that can have 0 or more extra files associated with it. I would like to be able to edit the associated files info on the same page as the archive info. Listing the extra files info to the edit form is simple enough, but How do I form the text input fields for easy (or automatic) pick-up in the update? Or am I barking up the wrong tree here? -- Posted via
2006 Jan 09
1
Saving an upload
...rying NOT NULL, primary key (id) ); CREATE TABLE films ( id serial NOT NULL, name character varying NOT NULL, has_subtitles boolean NOT NULL, is_censored boolean NOT NULL, episode_no integer NOT NULL, length character varying NOT NULL, description text NOT NULL, release_date date NOT NULL, file_url character varying NOT NULL, size double precision NOT NULL, picture_id integer NOT NULL REFERENCES pictures(id), primary key (id) ); CREATE TABLE films_pictures ( film_id integer NOT NULL, picture_id integer NOT NULL, "position" integer...
2015 Nov 04
1
[PATCH] build: Remove support for automake < 1.13.
...lder versions of automake that didn't have 'serial_tests'. --- configure.ac | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index 88f5568..9fde5c5 100644 --- a/configure.ac +++ b/configure.ac @@ -30,22 +30,7 @@ AC_SUBST([RELEASE_DATE], [2015-11-04]) AC_CONFIG_AUX_DIR([build-aux]) -dnl Initialize automake. automake < 1.12 didn't have serial-tests and -dnl gives an error if it sees this, but for automake >= 1.13 -dnl serial-tests is required so we have to include it. Solution is to -dnl test for the version of au...
2006 Jul 18
3
Newbie validation question
...t.find & self.find bring throw errors. rgds, - matt ----------------------------------------------------- ----------------------------------------------------- class Product < ActiveRecord::Base belongs_to :label has_many :tracks validates_presence_of :country, :title, :catalogue_no, :release_date, :format, :barcode, :disc_no, :genre_main validates_uniqueness_of :catalogue_no def validate if Product.find(:all, :conditions => ["artist_name = ?, title = ?, catalogue_no = ?", artist_name, title, catalogue_no]) errors.add(:title, "This title already exists, artist...
2006 Feb 14
0
rubyforge-0.1.1
...m config otherwise --password , -p specify password, taken from config otherwise --cookie_jar , -C specify cookie storage file (default /home/ahoward/.rubyforge/cookie.dat) add_release : --is_private , -P if true, release is not public --release_date , -r specify time of release (default ''now'') --type_id , -t specify filetype code (default determined by ext) --processor_id , -o specify processor (default ''Any'') --release_notes , -n specify release not...
2006 Aug 22
0
[PATCH] [HVM] Make serial number in SMBIOS table equal to UUID
...f3a3ee53050e tools/firmware/hvmloader/smbios.c --- a/tools/firmware/hvmloader/smbios.c Mon Aug 21 13:36:05 2006 +0100 +++ b/tools/firmware/hvmloader/smbios.c Tue Aug 22 14:34:50 2006 -0400 @@ -116,8 +116,10 @@ smbios_table_size(uint32_t vcpus, const /* type 0: "Xen", xen_version, and release_date */ size += strlen("Xen") + strlen(xen_version) + 2; - /* type 1: "Xen", xen_version, "HVM domU" */ - size += strlen("Xen") + strlen("HVM domU") + strlen(xen_version) + 3; + /* type 1: "Xen", xen_version, "HVM domU", UUID as str...