Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rhildred/rails-angular

rails angular take 2
https://github.com/rhildred/rails-angular

Last synced: 12 days ago
JSON representation

rails angular take 2

Awesome Lists containing this project

README

        

# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* Add to `config/environment/development.rb`
```ruby
require "active_support/core_ext/integer/time"

Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.

# do the codespaces thing

config.hosts << /[a-z0-9-]+\.app\.github\.dev/

```