Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

bin/dev does not exist #209

@edi9999

Description

@edi9999

Hi,

I'm a bit of a Rails newbie, I have used PHP and node.js over the years (4 years of node and 6 years of node.js), I'm now the maintainer of a software library called "https://docxtemplater.com/")

I'm playing with jumpstart and may be buying jumpstart pro in the upcoming weeks.

I've run following commands successfully :

sudo apt-get install libpq-dev postgresql libyaml-dev
gem install bundler --user
gem install rails --user
rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb
cd myapp
bundle config set path vendor/cache
bundle install

I just reran bundle install and it gives me :

Updating files in vendor/cache
Bundle complete! 30 Gemfile dependencies, 120 gems now installed.
Bundled gems are installed into `./vendor/cache`

However, bin/dev doesnt' exist, here are the files that I have in bin :

$ ls bin/
docker-entrypoint  rails  rake  setup
$ rails --version
Rails 7.1.3
$ ruby --version
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]

How am I supposed to start the app if bin/dev does't exist ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions