activeadmin-plugins / active_admin_datetimepicker

:calendar: active_admin_datetimepicker gem
MIT License
72 stars 48 forks source link

multiple errors, unfortunately #24

Closed okliv closed 8 years ago

okliv commented 8 years ago
Sass::SyntaxError - Undefined variable: "$filter-field-seperator-width".:
sass (3.4.22) lib/sass/script/tree/variable.rb:49:in `_perform'
sass (3.4.22) lib/sass/script/tree/node.rb:58:in `perform'

if i set this vars directly

$filter-field-seperator-width: 20px;
$side-by-side-filter-input-width: 20px;

then new error appears

Formtastic::UnknownInputError - Unable to find input class for date_time_picker:
formtastic (3.1.4) lib/formtastic/helpers/input_helper.rb:379:in `rescue in input_class_by_trying'

rails 4.2.6 activeadmin 1.0.0.pre2

:(

Fivell commented 8 years ago

@okliv , please show your Gemfile and Gemfile.lock

sutherland007 commented 8 years ago

I also have the same issue here it's my Gemfile and Gemfile.lock gemfiles.zip Hope it helps.

Fivell commented 8 years ago

@sutherland007 , @okliv ,

check that you included line //= require active_admin_datetimepicker after //= require active_admin/base

And

@import "active_admin_datetimepicker"; after

@import "active_admin/mixins";
@import "active_admin/base";
Fivell commented 8 years ago

@sutherland007 , @okliv , feel free to reopen it with more details or link to test application with more details

scarroll32 commented 7 years ago

I had the same issues ... and resolved via this post. Thanks.