Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
Example_Test_template_rails
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pem
Example_Test_template_rails
Commits
740b23ed
Commit
740b23ed
authored
Mar 05, 2025
by
Jorge Higuita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
d4cab8a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
README.md
README.md
+12
-7
No files found.
README.md
View file @
740b23ed
...
@@ -6,20 +6,24 @@ These project have an example about how to develop a CRUD website with some rout
...
@@ -6,20 +6,24 @@ These project have an example about how to develop a CRUD website with some rout
*
Ruby version 3.1.2
*
Ruby version 3.1.2
*
System dependencies
*
Rails 7.2
## Configuration
## Configuration
*
Database creation: You must have a posgresql service and setup the file database.yml.
*
Database creation: You must have a posgresql service and setup the file database.yml.
*
How to run the test suite: use the next command:
*
How to run the test suite: use the next command
```
$ bin/rails test test/controllers/home_controller_test.rb -v
```
sh
$
bin/rails
test test
/controllers/home_controller_test.rb
-v
```
```
*
Run instructions
Use:
*
Run instructions: Use
```
```
sh
$
install bundler
$
bundle install
$
rails server
$
rails server
```
```
\ 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