27 lines
549 B
Text
27 lines
549 B
Text
summary: Test creates new rails application in collection and runs it
|
|
description: |
|
|
Test ensure it is possible to create new rails application and run it.
|
|
component:
|
|
- rubygem-rails
|
|
- ruby
|
|
recommend:
|
|
- rubygems
|
|
- rubygem-rails
|
|
- rubygem-nokogiri
|
|
- rubygem-sqlite3
|
|
- rubygem-sass-rails
|
|
- rubygem-puma
|
|
- rubygem-jbuilder
|
|
- rubygem-byebug
|
|
- rubygem-web-console
|
|
- ruby-devel
|
|
- sqlite-devel
|
|
- libxml2-devel
|
|
- libxslt-devel
|
|
- gcc-c++
|
|
- net-tools
|
|
- procps-ng
|
|
- psmisc
|
|
- wget
|
|
duration: 60m
|
|
extra-task: /CoreOS/rubygem-rails/run-basic-rails-application
|