similar to: Problem with migrations

Displaying 17 results from an estimated 17 matches similar to: "Problem with migrations"

2006 Jul 12
6
Showing rows on a page
This is my first rails program and I?m having trouble figuring out how to show rows on the page when there may not be rows in the database. There are 3 tables, employees, cost_codes and timesheet, I will simplify them when describing them later on. When an employee logs in, I would like to pull up their timesheet, which should consist of one row per cost code. So timesheet would look a
2006 Aug 14
6
Testing fails with fixtures not when invoked directly
I have three files organization.rb, company.rb, and department.rb. I want to ensure the department always has a company require File.dirname(__FILE__) + ''/../test_helper'' class OrganizationTest < Test::Unit::TestCase fixtures :organizations def setup @smo = organizations(:smo) end def test_department_company_defaults_to_parent org = Department.new(:name =>
2010 Apr 19
1
Samba4 segfault
Hi, during my tests to use Samba4 as a kdc for kerberized NFS, I found a bug in the KDC code, when generating a principal without pac (e.g. with msktutil and option --no-pac), that causes Samba4 to crash: Running the following command on one of the client machines msktutil -c --upn nfs/testa.linex.org -h testa.linex.org --computer-name testa-service-nfs --server s4-dc1.linex.org --no-pac
2012 Jun 18
1
Inventory Service on RHEL - uninitalized constant ActiveRecord
Hi, Has anyone had success getting the Inventory Service running in RHEL 6? My Puppet Nodes are getting the following error: > [root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize > ... > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Could not autoload inventory_active_record: uninitialized constant > ActiveRecord > ...
2017 Jun 19
3
beneficial optimization of undef examples needed
Sanjoy, You have changed the subject. We still need real world examples showing how taking advantage of “undef” results in beneficial optimization. My belief is that they don’t exist, my reasoning is this: real world programmers are likely to run UBSan before compiling (or if they don’t they should), therefore it is highly unlikely that any “undef” will actually exist during
2007 Apr 06
0
unknown constant when using habtm?
Hello, I have a Post AR and a Category AR. The Post has_and_belongs_to_many :Categories. When I attempt to call destroy() on a post object, I am getting the following error. uninitalized Constant Post::Categories. It seems as if it should be using Post::Category and not Post::Categories. For my other relationships, there is a constant there in singular form. (ex: a post has_many :Links and
2021 Mar 09
0
[Announce] Samba 4.13.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.4 -------------------- o Trever L. Adams <trever.adams at gmail.com> * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure. o Jeremy Allison <jra at samba.org> * BUG 13992: s3: libsmb: Add missing
2021 Mar 09
0
[Announce] Samba 4.13.5 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.4 -------------------- o Trever L. Adams <trever.adams at gmail.com> * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure. o Jeremy Allison <jra at samba.org> * BUG 13992: s3: libsmb: Add missing
2006 Jul 17
14
REST Relationship Models
I''m trying to figure out an elegant way to do this: I have the following three tables: people, employer, employees And consequently the following three models: class Person < ActiveRecord::Base end class Employer < ActiveRecord::Base has_many :employees end class Employee < ActiveRecord::Base belongs_to :person belongs_to :employer end I want to be able to say:
2021 Mar 11
0
[Announce] Samba 4.12.12 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Please note that this will be the last bugfix release of the Samba 4.12 release series. There will be Security Releases only beyond this point. New GPG key ===========
2021 Mar 11
0
[Announce] Samba 4.12.12 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Please note that this will be the last bugfix release of the Samba 4.12 release series. There will be Security Releases only beyond this point. New GPG key ===========
2019 Jan 11
0
Wine release 4.0-rc6
The Wine development release 4.0-rc6 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0-rc6.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc6.tar.xz Binary packages for various distributions will be available
2019 May 15
0
Wine release 4.0.1
The Wine maintenance release 4.0.1 is now available. What's new in this release (see below for details): - Various bug fixes - Sinhala and Tamil translation updates The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0.1.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0.1.tar.xz Binary packages for various distributions will
2021 Mar 09
1
[Announce] Samba 4.14.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.14 release series. Please read the release notes carefully before upgrading. New GPG key =========== The GPG release key for Samba releases changed from: pub dsa1024/6F33915B6568B7EA 2007-02-04 [SC] [expires: 2021-02-05] Key fingerprint = 52FB C0B8 6D95 4B08 4332 4CDC 6F33 915B 6568 B7EA uid
2021 Mar 09
1
[Announce] Samba 4.14.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.14 release series. Please read the release notes carefully before upgrading. New GPG key =========== The GPG release key for Samba releases changed from: pub dsa1024/6F33915B6568B7EA 2007-02-04 [SC] [expires: 2021-02-05] Key fingerprint = 52FB C0B8 6D95 4B08 4332 4CDC 6F33 915B 6568 B7EA uid
2019 Mar 01
0
Wine release 4.3
The Wine development release 4.3 is now available. What's new in this release (see below for details): - Reimplementation of XAudio2 using the FAudio library. - Mono engine updated to the latest upstream. - More modern handling of iconic windows. - Improved handling of kernel objects. - Various bug fixes. The source is available from the following locations:
2011 Jun 06
0
Release of libvirt-0.9.2
As planned the new release is available at: ftp://libvirt.org/libvirt/ It is a rather large release with near 400 commits included. From an user point of view the main improvement is likely to be when using migration as various work has been done to extend the protocol and to avoid having the migration command stop other concurrent operations (like virsh list). See below for a number of