[Rails-core] Re: Change fixtures API and internal code

2012-01-06 Thread Alexey
I've created a pull request with proposed changes, please let me know what you think: https://github.com/rails/rails/pull/4367 Alexey. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Core group. To post to this group, send email to

[Rails-core] Re: Change fixtures API and internal code

2011-12-29 Thread Alexey
On Dec 28, 1:27 am, Alexey alexey.mura...@gmail.com wrote: I am fixing bugs in fixtures.rb, and would like to propose some API and internal code changes. 4. Standardize the fixture name in the form admin/users (rather than :admin_users) and use it as fixtures's identifier, instead of table

[Rails-core] Re: Change fixtures API and internal code

2011-12-28 Thread Alexey
On Dec 28, 1:27 am, Alexey alexey.mura...@gmail.com wrote: I am fixing bugs in fixtures.rb, and would like to propose some API and internal code changes. 1. Make TestFixtures::fixture_table_names hold a hash? I would like to make the (undocumented?) class attribute