Behnam Khanbeigi

Results 25 issues of Behnam Khanbeigi

Adding a simple dynamic search box for filtering index items. For example, it checks if there is a date time field, it shows from/to date search field. By default, all...

Feature
Dashboard

```rake db:seed --trace ** Invoke db:seed (first_time) ** Execute db:seed ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:load_config (first_time) ** Execute db:load_config ** Execute...

The route after installation changed like this and raised error: ``` Rails.application.routes.draw do mount Faalis::Engine => '/' api_routes do # Your API routes goes here. in_dashboard do # Your dashboard...

current_user is available in form and index section but not in show section.

`Faalis` just tried to check permission of built-in menu items. and does not care about generated resources. and will show the **header menu** of resources without permission. As I checked...

In `seeds` we have created all permission to admin group using this gist: ``` admin_group.permissions = Faalis::Permission.all ``` But it will add the owner permission to admin and admin members...

User should be able to update Tool Button caption or class base of a special parameter. For example, it should be able to operate like a Toggle.

Models in RoR5 use `ApplicationRecord` as parent except `ActiveRecord::Base` and it seems it deny Faalis detect it as Authorizable model and add it in permission list!

Bug
Urgent

It seems the name of helpers in engines generates wrong. for exaple the generated helper of faalis_shop is ``` module Faalis::Shop module Shop::OrdersHelper end end ```

Bug

Adding a tag field using `act_as_taggable` and select2 interface