@@ -39,7 +39,7 @@ cp config/secrets.yml.example config/secrets.yml
|
|||||||
rake db:create
|
rake db:create
|
||||||
bin/rake db:setup
|
bin/rake db:setup
|
||||||
bin/rake db:dev_seed
|
bin/rake db:dev_seed
|
||||||
RAILS_ENV=test bin/rake db:setup
|
RAILS_ENV=test rake db:setup
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the app locally:
|
Run the app locally:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ cp config/secrets.yml.example config/secrets.yml
|
|||||||
rake db:create
|
rake db:create
|
||||||
bin/rake db:setup
|
bin/rake db:setup
|
||||||
bin/rake db:dev_seed
|
bin/rake db:dev_seed
|
||||||
RAILS_ENV=test bin/rake db:setup
|
RAILS_ENV=test rake db:setup
|
||||||
```
|
```
|
||||||
|
|
||||||
Para ejecutar la aplicación en local:
|
Para ejecutar la aplicación en local:
|
||||||
|
|||||||
Reference in New Issue
Block a user