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 +19 -1
- data/app/assets/stylesheets/admin_the_role.css +1 -2
- data/app/assets/stylesheets/{custom.scss → custom.css} +0 -0
- data/app/assets/stylesheets/{headers.scss → headers.css} +0 -3
- data/app/assets/stylesheets/role_base.css +1739 -0
- data/app/controllers/admin/role_sections_controller.rb +2 -0
- data/app/controllers/admin/roles_controller.rb +1 -0
- data/config/locales/es.yml +26 -26
- data/lib/the_role/version.rb +1 -1
- data/lib/the_role.rb +0 -2
- data/the_role.gemspec +0 -6
- metadata +8 -71
- data/app/assets/stylesheets/alerts.less +0 -58
- data/app/assets/stylesheets/button-groups.less +0 -191
- data/app/assets/stylesheets/buttons.less +0 -191
- data/app/assets/stylesheets/close.less +0 -29
- data/app/assets/stylesheets/dropdowns.less +0 -143
- data/app/assets/stylesheets/forms.less +0 -583
- data/app/assets/stylesheets/grid.less +0 -5
- data/app/assets/stylesheets/layouts.less +0 -17
- data/app/assets/stylesheets/mix.scss +0 -41
- data/app/assets/stylesheets/mixins.less +0 -646
- data/app/assets/stylesheets/role_set.less +0 -138
- data/app/assets/stylesheets/scaffolding.less +0 -29
- data/app/assets/stylesheets/variables.less +0 -206
- data/app/assets/stylesheets/wells.less +0 -27
data/README.md
CHANGED
@@ -6,12 +6,21 @@
|
|
6
6
|
|
7
7
|
### GUI
|
8
8
|
|
9
|
-
|
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
|
File without changes
|