123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "framework": "rails-stripped",
- "tests": [{
- "ruby": {
- "setup_file": "setup_ruby",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/db?queries=",
- "port": 8080,
- "approach": "Stripped",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Unicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "rails",
- "notes": "",
- "versus": "rack"
- },
- "jruby": {
- "setup_file": "setup_jruby",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/db?queries=",
- "port": 8080,
- "approach": "Stripped",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "JRuby",
- "webserver": "TorqBox",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "rails",
- "notes": "",
- "versus": "rack"
- }
- }]
- }
|