Displaying 20 results from an estimated 24119 matches for "author's".
2006 Jan 22
11
ActiveRecord find
Suppose I have three tables - authors, posts and topics.
Every post have a topic and every topic has an author, so I have
posts.topic_id and topic.author_id. When the author is guest (not
registered), author_id is nil.
I need to find all the posts (in one query) where every post have all
the information of the topic and the auther...
2009 May 24
6
belongs_to not saving foreign key
Under Rails 2.3.2 using a completely brand new project, I have 2
models:
class Author < ActiveRecord::Base
# name:string
end
class Book < ActiveRecord::Base
# title:string
belongs_to :author # author_id
end
And a simple test where i create a Book with an Author using the
belongs_to and then update the foreign key directly:
require ''test_helper''
clas...
2008 Dec 14
1
Changes to ''rtmp''
New branch ''rtmp'' available with the following commits:
commit 03292617084fb246a2f23f566d9b5a1afafede41
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Dec 14 21:43:56 2008 +0100
split in_error() from is_connected()
commit 139261910ef6120f56c6c6749a3843c5dd4af4e4
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Dec 14 21:25:50 2008 +0100
implement swfdec_net_stream_clear()...
2014 Nov 24
1
Contributor Contributions
...Support (originally forums but always IRC)
2) Testing
3) Bug reporting
4) Development:
Contribution Compilation
Contributor: Scott Moreau
********* core **********
* compiz-0.9.5.0-series *
* *
*************************
commit a02b427846f3eb77bc6d32caaf52687031eea9d7
Author: Scott Moreau <oreaus at gmail.com>
Date: Fri May 27 21:04:14 2011 -0600
Redetect devices unconditionally when handling ConfigureNotify event.
This fixes the case where an output was moved but outputChangeNotify is not
called.
commit 3ea8ae7436af890ee82f1855e1a8ca4c6a76407f
Author: Sc...
2019 Jul 03
7
[PATCH 0/6] p2v: make it more independent (part #2)
As preliminary steps in splitting virt-p2v to an own repository,
continue making p2v more independent within libguestfs. This is
accomplished by the following changes:
- have only the authors in the about dialog, and read them from a local
AUTHORS file
- few more cleanups
This is still not complete, although I believe most of the work needed
is done, and it still makes p2v usable within libguestfs.
Pino Toscano (6):
p2v: generate an AUTHORS file
p2v: remove non-author credits...
2014 May 02
1
Authors@R: and Author field
Hi to all
Authors@R: c(person("fooa","foob", role = c("aut","cre"),
email = "fooa.foob@fooc.de"),
person("foo1","foo2", role = c("ctb"),
email = "foo1.foo2@foo3.de"))
Author: foo...
2008 Jan 16
0
Changes to 'linear'
New branch 'linear' available with the following commits:
commit 37812ef682f70d5166ecdce48523d86495efdc84
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Jan 14 20:15:13 2008 +0100
whoops, typo
commit 6b93b528ca25ac23cb6758611aae1009f46b2ae3
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Jan 14 20:13:53 2008 +0100
catch a loader error, too
commit e4b5180d02aabf2b856d65f982...
2009 Aug 17
1
Problem with setter override on ActiveRecord
...not exactly a question, it''s rather a report on how I solved
an issue with write_attribute when the attribute is an object, on
Rails'' Active Record. I hope this can be useful to others facing the
same problem.
Let me explain with an example. Suppose you have two classes, Book and
Author:
class Book < ActiveRecord::Base
belongs_to :author
end
class Author < ActiveRecord::Base
has_many :books
end
Very simple. But, for whatever reason, you need to override the
author= method on Book. As I''m new to Rails, I''ve followed the Sam
Ruby''s suggestion...
2015 Jan 16
3
[LLVMdev] git-svn authorship (was: Howdy + GIT)
Erik> I am surprised noone has
mentioned the one of the biggest
Erik> advantages of Git which is proper author attribution for
Erik> non-core and drive-by patch contributors.
>From what I can make of the git-svn docs, that LLVM committers should
be adding a "From: <email>" field to commit messages instead of "Patch
by <name>". If the original author is already in the...
2010 Jun 29
3
belongs_to. Association methods don't pass data to DB
Hi.
I have a problem with the association methods which passed to a model
through a belongs_to declaration. Here''s an illustration of the issue:
GIVEN:
# migration
class CreateArticlesAndAuthorsTables < ActiveRecord::Migration
def self.up
create_table :articles do |t|
t.text :title
t.integer :author_id
end
create_table :authors do |t|
t.text :name
end
end
def self.down
drop_table :articles
drop_table :authors
end
end
# articles m...
2005 Apr 20
4
Error in tutorial or sintax changed?
Hi,
In this tutorial
http://wiki.rubyonrails.com/rails/show/HowtoUseJoinsWithFindAll
it sad:
sql =<<SQL
SELECT articles.*, authors.name AS author_name
FROM articles
LEFT JOIN authors ON author_id = authors.id
SQL
and this return
*app/controllers/media_controller.rb:366: can''t find string "SQL"
anywhere before EOF*
what is wrong? the tutorial or ruby changed?
please, how I insert a text in a variable? (wi...
2015 Oct 05
2
authorship and citation
As a fourth option, I wonder if the first author could fork the package?
Presumably, appropriately cited, a fork is permitted by the license under
which it was released. Then the original package, by both authors, still
exists (and a final version could point to the new one) and the new
package, citing the previous version appropriately, is by a...
2015 Oct 07
4
authorship and citation
...here is no
> official guideline on how to compile the citation.
> Regarding the Source packages, the policies mention:
>
> ######
> The ownership of copyright and intellectual property rights of all
> components of the package must be clear and unambiguous (including from the
> authors specification in the DESCRIPTION file). Where code is copied (or
> derived) from the work of others (including from R itself), care must be
> taken that any copyright/license statements are preserved and authorship is
> not misrepresented.
> Preferably, an ?Authors at R? would be used...
2007 May 31
20
swfdec-mozilla: Changes to 'master'
...lete/protypes.h | 254 +++++
mozilla-sucks/prcpucfg.h | 707 ++++++++++++++
mozilla-sucks/prtypes.h | 547 +++++++++++
src/Makefile.am | 4
18 files changed, 8143 insertions(+), 31 deletions(-)
New commits:
commit 8d1f2c33bdd45cfdc1f0c47e6a91f27bcca803eb
Author: Benjamin Otte <otte at gnome.org>
Date: Thu May 31 23:54:33 2007 +0200
changeMozilla inclusion
We include the headers locally now and don't use Mozilla libs.
This allows using it no matter how screwed up the distro's or upstream's
Mozilla build is.
A c...
2015 Oct 05
3
authorship and citation
Dear R developers,
This is a rather peculiar question, but nevertheless I would still need an
answer for.
It is about an R package which I created (namely QCA), and from versions
1.0-0 to 1.1-4 I had a co-author.
The co-author recently withdrawn from the package development, but still
requires to be left in the authors list and be cited for the package in the
CITATION file.
Obviously, one could not require citations for further developments, but
don't know how exactly to proceed (I would like to be fa...
2006 Jun 07
10
habtm "AND" find conditions
I have two tables and a join table for them
e.g. books, authors in a many to many relationship (habtm) and a join
table books_authors.
I can successfully search for a book that has
"author.id = 2 OR author.id = 4"
but I am unable to search for
"author.id = 2 AND author.id = 4"
This is because the result of all the joins only has one a...
2006 Oct 19
3
joins and table names in ferret
I''m having trouble figuring out how to do Ferret queries across multiple
tables as you would in a normal SQL call. For example, let''s say I have
two ActiveRecord classes, Book, and Author, where Book has a
''description'' field and Author has a ''name'' field, and where Book has a
belongs_to relationship with Author (Book belolngs to Author, Author
has_many Books). Let''s say I''d like to find all Books with the term
''pro...
2018 Jun 29
2
[PATCH] v2v: rhv-upload-plugin: Remove unneeded auth
Old imageio proxy was using Authorization header for GET and PUT
requests. Remove unneeded authorization when sending OPTIONS request.
Remove unneeded duplicated comments about authorization for old
imageio, and replace them with a comment when we set needs_auth.
---
v2v/rhv-upload-plugin.py | 12 +++++-------
1 file changed, 5 in...
2017 Nov 06
2
Failed to find domain 'NT AUTHORITY'
...;>> There is a bug for this:
>>> https://bugzilla.samba.org/show_bug.cgi?id=12164
>> are there some workarounds ?
>>
> Yes, do not use the DC as a fileserver;-)
> If you must, don't run a backup system that relies on IDs
>
> A DC has no concept of 'NT AUTHORITY':
>
> root at dc1:~# wbinfo --sid-to-name S-1-5-18
> failed to call wbcLookupSid: WBC_ERR_DOMAIN_NOT_FOUND
> Could not lookup sid S-1-5-18
> root at dc1:~# wbinfo --name-to-sid='NT Authority\SYSTEM'
> failed to call wbcLookupName: WBC_ERR_DOMAIN_NOT_FOUND
> Coul...
2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
Add the email address for authors.
It will be better.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
AUTHORS | 48 ++++++++++++++++++++++++------------------------
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 0d6fb3c..702de5d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@...