I am using RadRails at this time to handle the layout views for Ruby on Rails.
I have been getting some invalid characters when I run my Ruby on Rails project, and it is because of some invisible characters that apparently got copied over to RadRails via Dreamweaver.
I solved this by removing all the whitespace. This won't be acceptable though, so what solutions are on the table for me?
Is there a Dreamweaver conversion I can do to make the HTML in a character format that is good for RadRails or rails....
This has been fixed. Dreamweaver has its own way of doing "tabs" and spaces versus other applications, however that can be fixed by applying "source" formatting.
Also, if you have a long HTML file already done, it wouldn't make much sense to retype it just for Rails. I was just looking for a quick fix.
To be honest, my experience of creating layouts in Dreamweaver does not create very nice semantic code. My advice would be to learn how to code HTML and CSS yourself. Its not hard, certainly not compared to programming an app on the server side. If you want to learn how to write RubyOnRails you should at least know how to design standards-compliant pages using XHTML/CSS IMO.
Bookmarks