search for: grtz

Displaying 20 results from an estimated 146 matches for "grtz".

Did you mean: graz
2006 Jan 15
7
Include extra partial in layouts
...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!
2005 Dec 31
7
Dynamic form? Not really!
...t;% 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!
2006 Jan 28
3
DRY conflict with "Updated at" "Created at" "Deleted at" in view
...; <% 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 05
7
HOWTO: Combine fields from 2 two tables in 1 object
..._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!
2006 Jan 10
15
KISS and DRY? Not even close!
...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 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
2006 Jan 17
14
Going nuts on ''\n'' to <br />
...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 Mar 31
3
Updating to 1.1.0 crashes webrick on existing apps
Hi all, I''m (well was) running rails on debian. After the update to rails 1.1.0 newly created aps run great. But trying to start webrick for an old one makes me cry (see below). Any docs on how to ''migrate'' existing apps to the up and up? Thanx n Grtz Gerard. => Booting WEBrick... /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.0/lib/active_support/dependencies.rb:112:in `const_missing'': uninitialized constant LoadingModule (NameError) ... and a lot more requires -- "Who cares if it doesn''t do anything? It was mad...
2006 Jan 10
8
Noob: Child records not saved
...uot;] # The above two vars are set, checked it with "breakpoint" # But not saved here!!! @project.project_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!
2006 Jan 03
3
Engine and controller layout confusion
...rams[:user][:login], params[:user] [:password]) Which seems correct (isn''t it?) because it''s in application.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!
2005 Dec 30
3
model - controller always one-on-one?
...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
...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
...: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!
2004 Sep 27
1
Dutch (DTMF) caller-ID
...e to verify that the caller-ID is actually beeing sent, and it's there. Does anyone have an idea what the problem could be or have it working? Could it be related to the X100P? I have an FXO- module for the TDM-cards, but didn't get around to installing it yet. Thanks for you help. Grtz, Oliver
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 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
2003 Oct 02
2
Problem with Dutch PSTN-line on X100P
...#39;t seem to matter if I use it or not. There's no notable difference. I'll probably investigate this problem further and play with the echo- canceller and rxgain / txgain a bit. Just curious if anyone else is experiencing something similar and might have found a solution already. Grtz, Oliver
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
2013 Dec 05
2
Ubuntu GlusterFS in Production
Hi, Is anyone using GlusterFS on Ubuntu in production? Specifically, I'm looking at using the NFS portion of it over a bonded interface. I believe I'll get better speed than user the gluster client across a single interface. Setup: 3 servers running KVM (about 24 VM's) 2 NAS boxes running Ubuntu (13.04 and 13.10) Since Gluster NFS does server side replication, I'll put