This project is archived and is in readonly mode.
Loading one fixture with an argument without extension (yml,csv)
Reported by netbe | September 26th, 2010 @ 03:05 PM
Hi,
I think the error message I got when trying to load the fixture
for my articles table was misleading, because I gave the name of
the table and not the name of the file (extension included). Rails
should try to append the extension, and looking at the error
message it trunks the name of the file.
rake db:fixtures:load FIXTURES=articles
(in /Users/netbe/code/sample)
rake aborted!
Could not find /Users/netbe/code/sample/test/fixtures/arti.yml or /Users/netbe/code/sample/test/fixtures/arti.csv
Comments and changes to this ticket
-
netbe September 26th, 2010 @ 03:13 PM
- Tag set to rake tasks, fixtures, load
Adding my patch for this issue, if anyone can check if it's ok.
PS: that's my first contribution, hoping I'm doing it right.
-
sunkencity September 30th, 2010 @ 10:18 PM
I think if you would remove FIXTURES=fixture_file_name then you would have to rewrite the description of the task too. I don't understand why the File.basename(filename, ".*") has been replaced with this regexp that always removes the last 4 letters.
-
sunkencity September 30th, 2010 @ 10:22 PM
What I meant was that now with 3.0 the code expects FIXTURES to be FIXTURES=filename.csv,another.yml instead of FIXTURES=filename,another. I'd prefer if it works with both.
-
rails March 5th, 2011 @ 12:00 AM
- State changed from new to open
This issue has been automatically marked as stale because it has not been commented on for at least three months.
The resources of the Rails core team are limited, and so we are asking for your help. If you can still reproduce this error on the 3-0-stable branch or on master, please reply with all of the information you have about it and add "[state:open]" to your comment. This will reopen the ticket for review. Likewise, if you feel that this is a very important feature for Rails to include, please reply with your explanation so we can consider it.
Thank you for all your contributions, and we hope you will understand this step to focus our efforts where they are most helpful.
-
rails March 5th, 2011 @ 12:00 AM
- State changed from open to stale
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>