Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

To add better README.md #2

Closed
mbaev opened this issue May 20, 2016 · 4 comments
Closed

To add better README.md #2

mbaev opened this issue May 20, 2016 · 4 comments

Comments

@mbaev
Copy link

mbaev commented May 20, 2016

Hi! This is fantastic theme for rails, but I'm new in the rails and I don't understand how to setup it.
Maybe you can to add more info abot setting up the gem? It's will very helpful!
Example of god readme for me: https://github.com/konjoot/rails_admin_flatly_theme

I perfromed try to instal your theme by manual from here https://github.com/konjoot/rails_admin_flatly_theme, but after re-run "rails s" I see error:
rails-admin-theme

Maybe I doing something wrong?

Gemfile

gem 'rails_admin_rollincode', github: 'rollincode/rails_admin_theme'
gem 'rails_admin'

Application.rb

    ENV['RAILS_ADMIN_THEME'] = 'rollincode'

I have all styles in SASS ext and

  config.assets.css_compressor = :sass
  config.sass.preferred_syntax = :sass
@nicovak
Copy link
Member

nicovak commented May 20, 2016

Sorry for the readme, It's still a Work In Progress, your error means you cant find froala , a wysiwyg used in the theme. I already noticed this issue, I'll correct It when I'll have some free time.

The fast way to correct It, is to add these lines to your gemfile.

gem 'wysiwyg-rails'
gem 'icheck-rails'

Can you try It ?

PS: full working example: https://github.com/rollincode/rollinbox

@nicovak
Copy link
Member

nicovak commented May 20, 2016

Readme improved d85ac9b

I hope everyting will works normally now,

@mbaev
Copy link
Author

mbaev commented May 20, 2016

I tried to use your solution and... it works! This is fantastic! Thanks for your job and fast response =)

@nicovak
Copy link
Member

nicovak commented May 20, 2016

Great, you'r welcome. Thank you for posting issue and helping to improve the theme.

@nicovak nicovak closed this as completed May 20, 2016
nicovak added a commit that referenced this issue Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants