You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/command_line.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -668,6 +668,7 @@ The `tmp:` namespaced commands will help you clear and create the `Rails.root/tm
668
668
* `bin/rails stats` is great for looking at statistics on your code, displaying things like KLOCs (thousands of lines of code) and your code to test ratio.
669
669
* `bin/rails secret` will give you a pseudo-random key to use for your session secret.
670
670
* `bin/rails time:zones:all` lists all the timezones Rails knows about.
671
+
* `bin/rails boot` boots the application and exits.
0 commit comments