search for: krypton

Displaying 20 results from an estimated 73 matches for "krypton".

2006 Jan 15
7
Include extra partial in layouts
...rom within a layout file. All my layout files (4 at the moment) have a <div class="navright"> tag, so one change in the menu, means editing 4 files. Any clue? THANX! Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 05
7
HOWTO: Combine fields from 2 two tables in 1 object
...#39;) I want to fill an object @project_contacts with "Name" from table Companies and "Firstname" and "Lastname" from table contacts. Any idea? Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2004 Jun 08
1
nmbd/nmbd_namequery.c:(104)
...m running samba 2.2.4 on Sun Solaris version Sunos 5.8 generic_108528-17, Samba version 2.2.4 I'm getting this error in my /var/adm/messages and don't know what it means, I suspect it is also responsible for causing the delays in the application running from the shares. Jun 8 14:53:53 krypton nmbd[3096]: [ID 702911 daemon.error] query_name_response: Multiple (2) responses received for a query on subnet 10.2.17.8 for name LOGANCC<1d>. Jun 8 14:53:53 krypton nmbd[3096]: [ID 702911 daemon.error] This response was from IP 10.2.18.12, reportingan IP address of 10.2.18.12. Jun 8 14:...
2006 Jan 03
3
Can I map 2 tables into one class
Can I map 2 tables into one class? Is there any pattern, e.g. using ActiveRecord aggregation? Thanks Szczepan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/fa2aed7c/attachment.html
2002 Oct 30
2
system freezes with ext3
Hello, I investigated newsgroups and mailinglists for aprox. 3 weeks now. But i have not found any comment about ext3 freezing a whole system. But: I do have 5 ext2 partitions on my system. I upgraded theses partitions to ext3 with tunefs. after mounting 1 partition as ext3 all was fine. After that i mounted all partitions as ext3. And, after approx. 3-4 minutes my system freezes. No mouse or
2006 Jan 17
14
Going nuts on ''\n'' to <br />
...doesn''t work as simple either (not at all actually, because it doesn''t know textilize or textile as a methgod after install) Help is greately appreciated. Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 10
15
KISS and DRY? Not even close!
...edit_project'' end end Should I have a clean go. Or shape up, go at it and simply continue? Regards, Gerard. P.S. Thanks a lot for your time if you made it al the way down here!! -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 28
3
DRY conflict with "Updated at" "Created at" "Deleted at" in view
...e == ''created_at'' %> <% next if column.name == ''deleted_at'' %> <% next if column.name == ''contact_id'' %> Thanx! Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 10
8
Noob: Child records not saved
...t_contact.save if @project.save flash[:notice] ... etc ... Is this solved with a do loop, for all attribs? Shouldn''t AR take care of this? What am I missing? Thnx n Grtz Gerard -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2005 Dec 30
3
model - controller always one-on-one?
...ould you end up jumping through hoops in the future if you have a controller called Customer in which you add methods to create new companies as well as new contacts? Thanx Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 01
9
Child record becomes orphan
...ny'', :id => @company.id else Company.find(params[:id]).destroy redirect_to :action => ''list_companies'' end end Thanx Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 02
5
NoobyQ: how to work with a table of static lookup data??
Hello out there! Nooby question: What''s the "Rails" way to work with tables of relatively static lookup data? Objectively (I''m thinking); I don''t want to hit the DB each time, so for each lookup table, initialize a globally available hash with lable/value pairs... Am I on the right track? How would you do this kind of thing in Rails? Thanks! --
2006 Jan 08
4
ID from child table not handled by AR
...=> ''show_project'', :id => @project.id else render :action => ''edit_project'' end end Gerard -hope-my-mails-dont-feel-like-spam-yet- Petersen -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 04
5
check if a file exists?
Hello all! I have a list of people on a page, and some of this people have pictures of them stored on the web server. So I have an image tag like this on my page: <%= image_tag "/images/people/" + person.pers_id.to_s + ".jpg" %> But not all have a picture, so if the file for pers_id=1899 does not exist, i would like to display a custom image for that guy. How can I do
2005 Dec 31
7
Dynamic form? Not really!
....name %></td> </tr> <% end %> </table> <input type="submit" value="Save" /> <%= end_form_tag %> Thanx a lot guys! Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2005 Dec 23
5
Can''t get data from products into @order
I went throught the "agile web developemnt with rails" and Now I''m trying to ''enhance'' the code with some extra options. When I go to admin/shipping I want to include some data from the products table in with the order info listed. I can''t seem to get this to work. in my partial form I''m trying to add this: <td
2006 Jan 02
9
Generating nice tables
Making tables in templates is pretty easy, except for one minor problem. They tend to be fairly ugly. If you have a model with three attributes, it''s very easy to create an html table that looks like this.. Col1 Col2 Col3 A B D A B E A C F A C G Which becomes difficult to read when you have a lot of repeated data. What I would really like to generate
2006 Jan 03
3
Engine and controller layout confusion
...cation.rb and the login_engine use a model called user seemingly unknown in the ApplicationController? Can somebody tell me how to stick to Rails protocol on this? Big thanx! Grtz Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..." My $Grtz =~ Gerard; ~ :wq!
2006 Jan 22
3
Formatting input/output of a text box
Hello, What''s the best way to handle formating of a text_area? I have a text_area in my rails app where people can leave comments and I''d like to automatically convert the line breaks into <br /> tags, or just simply wrap a whole paragraph in <p></p> tags. I''m currently doing the following in my comments controller to insert line breaks when the user
2012 Apr 14
1
deep copy?
Is putting a variable into a list a deep copy (and is tracemem the correct way to confirm)? warmstrong at krypton:~/dvl/R.packages$ R > x <- rnorm(1000) > tracemem(x) [1] "<0x3214c90>" > x.list <- list(x.in.list=x) tracemem[0x3214c90 -> 0x2af0a20]: > Is it possible to put a variable into a list without causing a deep copy (i.e. if you _really_ want the objects to share the...