RailsCasts Pro episodes are now free!

Learn more or hide this

Rachid Benkirane's Profile

GitHub User: hrbenkirane

Site: www.benkirane.ch

Comments by Rachid Benkirane

Avatar

Thanks Ryan for this great episode. We are waiting for your comeback.

Avatar

Hi Guys,
Richard Schneeman is very nice. He posted the article how to implement wicked for another resource.

https://github.com/schneems/wicked/wiki/Building-Partial-Objects-Step-by-Step

Stay tuned :-)

Avatar

Hi everyone,
if you want to use another resource say "Products", you must
pass the product id in the ProductsController like this:

if @product.save
redirect_to product_step_path(:id => "first_step", :product_id => @ product.id)
else
...

And then you can find this product in the ProductStepsController:

product_steps_controller.rb:

def show
@product = Product.find(params[:product_id])
render_wizard
end

Hope it will help someone out there ;-)

Avatar

can you please explain how multicolumn search? i implemented the code of ryan from episode 340 and i have problem to implement multi column seach. if you can also post some code it will be really awesome.
thanks in advance

Avatar

How can we implement Ransack gem with Datatables gem?

Avatar

Thank you ryan and keep it always up :-)

Avatar

hi everybody,
i use will_pagine to navigate through a long table. how do will_paginate remember the checked checkboxes.
I need your help
thanks in advance

Avatar

yes it worth it, thanks ryan for your contribution and waiting of the refactoring of the episode "multi-step forms".
I wish you all the best
Rash