Hi, Of course you can using Ruby 1.9.2 and Rails 3 on Windows 7.
Pls download ruby at here http://rubyinstaller.org/downloads/ Unzip the 7z to a folder and then add the .\bin to you system path. So far you can run ruby file in your box. Install rails. gem install rails sqlite3-ruby You also need sqlite3-ruby to run a site if you using sqlite3 as db. System will give you a address of sqlite3, just download the file for windows, and upzip to ruby\bin gem install sqlite3-ruby Done!!!! On Nov 1, 3:46 pm, winter heat <[email protected]> wrote: > So far the only platform I could use Ruby 1.9.2 with Rails 3.0.1 is on > Mac Snow Leopard. > > Can they be used on Windows 7 or Mac Leopard? > > On Leopard whenever I install the gem of sqlite3-ruby or mysql2, it > won't build, so there is no way to really use it. > > -- > Posted viahttp://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.

