Do you need to check how your website look on combination of browsers under different operating systems? Try entering the URL on the first page of the browsershots website.
Just choose the browsers you want to test under each operating system (no MAC OS available) the browsershots service will produce a series of images which area available online for 30 minutes, but that you can download and save for a more careful analysis.
I normally run the test suite for my Ruby on Rails projects using the Netbeans test interface.
Unfortunately this interface is only useful to run the whole suite. It does not offer (as it does for Java) the possibility to run a single test class or a single test from a test class.
When I need to this I just go to the command line and type:
ruby test/functional/accounts_controller_test.rb
But what if I need to run one single test from this test class?
Recent comments
17 weeks 6 days ago
17 weeks 6 days ago
18 weeks 1 day ago
18 weeks 3 days ago
19 weeks 10 hours ago
19 weeks 12 hours ago
24 weeks 3 days ago
25 weeks 4 hours ago
25 weeks 5 days ago
26 weeks 4 days ago