Re: [Rails] How to filter result dainamically in ruby on rails

2016-01-29 Thread Scott Eisenberg
Add some scopes to your model http://guides.rubyonrails.org/active_record_querying.html#scopes http://api.rubyonrails.org/classes/ActiveRecord/Scoping/Named/ClassMethods.html

[Rails] How to filter result dainamically in ruby on rails

2016-01-29 Thread Mukto Mona
I am a newbie in ruby on rails it's also my first ruby application. I want to filter results by clicking on checkbox which is coming from the database and showing on the right side of my webpage, the checkbox is lying on the left side. In the below I attached my webpage's screenshot for easy unders