search for: singularised

Displaying 2 results from an estimated 2 matches for "singularised".

2007 Aug 16
17
undefined method `mock_model'' for [RSpec example]:#<Class:0x25550a8>
I am getting: undefined method `mock_model'' for [RSpec example]:#<Class:0x25550a8> with my view specs after upgrading to 1.0.8. Is anyone else seeing this? To isolate the message I did the following setup: - create new rails project (with edge) - installed rspec and rspec_on_rails - ran rake spec - ran script/generate rspec_scaffold products - tried to run a builtin view
2006 Feb 23
0
inflections for different languages
Hi, I''d like to use the rails inflections for pluralisation/singularisation in different languages, but want to be sure to not interfere with the pluralization of tables, field names, etc. However, the Inflector is a singleton... Any suggestion so that I can define specific rules for each language, but still let rails use its default rules? thanks Raph