search for: new_html

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

Did you mean: netahtml
2009 Mar 05
0
Insert using Rake Task
...one can help me, I run my source code using rake task. It seems no error was trace, but when I look the table it doesn''t insert.I select the data here MysqlDB.Tablename and update/insert here SQLserverDB.TableName. # Start Here # rake mysqldata_select:sqldata_update def clean_html(html) new_html = strip_tags(html) # remove html tags new_html = decode_entities(new_html) # remove html encoded items new_html = new_html.strip # remove any whitespace from the edge of content end namespace :mysqldata_select do LOCATIONS = {1 => 6, 2 => 5, 3 => 5} task :sqldata_update => :e...
2011 May 04
1
is not allowed as an instance variable name error
...9;' searchlogic (2.4.27) lib/searchlogic/rails_helpers.rb:64:in `form_for'' app/helpers/builders_helper.rb:68:in `details_view'' /home/app-sptr/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/benchmark.rb:308:in `realtime'' app/other/restful_component.rb:488:in `new_html'' app/other/restful_component.rb:73:in `new'' app/other/restful_component.rb:72:in `new'' /home/app-sptr/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/benchmark.rb:308:in `realtime'' rack (1.1.2) lib/rack/head.rb:9:in `call'' rack (1.1.2) lib/r...
2007 Jun 08
5
autotest bug?
...script/spec -O spec/spec.opts spec/ controllers/log_entries_controller_spec.rb spec/views/login/ new_spec.rb spec/controllers/login_controller_spec.rb spec/models/ user_spec.rb spec/views/log_entries/edit_html.erb_spec.rb spec/views/ log_entries/index_html.erb_spec.rb spec/views/log_entries/ new_html.erb_spec.rb spec/views/log_entries/show_html.erb_spec.rb spec/helpers/login_helper_spec.rb spec/models/log_entry_spec.rb ........................................................................ .....F.. 1) ''LoginController routes should route create to POST /login'' FAILED expe...