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
padrino console # Boots up the Padrino application irb console
padrino g # Executes the Padrino generator with given options.
padrino gen # Executes the Padrino generator with given options.
padrino generate # Executes the Padrino generator with given options.
padrino help # Describe available tasks or one specific task
padrino rake # Execute rake tasks
padrino s # Starts the Padrino application
padrino start # Starts the Padrino application
padrino stop # Stops the Padrino application
padrino version # Show current Padrino Version
The clock also offers some other commands.
./bin/start # Starts a production Unicorn server.
./bin/stop # Stops Unicorn if it is running.
./bin/server # Starts up a development server.
./bin/safe # If you are concerned about dependency problems, you can use this to get dependencies and run tests, then start a production Unicorn server.