Displaying 4 results from an estimated 4 matches for "battreall".
2006 Apr 29
10
A Good Tutorial on Params and Variables
I have found various posts about instance variables, session variables
and parameters (each of which seems to use differnet syntax and have
different view on the "best practice") I would like to find a single,
reliable source that provides a good overview on all of it.
Specifically, I would like to learn how to pass parameters between
controllers and how to set session variables so
2006 Jun 28
2
Avoiding killall
When I started Rails Development, I needed to use ''killall -g
dispatch.fcgi'' whenever I made a change to a Model to see the change on
my website. Now it seems I need to do this to see any change to the
Controller as well.
Any ideas of what I am doing wrong???
--
Posted via http://www.ruby-forum.com/.
2006 Jun 28
2
NoMethodError when setting session variable
I know this is dumb, but I can not set a session variable. I get the
followig error:
Processing Base#edit (for 67.174.108.88 at 2006-06-28 17:17:34) [GET]
Session ID: 3c4b2bad18c8bc289b719dc056913be7
Parameters: {"action"=>"edit", "id"=>"11", "controller"=>"image",
2006 Aug 10
0
Updating a database record using Javascript variables
I need to update a record in a table based on a event that occurs in the
View. I believe the update action should occur in the controller. I
think I need to call the controller action from the View and pass data
that is stored in a Javascript variables as a parameter, but I am not
sure how to do it. Can someone show me how I should be doing this?
Below is a simplified version of the code I