Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sample_app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Đường Sỹ Hoàng
sample_app
Commits
247cd5cd
Commit
247cd5cd
authored
Nov 06, 2019
by
Đường Sỹ Hoàng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
a9543993
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
13 deletions
+31
-13
README.md
+31
-13
No files found.
README.md
View file @
247cd5cd
# R
EADME
# R
uby on Rails Tutorial sample application
This README would normally document whatever steps are necessary to get the
This is the sample application for
application up and running.
[*
Ruby on Rails Tutorial:
Learn Web Development with Rails
*
](https://www.railstutorial.org/)
by
[
Michael Hartl
](
http://www.michaelhartl.com/
)
.
Things you may want to cover:
## License
*
Ruby version
All source code in the
[
Ruby on Rails Tutorial
](
https://www.railstutorial.org/
)
is available jointly under the MIT License and the Beerware License. See
[
LICENSE.md
](
LICENSE.md
)
for details.
*
System dependencies
## Getting started
*
Configuration
To get started with the app, clone the repo and then install the needed gems:
*
Database creation
```
$ bundle install --without production
```
*
Database initialization
Next, migrate the database:
*
How to run the test suite
```
$ rails db:migrate
```
*
Services (job queues, cache servers, search engines, etc.)
Finally, run the test suite to verify that everything is working correctly:
*
Deployment instructions
```
$ rails test
```
*
...
If the test suite passes, you'll be ready to run the app in a local server:
```
$ rails server
```
For more information, see the
[
*Ruby on Rails Tutorial* book
](
https://www.railstutorial.org/book
)
.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment