Faalis icon indicating copy to clipboard operation
Faalis copied to clipboard

A RubyOnRails platform for rapid web application development. Containing a rich and flexible dashboard interface

Results 42 Faalis issues
Sort by recently updated
recently updated
newest added

New Formtastic version does't suppor Jalali date input

Enhancement

Sometimes for viewing new items in index section should go out of the dashboard and back again. It seems it is because of JS loading and maybe site_frameword.

Bug
Dashboard

in `filter` branch when we create a nested resource it should not show the parent field in form section.

Bug

the height of the main section is not 100%.

Bug
Dashboard

It happens when minimizing the sidebar ( I checked in RTL version). It does not move correctly.

Bug
Dashboard

remove unusable dashboard items and adding common contents the main page of the dashboard.

Feature
Dashboard

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...

after select language , lang keyword added to url but i selected other lang and return route syntax error because url has two lang keywords like this: `https://sample.com/en/fa/dashboard`

Bug

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...