Displaying 20 results from an estimated 110 matches similar to: "Release for Software Collections SIG content"
2015 Oct 24
0
CentOS-announce Digest, Vol 128, Issue 8
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 Jul 06
0
Using in_place_editor_field for collections?
I am trying to use in_place_editor_field to make many objects editable
at the same time. I think I solved the first step of this problem;
before it was giving me a problem about referencing a nil, so I did
this:
<%= in_place_editor_field ''question[]'', :name %>
adding the [] seemed to fix things. Now all the fields show up on the
page and they are all clickable. But
2006 Jul 19
0
Clearing dependent collections
I have a user model that owns messages :
class User < ActiveRecord::Base
has_many :messages , :dependent => :nullify
end
I''m using nullify so that when the user is deleted, the messages
continue to exist - they''re just marked as being ownerless.
However, calling user.messages.clear actually deletes all his
messages, which I was a little surprised at. I would
2006 Jul 20
0
Getting joined collections on a form
Greetings, I''m looking for suggestions on how to simplify getting customer
addresses on a form:
I''m jumping between controller and view several times; alternating between
rhtml and rjs, in order to display customers and their addresses on an
invoicing form. It''s very messy.
I have a one to many relationship between Customer and Addresses, each
customer has one or more
2006 Jun 04
2
Manipulating collections
I appreciate this is basic stuff but can''t seem to find the answer
anywhere using Google. If someone could point me in the direction of
some documentation on this I would be very appreciative.
If I have a collection as follows:
@stuff = Stuff.find_by_type(''new'')
And I then want to add something onto it, how can I add to this
collection?
Additionally how could I go
2006 Jun 12
0
Realtime form validation for forms containing collections
Hi,
I''m successfully using the realtime_form_validation plugin from
http://railsrtv.rubyforge.org/ However, my forms contain collections,
as described in the AWDWR book. Basically my form looks like this.
2004 2005 2006
Question 1 12 13 15
Question 2 9 11 13
I have the following code to generate ids for my input fields.
2006 Jun 17
0
Dynamic forms containing collections
Hiall,
I have the following problem: I need to use forms containing
collections (i will call them FCC), and I want to construct them
dynamically, as I need to deal with quite large forms (more than 600
input fields).
The variables @model_name and @field_name contain the proper model and
field names as strings, which is enough for "normal" form input
fields. (i.e. the "if
2006 Apr 12
0
Validating collections
I saw this issue addressed in mid-January under the
heading ''TIP: Using field_error_proc to add style
attributes to form elements'', but I didn''t quite get
it.
I have a collection of objects that I want to input in
one form and validate (during update). The suggestion
in the post I referred to above was to use something
like
[in form]
> <% for @comment in
2006 Apr 21
2
Forms Containing Collections problem
Can anyone tell me why I''m getting the error "The error occured while
evaluating nil.id_before_type_cast" for the following view code
<% for entry in participant_portfolio.portfolio_entries -%>
<%= select "entry[]" , :id, @buyer_profiles,
:selected => entry.buyer_profile_id %>
<% end -%>
This seems to only happen when I use
2006 Apr 21
0
Caching of collections/references on session?
I''m using the user engine and therefore have a current_user User object
on my sessions. User has a collection called ''properties'' and I am
accessing the Property objects via the current_user session variable and
also directly with Property.find. The problem I have is that rails seems
to be caching the properties collection over requests (I can see the
collection
2006 Mar 19
1
Rendering Partials w/Collections - is there a way to find the position?
This seems obvious, but I wasn''t able to find info on it easily. If
you are rendering a partial from a collection:
<%= render :partial => ''message'', :collection => @messages %>
Is there a way inside the partial to tell what item in the collection
you are on? For example, if I am in the first element in the
collection, I want to do something different?
2010 Jul 10
0
module collections - stand alone puppet architecture
does one of the module collections support a stand-alone puppet
better than the others?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
2008 Dec 10
0
Movies Collections
Top 5 Movies of the Box Office <http://newmegamovies.blogspot.com/>
1. Four Christmases Reese Witherspoon, Vince Vaughn, Mary Steenburgen 2.
Twilight Kristen Stewart, Robert Pattinson, Billy Burke 3. Bolt John
Travolta, Miley Cyrus, Susie Essman 4. Australia Nicole Kidman, Hugh
Jackman 5. Quantum of Solace Daniel Craig, Olga Kurylenko, Mathieu Amalric
Find Here
2013 Oct 30
0
Software Collections for CentOS-6.4 (Testing Repo)
The CentOS team is happy to announce the testing release of Software
Collections for CentOS-6.4 for the x86_64 architecture.
We need some testing to be conducted before we can release this repository.
You can get the repo file here:
http://dev.centos.org/centos/6/SCL/scl.repo
Put it in /etc/yum.repo.d/ and you can begin testing.
Please see the documentation here for info on what software
2011 Apr 10
0
Rendering collections
When you render a partial with a collection, rendering silently fails
if the collection object doesn''t respond to #to_ary. This means that a
class that mixes in Enumerable won''t work, unless you also add a
to_ary method. A couple of issues of thoughts regarding this:
1) Failing silently is probably not the best thing to do, especially
since this behavior isn''t
2012 Jun 29
0
Can I make Rails update_attributes with nested form find existing records and add to collections instead of creating new ones?
Hi there,
I''ve asked this question at stackoverflow.com
http://stackoverflow.com/questions/11257662/can-i-make-rails-update-attributes-with-nested-form-find-existing-records-and-ad
I haven''t seen a better answer than one I propose myself but I''d like to
know if it''s possible to enhance accepts_nested_attribute_for to allow a
find_or_create_by behavior for
2013 Jul 07
2
RedHat software collections and CentOS
I found, that RedHat released RedHat Software Collections for RedHat EL
6, will this be sometimes available for CentOS too?
2013 Aug 17
1
Red Hat Software Collections on CentOS?
Does anyone have info if Red Hat Software Collections will be available
for CentOS to recompile them (src.rpms)?
http://developerblog.redhat.com/2013/06/05/red-hat-software-collections-1-0-beta-now-available/
--
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
2015 Aug 25
1
Software Collections
What's CentOS's policy on keeping up with RHEL software collections
releases? It looks like just the 1.0 release is available on CentOS. 1.1,
1.2, and 2.0 have been released on the RHEL side.
Is there anything I can do to help with this effort?
https://access.redhat.com/documentation/en-US/Red_Hat_Software_Collections/
https://wiki.centos.org/AdditionalResources/Repositories/SCL
2017 Oct 31
0
RH software collections
On 31 October 2017 at 11:27, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
> Off topic, since it is a RH question, but I'm hoping someone here can
> point me to the right place to pursue this:
>
> We need an official RH build of nginx that contains the lua module(s),
> but the nginx builds in the rh scl repository do not.
>
If you need an official lua build then