thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.01k stars 530 forks source link

README instructions for running the development server are wrong #1222

Closed stevepolitodesign closed 6 days ago

stevepolitodesign commented 2 months ago

The following line does not run the development server:

https://github.com/thoughtbot/suspenders/blob/2e1196f8e0f785a1906c6558446dfafb36c03fb7/lib/suspenders/cleanup/generate_readme.rb#L128

Instead, it returns:

Commands:
  bin/rails dev:cache           # Toggle development mode caching on/off
  bin/rails dev:help [COMMAND]  # Describe available commands or one specific command
stevepolitodesign commented 2 months ago

Running bin/dev works.