我是編程新手,這是我的第一個應用程序。 在Rails中創建應用程序時,我有兩個模型。用戶&列表,嵌套。 resources :users do
resources :lists
end
這些是以下途徑我使用此設置獲得: user_lists GET /users/:user_id/lists(.:format) lists#index
POST /users/:
我在測試新手,使用RSpec的,需要一些幫助: 我有共同的例子組: shared_examples_for 'request which do something' do |opts = {}|
respond.should redirect_to(opts[:redirect_to])
end
在我的規格文件: describe "behavior" do
it_sho
我想加載幫助程序取決於佈局。 我想是這樣的,但ID doesnt't工作: function beforeRender(){
if (array_key_exists($this->request->action, $this->custom_layouts)){
public $helpers = array('Html', 'Form', 'Session', 'Menu1