An open API service indexing awesome lists of open source software.

https://github.com/mindreframer/getoffrails


https://github.com/mindreframer/getoffrails

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### Get Off Rails Guide

Rough collection of links that help you to find the building blocks to migrate your Rails app to Elixir / Phoenix

- [Ecto](https://github.com/mindreframer/getoffrails/blob/master/ecto.md)
- [Background Workers](https://github.com/mindreframer/getoffrails/blob/master/background_workers.md)
- [Databases](https://github.com/mindreframer/getoffrails/blob/master/databases.md)
- [Testing](https://github.com/mindreframer/getoffrails/blob/master/testing.md)
- [Learning](https://github.com/mindreframer/getoffrails/blob/master/learning.md)

Image Uploading:
- https://github.com/stavro/arc

Amazon AWS
- https://github.com/CargoSense/ex_aws - A flexible, easy to use set of clients AWS APIs for Elixir

Utilities:
- https://github.com/houshuang/elixir-prelude - Utility functions for Elixir
- https://github.com/mykewould/crutches - some ActiveSupport like functions