Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/excid3/scheduled_tweets
https://github.com/excid3/scheduled_tweets
learn rails ruby rubyonrails
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/excid3/scheduled_tweets
- Owner: excid3
- Created: 2021-01-26T18:25:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T00:25:29.000Z (over 1 year ago)
- Last Synced: 2025-01-14T11:47:48.501Z (8 days ago)
- Topics: learn, rails, ruby, rubyonrails
- Language: Ruby
- Homepage: https://gorails.com/start
- Size: 197 KB
- Stars: 34
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduled Tweets
Created by [Chris Oliver](https://github.com/excid3) for [GoRails](https://gorails.com).
## Learn Ruby on Rails
In this tutorial, we cover the basics of web development with Ruby on Rails.
[Learn Ruby on Rails at GoRails](https://gorails.com/start)
## Boot instructions
Start rails server:
* bundle install
* bundle exec rails sStart webpack:
* yarn install
* bin/webpacker-dev-server