Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rhildred/rails-angular
- Owner: rhildred
- License: mit
- Created: 2024-11-03T01:38:46.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T02:09:55.000Z (2 months ago)
- Last Synced: 2024-11-03T02:22:45.842Z (2 months ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```