You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside `config/application.rb`, just after `Bundler.require`
25
-
```
25
+
26
+
```ruby
26
27
ENV['RAILS_ADMIN_THEME'] ='rollincode'
27
28
```
28
29
29
-
You'll have to run theses commands
30
+
You'll have to run theses commands for changes to take effect
30
31
31
-
`rake assets:clean` and `rake assets:precompile`
32
+
`rake assets:clean && rake assets:precompile`
32
33
33
-
May be you should run `rm -rf tmp/cache/assets/development/`, for changes to take effect.
34
+
or
35
+
36
+
`rm -rf tmp/cache/assets/development/`
34
37
35
38
Like we can't include custom js in a bundled theme with raild_admin for now, so, you have to add in your `app/assets/javascripts/rails_admin/custom/ui.js` the following code :
0 commit comments