Skip to content
New issue

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

Use RbConfig instead of deprecated Config #596

Closed
luislavena opened this issue Jul 20, 2011 · 0 comments
Closed

Use RbConfig instead of deprecated Config #596

luislavena opened this issue Jul 20, 2011 · 0 comments
Milestone

Comments

@luislavena
Copy link

Hello,

Thank you for Padrino!

I've started to play with it against 1.9.3 (coming out next month) and found a warning when using padrino command, that is comment from padrino-core.

$ padrino g
/Users/luis/.rvm/gems/ruby-1.9.3-head/gems/padrino-core-0.10.0/lib/padrino-core/command.rb:19: Use RbConfig instead of obsolete and deprecated Config.
Please specify generator to use (project, app, mailer, controller, model, migration, plugin)

The root is the usage of Config instead of RbConfig here:
https://github.com/padrino/padrino-framework/blob/master/padrino-core/lib/padrino-core/command.rb#L19-20

Thank you.

@DAddYE DAddYE closed this as completed in b6dcc16 Jul 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants