the_role 1.6.7 → 1.6.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,12 +6,21 @@
6
6
 
7
7
  ### GUI
8
8
 
9
- Twitter Bootstrap dependencies will be removed in future. It's just for quick start.
9
+ No more dependencies of Bootstrap, Less, Coffee. Just pure JS and CSS for admin section.
10
10
 
11
11
  | TheRole management web interface => localhost:3000/admin/roles |
12
12
  |:-------------:|
13
13
  |![TheRole](https://github.com/the-teacher/the_role/raw/master/pic.png)|
14
14
 
15
+
16
+ ### AssetsPipline
17
+
18
+ Add next line in **config/application.rb** (for production mode)
19
+
20
+ ```ruby
21
+ config.assets.precompile += %w( admin_the_role.js admin_the_role.css )
22
+ ```
23
+
15
24
  ### rubygems page
16
25
 
17
26
  http://rubygems.org/gems/the_role
@@ -26,6 +35,7 @@ http://rubygems.org/gems/the_role
26
35
 
27
36
  ## Want to help or improve this gem?
28
37
 
38
+ * Help me to create locale file for your language
29
39
  * Don't say to Ryan Bates about this project :) <3
30
40
  * Say to your friends about this project
31
41
  * I need for your feedback and issues
@@ -381,6 +391,14 @@ new_role_hash = {
381
391
  * 1.6.3 - notifications
382
392
  * 1.6.0 - stabile release (alpha 0.1)
383
393
 
394
+ ### i18n
395
+
396
+ **Ru, En** (by me)
397
+
398
+ **Es** by @igmarin
399
+
400
+ ... waiting for contributors
401
+
384
402
  ##### Copyright (c) 2012 [Ilya N.Zykin]
385
403
 
386
404
  Permission is hereby granted, free of charge, to any person obtaining
@@ -1,7 +1,6 @@
1
1
  /*
2
- *= require 'mix'
3
2
  *= require 'reset'
4
3
  *= require 'custom'
5
4
  *= require 'headers'
6
- *= require 'role_set'
5
+ *= require 'role_base'
7
6
  */
File without changes
@@ -1,7 +1,4 @@
1
- @import "mix";
2
-
3
1
  h1,h2,h3,h4,h5,h6{
4
- @include arial;
5
2
  color: #333;
6
3
  font-weight: normal;
7
4
  line-height: 100%;