Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamhaqq/rubyonrails-bookmark
Bookmark web application using Ruby on Rails and SQLite database
https://github.com/islamhaqq/rubyonrails-bookmark
Last synced: 5 days ago
JSON representation
Bookmark web application using Ruby on Rails and SQLite database
- Host: GitHub
- URL: https://github.com/islamhaqq/rubyonrails-bookmark
- Owner: islamhaqq
- Created: 2016-11-29T00:57:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T00:36:59.000Z (almost 8 years ago)
- Last Synced: 2024-09-13T15:42:42.527Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookmark Web App | Ruby on Rails
Web application demonstrating basics of ruby on rails MVC.
Use: Manage and share bookmarks
## Concepts Covered
- Install Ruby
- Install Rails Gem
- Start Rails project
- Update rails
- Fix Bundle install SSL issue
- Migrate databases
- Manage data with a database
- Use components to handle tasks
- Add CRUD resources
- Improve app flawlessly
- Proactively fix Ruby on Rails bugs
- Develop and get started extremely fast with Rake, scaffolds, and components