Displaying 2 results from an estimated 2 matches for "dummy_test".
Did you mean:
dummy_sext
2007 Jun 21
11
one-to-one, compound primary key, naming conventions
...e, is still arbitrary in that it''s no better than
the "second" one (alphabetically wise).
Do I understand how RoR works correctly? If I made an error with the
naming conventions, or anything else, please do correct me :)
also, it''s standard to have three databases:
dummy_test
dummy_development
dummy_production
yes?
thanks,
Thufir
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH...
2007 May 16
0
Unknown action, No action responded to world
...rollers/
exists app/helpers/
exists app/views/dummies
exists app/views/layouts/
exists test/functional/
dependency model
exists app/models/
exists test/unit/
exists test/fixtures/
identical app/models/dummy.rb
identical test/unit/dummy_test.rb
identical test/fixtures/dummies.yml
identical app/views/dummies/_form.rhtml
identical app/views/dummies/list.rhtml
identical app/views/dummies/show.rhtml
identical app/views/dummies/new.rhtml
identical app/views/dummies/edit.rhtml
identical app/controllers/dummies_c...