similar to: NOOB 2 - Controller not running when accessing pages

Displaying 20 results from an estimated 1100 matches similar to: "NOOB 2 - Controller not running when accessing pages"

2006 May 18
6
NOOB: Second post, please help...
Folks, I am linking from page A to page B, and back again. When I go from A -> B, the B_controller.rb runs fine, and the page renders properly. But, when I go from B -> A, the A_controller.rb doesn''t run again, so the array (@A) is nil (which causes a problem). Should the controller run each time the page is accessed? Any ideas? Marcus Marcus Blankenship Technology Services -
2006 May 22
3
Best Rails API source
Folks, Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search? Thanks, Marcus Marcus Blankenship Technology Services - Software Group JELD-WEN, inc. Information Systems 541-882-3451 x 2558 marcusb@jeld-wen.com RELIABILITY for real life* This correspondence is for the named person''s use only. It may contain
2006 May 17
2
NOOB: Passing parameters between pages
Folks, I have a rhtml page (page A) that links to another page (page B), and I want to pass some parameters from page A to page B. Here is the link code (on page A): <%= link_to ''Edit'', { :action => ''edit'', :id => permit }, :post => true %> If I want to pass a parameter "name" and a value "marcus", and pick it up on page
2007 Mar 04
1
net ads join to w2k3 hangs, every encryption type fails
I am able to get a kerberos ticket with kinit. When I try to net ads join, it seems to loop. In running net ads join in -d 10, I found that it tries enctypes 18,17,16,and 2 and then repeats, over and over. It does not seem to work on any of these. I'm trying to get it to join a win2k3 domain. Below is the bottom part of the log from net ads join, as well as some of my krb5.conf. Any
2008 Jul 30
0
Accessibility of automatic e-mail links
Hi all, I'm working on usability and accessibility for a project that uses Markdown. When I tried out a screenreader on the automatic e-mail links, I noticed that there's nothing there semantically due to obfuscation. I think that obfuscation in this way is a neat feature, I hadn't heard about it before. This would be even better if there was a way to both obfuscate e-mail
2006 Jul 06
3
bug/feature
I don't know if this has been mentioned here or even thought of in the grand scheme of things and I'm just sending a one time email about it "just in case" I recently swapped my server around and I'm using dovecot now....LOVE it! Could use a bit more intuitive error messages, but otherwise, it's great! But there is one flaw that I've run into with my users.
2011 Apr 02
0
New winetricks 20110402: New verbs acreedbro, bttf101, cim_demo, crysis2, trainztcc_2004, trine_steam, trine_demo_steam, utorrent3, xact_jun2010
Another fortnight, another Winetricks. This one has a heap of bug fixes (e.g. works again in kde, don't think glsl=disabled means disabling glsl.dll, don't expolode if a wineprefix has single quotes in the name), and the following new verbs: DLLs: d3dx11_42 xact: now also installs xapofx1_1.dll xact_jun2010: newer version of xact for games that need e.g. xapofx1_4 Apps: utorrent3: new
2006 May 17
4
NOOB: Representing linked objects in one form
Given two models: User :name :email :address_id # foreign key Address :line_1 :line_2 :city etc. I want to have a form allowing a user to register, in which she''d enter an address as well, but how do I go about combining both objects into the one form? I''m new to this and following along with the Agile Rails book from the Pragmatic Programmers, but it
2010 Oct 06
1
KSCSV.ocx registry failure?
I'm not familiar with much in the way of windows or wine - I'm trying to get some software (Bently Repair Manual) (http://www.bentleypublishers.com/volkswagen/repair-information/vw-golf-jetta-gti-repair-manual-1999-2005-a4-ebahn.html) that won't run on a win 7 (XP required) system to run in wine. I had to use winetricks to install MFC42.dll, so I understand that sort of voids
2006 May 19
2
RoR and IBM Webservers
Folks, is it possible, or has anyone, gotten RoR to run any any IBM webservers? If so, can you offer details, links, advice, etc? Thanks, Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060519/d3c4adaf/attachment.html
2006 May 22
2
Submit_tag question
Can I pass additional parameters when using a submit_tag? Is this legal? <%= submit_tag ''Save'' , { :editfacility => params["editfacility"] } %> When I do this, the "editfacility" parameter is always lost. I have a feeling I''m missing something basic... Thanks, Marcus -------------- next part -------------- An HTML attachment was
2011 Apr 04
0
Release of libvirt-0.9.0
As scheduled, libvirt 0.9.0 was tagged and pushed today, it's available from FTP at: ftp://libvirt.org/libvirt/ This is a large release w.r.t. the amount of features and changes, and well worth bumping the middle version number. We are also getting closer to a 1.0.0 release ! Features: - Support cputune cpu usage tuning (Osier Yang and Nikunj A. Dadhania) - Add public APIs for storage
2011 May 05
0
Release of libvirt-0.9.1
As planned and after most of the clang detected problems got fixed (thanks Eric !) the new release is available at: ftp://libvirt.org/libvirt/ It's a mixed release, it includes a number of improvements as well as many bug fixes and a few new features: Features: - support various persistent domain updates (KAMEZAWA Hiroyuki) - improvements on memory APIs (Taku Izumi) - Add
2007 Jul 12
0
Noob Question: Keyboard Shortcut - Enter Date - Time
In X (preferably Gnome), is there a way I can set a keyboard shortcut to enter the date (preferably in a configurable format) into the current position of the cursor in the top window? -- Sincerely, John Thomas
2006 Jul 19
1
Updating a model from a checkbox (noob question)
Hello everyone, I''m trying to wire a combobox in a view to update the database. When I select something in the combobox and press ''update'' it goes through fine, except it places the default value for the field of the combobox. Any suggestions? Here''s the model: class TestResult < ActiveRecord::Base has_one :status_index has_one :test_type has_one
2006 Jun 12
2
Getting 1 from children of has_many, Noob question...
The ''Agile Web'' book says that you can iterate over a list of children as so: order.line-items.each do |li| etc... This is fine when you need then all consecuitvely, but I need to pull the first one for the top of the page and still list all at the bottom. So, the question is: How do I reference the first item (child) directly? Thanks Lance F. Squire -- Posted via
2006 May 14
3
need help for simple form tag (noob)
when the user click on "Search" I would like it to point to http://curentpage/?filter=searchtext (the filtering code is already written) it would look like this: <%= start_form_tag(url_for_options = {<something>}) %> <%=text_field (<my_filter>) %> <%= submit_tag(value = "Search")%> any idea how to do this? thanx in advance
2006 May 23
0
Noob: Validation Errs Don''t Display When Saving Object Tree
I''ve got the following model: User < AR::Base has_one :user_detail UserDetail < AR::Base belongs_to :user has_one :address Address < AR::Base belongs_to :user_detail I''ve a form to gather the data, and it includes partials for each class. Each partial has an error_messages_for ''class'' snippet which should display the errors relevant to
2006 Apr 27
2
Noob Design Question
I have chunk of data that I need for the life of the session. I am going to use it for selects through out my app. Is the best place to keep this data in the session? Is the session easily spoofed or cracked? While viewing the data is not critical in itself, spoofing it could cause me massive headaches. -- Posted via http://www.ruby-forum.com/.
2006 Mar 09
2
rails noob
Hello: I have followed several tutuorials (namely the 15min video and the one on onLamp and nothing is displaying in my browser! Any ideas? -- Posted via http://www.ruby-forum.com/.