search for: kampp

Displaying 5 results from an estimated 5 matches for "kampp".

Did you mean: kampe
2007 Jan 29
5
Getting the reason why this fails ??
Hi there. Have this code, and i need to find put why it fails. >>Controller ------------ def update @user = User.find(@params[:id]) if @user.update_attributes(@params[:user]) flash[:notice] = ''The user was successfully updated.'' redirect_to :action => ''show'', :id => @user else flash[:notice] = "Error: The user
2006 Oct 27
1
link_to
Hi there. Is there a way i can have my link_to refer outsite the current controler ? I have a path /refrences/ wich lists the refrences, and i want a link_to in this template, to refer to the path /companies/show/company.id is this possible ? I have tried using: ink_to ''link'', :action => ''/companies/show'', :id => company.id but with no luck, is
2007 Jun 30
1
HABTM ReadOnlyRecord
Hi. I get this error: ** ActiveRecord::ReadOnlyRecord ** When i try to update a table called characters_learning_abls that is a habtm relation between characters and learning_abls. The characters_learning_abls table looks like this: ** character_id int(11) unsigned learning_abls_id int(11) unsigned amount double ** Why cant i update this table though the **
2007 Oct 18
0
A strange error with javascript and safari
Hi there. I have attached my file, containing the javascript, that does work in FF but not in Safari. The problem is, that the selectbox is not filled in Safari, as it should be. Is there a special way to do it for Saf? - Emil Attachments: http://www.ruby-forum.com/attachment/697/wordsList.rhtml -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~
2008 May 02
0
Getting a dynamic selected field from an activescaffold...?
Hi there. I need to get a specific field from a activescaffold object. The specific field must be editable, and must de available to be set to a new value, thus the object.send(:field) will not work, since it only gets the value, but does not enable reasigning a new value to the field. Is theer a way to do this? -- Posted via http://www.ruby-forum.com/.