search for: new_edit

Displaying 3 results from an estimated 3 matches for "new_edit".

Did you mean: new_edid
2006 Jul 11
0
malformed utf-8 character error
...When I look at the development.log, it says: ActionView::TemplateError (malformed UTF-8 character) on line #6 of app/views/personel/edit.rjs: 3: 4: if @successful 5: page.hide element_row_id(@view_options) 6: page.insert_html :bottom, scaffold_tbody_id(@options), :partial => ''new_edit'' 7: page << "new TableRow.MoveAfter(''#{element_row_id(@view_options)}'', ''#{element_row_id(@options)}'');" 8: page.show element_row_id(@options) 9: page << "Form.focusFirstElement(''#{element_form_id(@options)}...
2010 Apr 27
3
"ORA-12154: TNS:..." error after successful oracle connection
...e connect identifier specified RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace env.c:257:in oci8lib.so C:/web/IPSO/app/controllers/attending_ips_controller.rb:140:in `get_most_recent_record'' C:/web/IPSO/app/controllers/attending_ips_controller.rb:26:in `new_edit'' -e:4:in `load'' -e:4 C:/ruby_prod/lib/ruby/site_ruby/1.8/oci8.rb:229:in `initialize'' C:/ruby_prod/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/ active_record/connection_adapters/oracle_adapter.rb:585:in `new'' C:/ruby_prod/lib/ruby/gems/1.8/gems/activerecord-1....
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello, Our database is in is-8859-1, and I want to update some text fields without success due to some accentuate characters ?? ect ... In my html page (where the charset is iso-8859-19) my textarea display the accentuate characters well and when the user post the form ... I thought that I just need to save it .... without success since ruby map one byte for one character ... So I