Web Server*
The Ruby gem used to expose HTTP-based Ruby on Rails service.
Did not find a package you need? You can vote below.
Testing Framework*
All of the options available for writing tests in the app.
Did not find a package you need? You can vote below.
Database*
All of the options available under the --database
initializaiton flag, the
adapter for ActiveRecord
module.
Did not find a package you need? You can vote below.
Environment
All your following choices will come configured with what you pick here.
Did not find a package you need? You can vote below.
Javascript
All of the options available under the --javascript
initializaiton flag,
to define what framework, if any, you are going to use for the interactive
parts of your app’s UI.
Did not find a package you need? You can vote below.
Cascading Style Sheets
All of the options available under the --css
initializaiton flag, to
define what framework, if any, you are going to use for the styling of your
app’s UI.
Assets Pipeline
All of the options available under the --asset-pipeline
initializaiton
flag that provides a framework to concatenate and minify or compress
JavaScript and CSS assets.
Did not find a package you need? You can vote below.
File Storage
All of the options available for the file storage in your app.
Did not find a package you need? You can vote below.
Background Jobs
All of the options available for the background or asynchrounous code
execution.
Did not find a package you need? You can vote below.
Transactional Emails
The configuration of ActionMailer
module with the third-party
transactional email delivery providers for production environment.
Did not find a package you need? You can vote below.
Receiving Emails
The configuration of ActionMailbox
module with the third-party
email providers for production environment.
Did not find a package you need? You can vote below.
Development Emails
The configuration of ActionMailer
module for the development environment
to avoid sending accidental emails and make working with them easier.
Did not find a package you need? You can vote below.
Exceptions Logger
The configuration of a third-party errors and exceptions tracking provider
for the production environment.
Did not find a package you need? You can vote below.
The configuration of a third-party application performance monitoring
provider for the production environment.
Did not find a package you need? You can vote below.
Developer eXperience
A selection of the tools that both help maintaining the high code quality in
an automated fashion, or simply make our everyday work much easier.
Did not find a package you need? You can vote below.
Data Serialization
All of the options available for the data serialization in the API
responses.
Did not find a package you need? You can vote below.
Authentication
All of the options available for verifying users in the app.
Did not find a package you need? You can vote below.
Authorization
All of the options available for defining the users access scope in the app.
Did not find a package you need? You can vote below.
Administration
All of the options available for the admin app management.
Rich Text Editor
All of the options available for the advanced text editors.
Did not find a package you need? You can vote below.
Web Sockets
All of the options available for the Web Sockets implementation.
Did not find a package you need? You can vote below.
Search
All of the options available to implement the search.
Did not find a package you need? You can vote below.
Templating
All of the options available to template the HTML.
Did not find a package you need? You can vote below.
Gems: Production
The Ruby gems that are going to be listed in the top-level of Gemfile.lock,
and in turn installed in all of the environments.
Did not find a package you need? You can vote below.
Gems: Development
The Ruby gems that are going to be installed under the development
group
of the Gemfile.lock.
Did not find a package you need? You can vote below.
Gems: Test
The Ruby gems that are going to be installed under the test
group of the
Gemfile.lock.
Continuous Delivery
The continuous delivery external provider to run the tests and ensure the
high code quality before introducing changes to the codebase.
Did not find a package you need? You can vote below.
Deployment
The infrastructure to deliver the app to the production environment.