search for: new_stuff

Displaying 4 results from an estimated 4 matches for "new_stuff".

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
2001 Mar 03
1
Mounting folders with spaces in their names
I still have not been able to mount a folder called New Stuff in smbfs. I have tried: mount -t smbfs -o username=tridge,password=foobar //MP3/New Stuff mount -t smbfs -o username=tridge,password=foobar //MP3/New_Stuff mount -t smbfs -o username=tridge,password=foobar //MP3/new_stuff Nothing seems to work. The computer is called MP3 and the folder I want to open is called New Stuff. Its right on the root level. It just keeps saying SMB connection failed. -------------- next part -------------- HTML attachment...
2006 Jul 18
6
RJS - Insert at top of table?
Quick question regarding RJS and inserting to the top of a table. Here''s the view I''m working with: <table id="links-list"> <tr> <th>Display title</th> <th>URL</th> <th>Description</th> <th>Category</th> </tr> <% for link in @links %> <tr id="link-<%= h link.id
2013 Sep 14
4
[LLVMdev] Heads up: Pass Manager changes will be starting shortly
I just wanted to give everyone a head up. I'm starting work on the pass manager based on numerous list discussions and some IRC discussions. The first steps will be marking the existing code as "legacy" and clearing a path to build new facilities here. From there I'll start building the new facilities without enabling them. Some explicit legacy support goals: 1) I'm going