Displaying 6 results from an estimated 6 matches for "statewood".
Did you mean:
stanwood
2006 Mar 24
2
Basic Auth in WEBrick
..."You are authenticated to see the super secret
datan"
}
}
Do I replace the script/server file with something like this? If
there an actual example of working with rails, not just WEBrick as a
standalone server, someone can point me to?
--ejw
Eric Woodward
Email: ejw@statewood.com
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
...gt;"list_setups", "controller"=>"msa/
configuration"}
Rendered msa/configuration/_ajax_list_setups (0.00067)
User Columns (0.000200) SHOW FIELDS FROM users
Completed in 0.00384 (260 reqs/sec) | Rendering: 0.00105 (27%) | DB:
0.00020 (5%) | 200 OK [http://gin.statewood.com/msa/configuration/
list_setups]
And in the log file for an IE request:
Processing ConfigurationController#list_setups (for 207.6.244.123 at
2006-01-23 22:39:41) [POST]
Parameters: {"action"=>"list_setups", "website"=>{"id"=>"6"}...
2006 May 30
1
DOM values in ERB Variable?
...nnerWidth into an ruby ERB variable such that I can put into
the helper, and POST them in to the controller? Or is there a better
way? I feel like I am missing some really simple here.
Anyone come up against this, and / or know the answer? If so, please
help.
--ejw
Eric Woodward
Email: ejw@statewood.com
2006 Jan 25
1
@params Hash Access
...etup"}
So, how do I load the Website object from ID 7?
@website = Website.new(params[:website])
@website.reload()
That fails, and this is a crappy way to do it anyway.
Website.find(params[:website[:id]])
fails as well. How do I get to that ID?
--ejw
Eric Woodward
Email: ejw@statewood.com
2006 Jan 29
0
Pagination and AJAX
...} if
@image_pages.current.next %>
Is something like this really not possible? Please help if you have
solved this already. The solutions on that tutorial are not great.
And of course, I cannot find documentation for the :page option of
link_to anywhere.
--ejw
Eric Woodward
Email: ejw@statewood.com
2005 Dec 31
0
Fall-Through for link_to_remote?
...populating the ACTION html field for the form with a
real URL, not a "#". Great.
Can this be done with link_to_remote as well? I see no similar note
in the doc for that method, and trying :html => { :href =>
"back_url" } was ignored.
--ejw
Eric Woodward
Email: ejw@statewood.com