controller
Why the functional test fails?
Hello when run rake test:functionals, here\'s what I get on the shell : 1) Failure: test_should_create_client(ClientsControllerTest) [test/functional/clients_controller_test.rb:20]:[详细]
2023-04-05 06:49 分类:问答NSLock "controller" class
I\'m writing a multithreaded application for iPhone, and I\'m using NSLock\'s to make sure that some operations (such as loading sounds from file) will behave as atomic. To simplify acquiring locks fr[详细]
2023-04-05 04:45 分类:问答MVC3 generate list of controllers/actions with their attributes (esp. action filters)
Is there a reasonable way to generate a complete list of all controllers/actions in a project, along with their various attributes - notably acti开发者_如何转开发on filters?[详细]
2023-04-05 03:19 分类:问答JSF: Controller that relies on another controller?
I\'m working on a project where we have a FooViewController, and a BarListController.The list of Bars now needs to depend on the Foo being viewed.So does anyone have a recommendation of how to do this[详细]
2023-04-05 01:40 分类:问答Newbie: Are filters the right place to modify the response data, based on request parameters?
My question is very simple: In an averagely complex web reques开发者_开发百科t, usually we have quite a lot of information in terms of request parameters. In many cases some of those parameters are su[详细]
2023-04-04 20:10 分类:问答Rails New Action not returning HTML on AJAX GET
I\'m working on a project where I upgraded the rails gem from 2.3.5 to 2.3.11 now I can\'t get the controller 开发者_Go百科actions to return HTML via jQuery ajax get.For example when I run this javasc[详细]
2023-04-04 18:47 分类:问答Stuck on child view when you go back to the view controller via the tab bar
So here the deal. I have an iphone app and on of our views on the tab bar, refer to this tabbar item as \"tabbar1\", it pushes you through a couple other views without a tabbar(not the problem). At th[详细]
2023-04-04 12:43 分类:问答MVC 2.0 c# asp.net 4.0 Instantiate an object from a library shared in the session
I\'m trying to use the MVC 2.0 framework to instantiate an object of a library. I want to be able to instantiate this object every time I navig开发者_JAVA技巧ate my application with a differnt browse[详细]
2023-04-04 07:05 分类:问答Rails 3 AJAX: wrong constant name
I am trying to do Ajax login with Devise, as explained here: http://jessehowarth.com/2011/04/27/ajax-login-with-devise#comment-5 (see comment from jBeasley).[详细]
2023-04-04 02:26 分类:问答Building a Rails3 app with Shopify API. Where to place the session filter?
I\'m working on a Rails app that uses the Shopify API via the Shopify_app Gem. To make a long story short in order to make calls to the Shopify API the following code must appear in the controller of[详细]
2023-04-03 20:06 分类:问答