search for: geekonomics

Displaying 3 results from an estimated 3 matches for "geekonomics".

2007 Mar 19
3
controller_name with dynamic controllers
I''m writing a controller which should only be inherited from, something like the generic crud controller seen here: http:// geekonomics.blogspot.com/2006/07/crud-and-shared-controllers.html Now, in my spec, I would like to create a controller which inherits from the generic CRUDController, without actually creating the controller. This controller is *only* for testing. How can I do this? I can''t do something like t...
2007 Mar 24
1
spec''ing metaprograming & rails CRUD
For edge rails there is a Crud generator. There is also a CRUD controller that is out there from which you can inherit your other controllers (see http://geekonomics.blogspot.com/2006/07/crud-and- shared-controllers.html) This got me thinking about Crud controllers in general. As far as I know, the generator can''t produce crud classes which are nested (i.e. /posts/1/comments/7). So I thought about creating my own Crud class from which to inhe...
2007 Mar 24
0
Using spec fixtures with integration tests
...C07-D1E3E9C92BC2 at railsnewbie.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > > For edge rails there is a Crud generator. There is also a CRUD > controller that is out there from which you can inherit your other > controllers (see http://geekonomics.blogspot.com/2006/07/crud-and- > shared-controllers.html) > > This got me thinking about Crud controllers in general. As far as I > know, the generator can''t produce crud classes which are nested > (i.e. /posts/1/comments/7). So I thought about creating my own Crud...