Skip to content

Commit

Permalink
update ruby version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuzerShakir authored Sep 19, 2023
1 parent 9a94da3 commit 05bba37
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,25 @@ Help new developers get their first paid work and build their resumes to help th

## Development

1. Follow [Github instructions](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository) on how to Fork this repository.
1. Follow [Github instructions](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository) on how to Fork this repository.

2. Make sure you have the correct version of Ruby installed (see `.ruby-version`). If not, install it if needed with the Ruby version manager that you use.

2. Make sure you have the correct version of Ruby installed (see `.ruby-version`). If not, install it if needed with the Ruby version manager that you use.
$ asdf install ruby 3.2.2
$ rbenv install 3.2.2
$ rvm install 3.2.2

$ asdf install ruby 3.2.1
$ rbenv install 3.2.1
$ rvm install 3.2.1

3. Install all dependencies with bundle
3. Install all dependencies with bundle

$ bundle install

4. Setup Database and run migrations
4. Setup Database and run migrations

$ rake db:create
$ rake db:migrate --trace

5. Start the web server with
5. Start the web server with

$ ./bin/dev


Run `bin/rails test:all` to run the tests. You can also run `rails c` for an interactive prompt that will allow you to experiment.

0 comments on commit 05bba37

Please sign in to comment.