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
1 day 8 hours ago
1 week 1 day ago
1 week 3 days ago
2 weeks 2 days ago
8 weeks 3 days ago
9 weeks 1 day ago
18 weeks 23 hours ago
18 weeks 23 hours ago
18 weeks 2 days ago
18 weeks 4 days ago