almokhtar
Joined 3/29/2020
almokhtar said almost 4 years ago on Activity Feed with Public Activity :
  any idea on how to deal when DB become so large ??? 

almokhtar said almost 4 years ago on Sorting from Scratch :
  i really didn't understand the issue bellow can you please tell me why you changed column by list
  def set_item
    @item = @list.items.find(params[:id])
  end
the item moved between columns not lists ?? what i'm missing ?

almokhtar said over 3 years ago on Publish and Subscribe to Events :
Does the notification doing the same thing in rails 6? https://api.rubyonrails.org/classes/ActiveSupport/Notifications.html

almokhtar said over 3 years ago on UUID in Rails with ActiveUUID :
any performance issues ?

almokhtar said over 3 years ago on Dynamic Role Management :
can i store this permissions in db instead of initializers ?