Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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