Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marciojg/ruby-slim-examples

Exemplos de aplicações em ruby sem rails
https://github.com/marciojg/ruby-slim-examples

Last synced: 7 days ago
JSON representation

Exemplos de aplicações em ruby sem rails

Awesome Lists containing this project

README

        

Criar migrations

rake db:create_migration NAME=create_articles

rake db:migrate

# ajustar o carregamento dos modelos.
# continuar configuraç~eos

http://localhost:3000/articles

- https://github.com/sinatra-activerecord/sinatra-activerecord
- https://github.com/alexch/rerun
- https://github.com/puma/puma
- https://github.com/sinatra/sinatra#modular-vs-classic-style
- https://mherman.org/blog/designing-with-class-sinatra-plus-postgresql-plus-heroku/
- https://github.com/sinatra/sinatra-recipes/blob/master/databases/postgresql-activerecord.md
- https://medium.com/thecodinghype/experimenting-with-ruby-sinatra-and-postgresql-a-message-board-app-4ff2610c85e4
- https://dev.to/alexmercedcoder/ruby-sinatra-with-postgres-using-sequel-36ji
- https://github.com/MLH/sinatra-boilerplate