search for: collections

Displaying 20 results from an estimated 14104 matches for "collections".

Did you mean: collection
2011 Jul 26
3
[LLVMdev] Linking opaque types
On Jul 25, 2011, at 10:58 PM, Talin wrote: > To handle the fact that types do not (and can not, at least as long as we intend to support obscure languages like "C" :) have linkage, the the linker uses a "best effort" approach. It attempts to merge types and rewrite IR to use the merged types where it can, but it doesn't make any guarantees. > > I want to add an
2006 Apr 03
1
:through causes White Screen of Death
.... here are the associations in my models: Collection has_many :collectings Collection has_many :collectables, :through => collectings Collecting belongs_to :collection Collecting belongs_to :collectable, :polymorphic => true Book has_many :collectings, :as => :collectable Book has_many :collections, :through => :collectings i''m able to access collectables like this: @collection.collectings.collect{|collecting| collecting.collectable} but when i try and access them using the :through, like this: @collection.collectables i get the White Screen of Death (which is supposed to be ba...
2006 May 18
3
Model Madness: habtm vs through
This has me scratching my head: a Person has many Things a Person has many Collections a Collection has many Things ...Things in a Collection are ordered ...Things in a Collection can be related to (created by) any User ...a collection has additional attributes, such as a name etc I am confused about habtm in rails (especially when using acts_as_habtm_list) vs. going the :th...
2015 Dec 23
0
CentOS-announce Digest, Vol 130, Issue 11
...able to use httpd just as a normal application. An examples of commands run might be: $ service httpd24-httpd start $ httpd -h In order to view the individual components included in this collection, including additional subpackages, you can run: $ sudo yum list httpd24\* About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Each collection is delivered as a group of RPMs, with the grouping being done using the name of the co...
2015 Dec 22
0
CentOS-announce Digest, Vol 130, Issue 10
...amples of commands run might be: $ node my-app.js $ npm install uglify-js --global $ uglifyjs my-app.js -o my-app.min.js In order to view the individual components included in this collection, including additional NodeJS modules, you can run: $ sudo yum list nodejs010\* About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Each collection is delivered as a group of RPMs, with the grouping being done using the name of the co...
2018 Dec 12
0
CentOS-announce Digest, Vol 166, Issue 3
...commands run might be: $ sudo systemctl start rh-php72-php-fpm $ php my-app.php $ sudo yum install rh-php72-php-devel $ sudo yum install libxml2-devel $ sudo pear install Cache_Lite $ sudo pecl install xmldiff More information about this collection can be found at https://www.softwarecollections.org/en/scls/rhscl/rh-php72/ This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in Red Hat Software Collections 3.2 for RHEL: https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.2_release_notes/ So, for RHEL-b...
2017 Nov 29
0
CentOS-announce Digest, Vol 153, Issue 7
...be able to use MongoDB just as a normal application. Some examples of usage follows: $ service rh-mongodb34-mongod start $ mongo In order to view the individual components included in this collection, including additional subpackages, you can run: $ sudo yum list rh-mongodb34\* This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in Red Hat Software Collections 3.0 for RHEL: https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.0_release_notes/ So, for RHEL-based builds, follow the steps in the documenta...
2015 Dec 24
0
CentOS-announce Digest, Vol 130, Issue 12
...n. Examples of commands run might be: $ gcc hello.c $ sudo yum install devtoolset-3-valgrind $ valgrind ./a.out $ gdb ./a.out In order to view the individual components included in this collection, including additional development tools, you can run: $ sudo yum list devtoolset-3\* About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Each collection is delivered as a group of RPMs, with the grouping being done using the name of the co...
2018 Jun 13
0
CentOS-announce Digest, Vol 160, Issue 2
...-scl available in CentOS repository: $ sudo yum install centos-release-scl # On RHEL, enable RHSCL repository for you system: $ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms # 2. Install the collection: $ sudo yum install rh-haproxy18 # 3. Start using software collections: $ scl enable rh-haproxy18 bash At this point you should be able to use varnish just as a normal application. Some usage examples follow: $ systemctl start rh-haproxy18-haproxy This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in...
2016 Jul 19
0
CentOS-announce Digest, Vol 137, Issue 6
...image with the following command soon (not yet ready): $ sudo docker pull centos/nodejs-4-centos7 For more on the docker image follow the link to public source repository: https://github.com/sclorg/s2i-nodejs-container For more on NodeJS in general, see https://nodejs.org. About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Each collection is delivered as a group of RPMs, with the grouping being done using the name of the co...
2006 Feb 08
1
Save only inserts null instead of actual values
...ve flash[:notice] = ''Collection was 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"=&gt...
2015 Dec 18
0
CentOS-announce Digest, Vol 130, Issue 7
...ons 1.9.3, 2.0.0, and 2.2 of the Ruby, and versions 3.2, 4.0 and 4.1 of the Ruby on Rails, now also on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). This is an addition for the Ruby collections that are already available for CentOS 7 (https://lists.centos.org/pipermail/centos-announce/2015-November/021501.html). QuickStart ---------- You can get started in three easy steps (example of Ruby 2.2 and Ruby on Rails 4.1): $ sudo yum install centos-release-scl $ sudo yum install rh-ruby22 r...
2006 May 26
3
Breakdowns in has_many abstraction
I discovered an interesting aspect of has_many behavior that I''m struggling to work around. I''m not sure if I''m doing something wrong, or if it''s a legitimate bug, or if it''s an inherent part of Rails that I just have to learn to deal with. It boils down to these two problems: - changes in collection objects (i.e. models that belong_to a container
2018 Dec 11
1
Announcing release of PHP 7.2
...commands run might be: $ sudo systemctl start rh-php72-php-fpm $ php my-app.php $ sudo yum install rh-php72-php-devel $ sudo yum install libxml2-devel $ sudo pear install Cache_Lite $ sudo pecl install xmldiff More information about this collection can be found at https://www.softwarecollections.org/en/scls/rhscl/rh-php72/ This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in Red Hat Software Collections 3.2 for RHEL: https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.2_release_notes/ So, for RHEL-b...
2018 Dec 11
1
Announcing release of PHP 7.2
...commands run might be: $ sudo systemctl start rh-php72-php-fpm $ php my-app.php $ sudo yum install rh-php72-php-devel $ sudo yum install libxml2-devel $ sudo pear install Cache_Lite $ sudo pecl install xmldiff More information about this collection can be found at https://www.softwarecollections.org/en/scls/rhscl/rh-php72/ This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in Red Hat Software Collections 3.2 for RHEL: https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.2_release_notes/ So, for RHEL-b...
2015 Nov 12
0
Announcing release for Ruby 1.9.3, 2.0.0, 2.2 and Ruby on Rails 3.2, 4.0, 4.1 on CentOS Linux 7 x86_64 SCL
...In order to view the individual components included in this collection, including additional rubygems plugins, you can run: $ sudo yum list rh-ruby22\* rh-ror41\* The rh-ror41 collection relies on the rh-ruby22 collection and the ror40 collection relies on the ruby200 collection, so the Ruby collections will be also installed when the Ruby on Rails collection is installed. About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Eac...
2015 Dec 17
0
Announcing release for Ruby 1.9.3, 2.0.0, 2.2 and Ruby on Rails 3.2, 4.0, 4.1 on CentOS Linux 6 x86_64 SCL
...ons 1.9.3, 2.0.0, and 2.2 of the Ruby, and versions 3.2, 4.0 and 4.1 of the Ruby on Rails, now also on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). This is an addition for the Ruby collections that are already available for CentOS 7 (https://lists.centos.org/pipermail/centos-announce/2015-November/021501.html). QuickStart ---------- You can get started in three easy steps (example of Ruby 2.2 and Ruby on Rails 4.1): $ sudo yum install centos-release-scl $ sudo yum install rh-ruby22 r...
2010 Oct 05
1
loess with missing data points
Hello List, I have a longitudinal samples on multiple individuals, for initial analysis, i am doing some plots to see how the variable changes with the age. In some of the individuals one or two data points are missing, IL1Ra Age.at.Sample.Collection Subject.ID 6.575466 2.004106 00709-0 NA 2.162902
2005 Dec 31
4
saving a collection
Reading the Agile book, I can''t find a single command to save a collection. The save command seems to operate on only individual objects. Lets say I have a collection that I have received from a find_all command. I want to go through and change some attributes in various objects in the collection. Then I want to resave the whole collection back to the database. I don''t think
2015 Nov 13
0
CentOS-announce Digest, Vol 129, Issue 6
...In order to view the individual components included in this collection, including additional rubygems plugins, you can run: $ sudo yum list rh-ruby22\* rh-ror41\* The rh-ror41 collection relies on the rh-ruby22 collection and the ror40 collection relies on the ruby200 collection, so the Ruby collections will be also installed when the Ruby on Rails collection is installed. About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Eac...