We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug
$> padrino gen task -n main -d "Just a test task" test create tasks/main_a.rake
Generated file has wrong name and description:
namespace :main do desc "Just" task :a => :environment do # This is a custom task. end end
create tasks/main_test.rake
Having this file the following content:
namespace :main do desc "Just a test task" task :test => :environment do # This is a custom task. end end
But never worked.
The text was updated successfully, but these errors were encountered:
64240fa
Thanks for the report.
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Generated file has wrong name and description:
What is the expected behavior?
Having this file the following content:
Which versions of Ruby, Padrino, Sinatra, Rack, OS are you using? Did this work in previous versions?
But never worked.
The text was updated successfully, but these errors were encountered: