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
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
Thanks Ryan for this great episode. We are waiting for your comeback.
Thanks Ryan :-)
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 :-)
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 ;-)
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
How can we implement Ransack gem with Datatables gem?
Thank you ryan and keep it always up :-)
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
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