search for: actionname

Displaying 9 results from an estimated 9 matches for "actionname".

Did you mean: action_name
2005 Aug 15
2
Newbie rendering problem
...same element. the idea is to display an update form at the same position as that of the original item. ajax_edit action of the item_controller renders the partial form for doing so. def ajax_edit @item=Item.find(params[:id]) render(:partial=>"form",:locals=>{:item=>@item,:actionName=>"ajax_update",:updateID=>"items",:submitTag=>"update"}) end _form.rhtml would look like this <%= form_remote_tag(:update=>updateID,:position=>:bottom,:url=>{:action => actionName})%> <%= text_field_tag(''itemName'',item...
2006 Aug 02
4
Struts
I have a STRUTS based webapp and I want to port it to RUBY/RAILS... Can anyone suggest a migration strategy...I would like to migrate my struts actions over time if possible. Jim _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
2006 Jul 02
3
homepage_url ?
does the routes.rb have some kind of automatic generated url_for a '''' map.connect? (say, something like url_for_homepage or homepage_url) ...i''ve looked around, tried a couple of combos but nothing really worked. do i have the wrong lead? ? thanks... -- Posted via http://www.ruby-forum.com/.
2008 Jan 18
8
link_to problem
hi @ all I create a new archiv.html.erb and a archiv method in the controller. Now, I would like to link from index.html.erb to archiv.html.erb. I tried to use <%= link_to ''archive'', archiv_xxx_path %> but it doesn''t run. It appears a error message "SyntaxError in xxx#index". Does anyone know, how I can enhance this problem? thanks a lot... -- Posted
2007 Jun 03
6
mongrel cluster w/ apache
hi all, i''m working on deploying my app w/ apache and a mongrel cluster. i''ve started by copying the instructions and code from the agile rails book and everything seems to be working fine but apache isn''t forwarding my requests to mongrel the way i expect it should. there''s nothing in the rewrite logs and nothing but 404 errors in the apache error logs.
2010 Apr 03
0
Deployment problem with apache + fastcgi
...9; For request: http://mydomain/ i get "welcome ruby on rails page" with information about Rails, Ruby, Gems versions. I renamed index.html in public directory and wrote default "root" controller in routes.rb. But there was an error. I get only: NameError in [ControllerName]#[ActionName] uninitialized constant [ControllerName] Session dump: --- Framework Trace: usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:443:in `load_missing_constant'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:80:i...
2008 Sep 18
2
Setting up Fleximage
Hello! I''ve been trying today to setup fleximage to handle photo uploads to a RoR application by following the tutorial that is provided (http://github.com/Squeegy/fleximage/wikis/gettingstarted) Originally, I just dropped in all of the sample code that they provided, which I copied below this question. - When I tried to access "new" to upload a new photo, I received an error
2008 Jan 05
7
Error! Ruby on Rails based on FastCGI, Hello world !
Hey, I try to do my first steps in Ruby, and designed an "Hello World!" Application. Now I want to install this Application on an Apache server. I copied it to the "/public_html/" Directory here: (the application is called "rubyapp") http://sn00p.profusehost.net/rubyapp/ I ran http://sn00p.profusehost.net/rubyapp/public/dispatch.fcgi and get an Error. So I looked
2016 Aug 05
0
Wine release 1.9.16
...IoCreateDriver. ntoskrnl.exe: Implement ObReferenceObjectByName but only for loaded drivers. winedevice: Use IoCreateDriver and IoDeleteDriver. Bernhard Übelacker (2): wininet/tests: Fix pathLen given to InternetCrackUrlA. dinput8/tests: Add valid wide string termination to actionName member. Bruno Jesus (3): joy.cpl: Display the correct number of button boxes during test. ws2_32/tests: Add tests for InetNtopW. mcicda: Use a helper to read the CD-ROM TOC. Christian Costa (2): d3dx9: Implement D3DXCreateTextureShader with stubbed ID3DXTextureShader inter...