calib-rails 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +11 -2
- data/lib/calib/rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d5a7dece81504d86cb82af9b5dc29b6c47871575ad27468e143957e9dc8e5f8
|
|
4
|
+
data.tar.gz: '0851f3379e2ac0a93382f01b7fb5e456b4a7d3930bdfb48af67120f66c90c1e5'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a80db2708ef7570f297c515cec3eba3a182c0e9d5ff954ad730baa8eba42e74a66b97445e045161961b2cc3450d0d8aacdba23394e46a9c9b395dec3c45b876
|
|
7
|
+
data.tar.gz: 5602a35490e8ad3cb5ec6aad5f0f35c2e7895e0b116d9e912f23f1bddcef23763e2d7c832fe127818bb765edb8d3b6b5040d577f1492b393c591e2dd1fa9892e
|
data/README.md
CHANGED
|
@@ -4,8 +4,17 @@ Calib::Rails is modules of something tips for Rails.
|
|
|
4
4
|
## Usage
|
|
5
5
|
Please read rdocs.
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- [Calib::
|
|
7
|
+
- Basic Auth
|
|
8
|
+
- [Calib::Controllers::BasicAuth](http://www.rubydoc.info/gems/calib-rails/Calib/Controllers/BasicAuth)
|
|
9
|
+
- Devise Utilities
|
|
10
|
+
- Friendly forwarding
|
|
11
|
+
- Redirect to accecced URL on signing in
|
|
12
|
+
- [Calib::Devise::FriendlyForwardable](http://www.rubydoc.info/gems/calib-rails/Calib/Devise/FriendlyForwardable)
|
|
13
|
+
- SoftDeletation
|
|
14
|
+
- [Calib::Devise::SoftDeletion](http://www.rubydoc.info/gems/calib-rails/Calib/Devise/SoftDeletion)
|
|
15
|
+
- SoftDeletion
|
|
16
|
+
- soft deletation with unique index(not `delete_at = nil`)
|
|
17
|
+
- [Calib::SoftDeletion::MigrationEnhancable](http://www.rubydoc.info/gems/calib-rails/Calib/SoftDeletion/MigrationEnhancable)
|
|
9
18
|
|
|
10
19
|
## Installation
|
|
11
20
|
Add this line to your application's Gemfile:
|
data/lib/calib/rails/version.rb
CHANGED