Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions rails/rails_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ _this is a draft - we are working on it_
## API

- grape ? rocket pants
- active_model_serializers

## Frontend frameworks

Expand All @@ -54,13 +55,25 @@ _this is a draft - we are working on it_

## Testing

- factory_girl_rails
- simplecov - test coverage statistics
- konacha - testing javascript with the mocha test framework and chai assertion library

## Other

- carierwave for file uploads
- active admin as an admin panel with active_skin
- whenever (cron controller)
- figaro for managing environment variables

## Services / Interactors

- active_interaction

## Elasticsearch / Indexing

- chewy




Expand Down