Rodrigo Ruiz wrote in post #994581: > Thank you for the tip guys, when I have some time to finally start my > web > programming i'll try it out. > > Tell me something, can I write HTML code with RubyMine to make a simple > web > page? > I'm asking that cause that's the first thing I'm learning, HTML.
You can write HTML with ANYTHING that can edit text. Same for Ruby, CSS and JavaScript. Yes, there are tools that help you with navigation around your project, auto-competion, etc. But, none of them are required to develop web sites with Ruby on Rails. I'm still a TextMate user. I refuse to use any IDE written in Java when given a choice. I pretty much have to use them for my day job, but I have always hated Java applications. Yes, I use them almost every day, but I still despise having to use them, ANY of them. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

