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

README instructions not working in 1.0.1 #31

Closed
febuiles opened this issue Oct 23, 2011 · 1 comment
Closed

README instructions not working in 1.0.1 #31

febuiles opened this issue Oct 23, 2011 · 1 comment

Comments

@febuiles
Copy link
Contributor

According to the README, the following command:

 rake db:new_migration name=FooBarMigration

Should generate [timestamp]_foo_bar_migration.rb. Instead, it's generating [timestamp]_FooBarMigration.rb.

Either the README should be updated to use:

 rake db:new_migration name=foo_bar

Or the code should be updated to change FooBar => foo_bar.

@thuss
Copy link
Owner

thuss commented Oct 23, 2011

Thanks for the bug reports, much appreciated! I'm in the middle of a crunch project right now so won't be able to address this in the next 2 weeks. However, if you get a chance feel free to make a fix and send us a pull request and we'll get it integrated! Our main goal is to behave the same way rails so however rails handles that is how we want to handle it!

@thuss thuss closed this as completed in beed672 Oct 29, 2011
@thuss thuss closed this as completed in dd75de6 Oct 29, 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