search for: nightdog

Displaying 6 results from an estimated 6 matches for "nightdog".

2006 Jul 03
7
form_remote_tag with multipart/form-data
Does form_remote_tag supports multipart/form-data ? My form looks like this: <%= form_remote_tag :url => { :action => ''do_image_upload'' }, :html => { :enctype => ''multipart/form-data'' } %> <%= file_field ''image'', ''file_data'', :size => 32 %> <%= submit_tag
2006 Jun 25
1
text_field_with_auto_complete nonsense (newbie question)
...n `each_cgi'' /usr/local/lib/ruby/site_ruby/1.8/fcgi.rb:597:in `each_cgi'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in `process!'' /Users/nightdog/insert/public/dispatch.fcgi:24 Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) Any ideas on what could be wrong? I tried a Recipe.search on the console but it gives me the same error. My database has a ...
2006 Jun 25
0
database schema COLLATION
Is there a way to set the collation when creating a table in a migration? Thanks, Ricardo -- Posted via http://www.ruby-forum.com/.
2006 Jun 25
0
text field auto complete
I have a form with hierarchical text fields that could be improved if it filled automatically the fields above the field in which information is inserted and makes suggestions to the fields below. is it possible make the text_field call a method when the user presses enter or selects an option from the pull-down menu generated by the auto complete? Thanks, Ricardo -- Posted via
2006 Jun 28
1
accessing multiple observe_field from one callback
I have a form that has 4 text_field entries, each one with an observer_field and i want to access the data that is currently inserted on every field from the :update method for each field. i tried using instance variables but it appears that each text_field creates an instance of the searchcontroller for its own. I also tried using the :with => "something" on the definition of the
2006 Jun 28
0
wiki.rubyonrails.com 500 error?
this is weird, i accessed this page a couple of hours ago and it doesn''t seem to be working now. http://wiki.rubyonrails.com/rails/pages/observe_form+%3Cdel%3E%3Cins%3EPassing+Parameters i tried a few more pages and some don''t work either. I checked the main url wiki.rubyonrails.com and it shows the same error now. Is there anything wrong with the server? -- Posted via