search for: authors

Displaying 20 results from an estimated 24017 matches for "authors".

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'' class BookTest
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
2014 Nov 24
1
Contributor Contributions
I have made claims that I have not left the compiz project and that I have been maintaining it over the past 4 years, despite the lack of releases by not fault but my own. At the request of some of the original compiz developers, I am now posting a compilation of some of the contributions I've made over time, since the beginning. Since the most important contributions are code and easiest to
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: fooa...
2008 Jan 16
0
Changes to 'linear'
...179e7d2ffbec2d56f9063e77a Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:36:12 2007 +0100 actually commit the MAINTAINERS file commit ce5cb5459f22c6af5b015c5e59bbac971702779e Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:35:56 2007 +0100 add AUTHORS file commit 395bd611a15e7fcbb7b8eb02accc56854717c670 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:33:52 2007 +0100 ship MAINTAINERS file commit 5e3524af6b194def566abf8cf70448868f10b3a2 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:31:15 2007 +...
2009 Aug 17
1
Problem with setter override on ActiveRecord
(This message was originally written on StackOverflow -- the formatting is much prettier there -- http://stackoverflow.com/questions/1283046/problem-with-setter-override-on-activerecord) This is 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
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
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 mo...
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? (wid...
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 single author. The page of CRAN's policies doesn't seem to touch on forking, presumably because it's out of scope. Best wishes, Andrew On Tue, Oct...
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 w...
2007 May 31
20
swfdec-mozilla: Changes to 'master'
.gitignore | 5 Makefile.am | 1 configure.ac | 33 mozilla-sucks/.gitignore | 3 mozilla-sucks/Makefile.am | 14 mozilla-sucks/jni.h | 1810 ++++++++++++++++++++++++++++++++++++ mozilla-sucks/jni_md.h | 182 +++ mozilla-sucks/jri.h | 689 +++++++++++++
2015 Oct 05
3
authorship and citation
...ers, 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 fair and comply to rules). I have three options: 1. Since the co-author withdrawn from the package developmen...
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 au...
2006 Oct 19
3
joins and table names in ferret
...Let''s say I''d like to find all Books with the term ''programming'' in their description that are by people with ''Smith'' in their name. I''d like to do something like this: Book.find_by_contents("books.description:programming AND authors.name:Smith", {}, {:include => :author}) However, this function does not seem to allow the specification of table names. This type of call would be relatively easy in plain SQL, but I''d like to use Ferret for all queries to keep things...
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 insertions(+), 7 deletions(-) diff --git a/v2v/rhv-upload-plugin.py
2017 Nov 06
2
Failed to find domain 'NT AUTHORITY'
Hello Roland thank for you support Il 06/11/2017 17:31, Rowland Penny via samba ha scritto: >>> 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
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 @@...