[Rails] Please check out a new gem model_info which eases the CRUD of models and their associated models

2015-08-12 Thread Nitanshu Verma
*Hey,This is Nitanshu Verma I am actually not much sure about the enhancements and bugs in my gem model_info.What I want from you guys to please checkout this and it may help you replacing active_admin requirements but not fully.And It will also helps in CRUD of associated models.Thanks

[Rails] Re: Rails passing params in link_to how to make it secure

2015-08-12 Thread Frederick Cheung
On Monday, August 10, 2015 at 8:36:52 PM UTC+1, nilay singh wrote: > > And my routes is like : > >get "/feed_likes/:feed_id/feed_likes/:user_id" => "feed_likes#destroy" > post "/feed_likes/:feed_id/feed_likes/:user_id" => "feed_likes#create" > > Here the issue is whenever someone wants t