muhammadyana
Joined 3/25/2019
https://muhammadyana.me
muhammadyana said about 4 years ago on Rails dynamic role management :
there is a gem with cancancan https://github.com/CanCanCommunity/cancancan/
there is a tutorial for creating dynamic ability, but there is no with custom action and custom controller.  i mean super admin can checklist action to user ability

Thanks

muhammadyana said about 4 years ago on Rails dynamic role management :
i have created like this but it's not best practice and bad code, and only crud not with custom action. like in this picture
http://prnt.sc/s425dy



muhammadyana said about 4 years ago on Crud, filter, pagination and add skeleton loading like FB, youtube, dev.to with react and rails 6 :
so whats is the best javascript framework for rails?

muhammadyana said about 4 years ago on Crud, filter, pagination and add skeleton loading like FB, youtube, dev.to with react and rails 6 :
is it possible use two javascript framework in one rails application?

muhammadyana said about 4 years ago on Using Bootstrap Themes :
hi, how to call font lcoal url in webpakcer? 
@font-face {
  font-family: 'NeoSans';
  font-style: normal;
  font-weight: normal;
  src: local('NeoSans'), 
  font-url('NeoSans-Medium.woff') format('woff');
  }
  
  @font-face {
  font-family: 'NeoSans Bold';
  font-style: normal;
  font-weight: normal;
  src: local('NeoSans Bold'), 
  font-url('NeoSans-Bold.woff') format('woff');
  }
  @font-face {
    font-family: 'Avenir ';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir'), 
    font-url('Avenir-Medium-webfont.woff') format('woff');
    }
this is my configuration
and the font assets in app/vendor/fonts/NeoSans-Bold.woff