https://github.com/mindreframer/getoffrails
https://github.com/mindreframer/getoffrails
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindreframer/getoffrails
- Owner: mindreframer
- Created: 2015-11-09T20:10:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T13:36:56.000Z (almost 10 years ago)
- Last Synced: 2025-05-17T05:38:27.966Z (11 months ago)
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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